﻿/*************************************************/
/* GENERAL ELEMENT STYLES                        */
/*************************************************/
.defaultControlBody {
    margin: 20px;
}

.defaultCenteredPageContent {
    width: 100%;
}

.defaultControlHeading1,
.defaultControlHeading1 .RadLabel_Metro {
    /*FONT-SIZE: 16px;*/
    FONT-SIZE: 18px;
    font-weight: bold;
    color: #265cc0 !important;
}

.defaultControlHeading2,
.defaultControlHeading2 .RadLabel_Metro {
    /*FONT-SIZE: 14px;*/
    FONT-SIZE: 16px;
    color: #265cc0 !important;
}

.defaultControlText {
    /*FONT-SIZE: 12px;*/
    FONT-SIZE: 14px;
    color: #265cc0 !important;
    margin-top: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.defaultControlVerticalSpaceSmall {
    margin-top: 5px;
}
.defaultControlVerticalSpaceLarge {
    margin-top: 20px;
}

/* Login page */
.loginButton.RadButton_Metro.rbButton {
    background-color: #25a0da;
    color: white;
    height: 40px;
}

.loginPageCopyrightText {
    color: #797979;
    font-size: 12px;
    text-decoration: none;
}


/* Collapsible panel */
.collapsiblePanel {
    display: block;
    border: 1px solid #c9c9c9;
    box-shadow: 0px 1px #c9c9c9;
}

.collapsiblePanelAdditional {
    margin-top: 10px;
}

.collapsiblePanelHeaderLabelPanel {
    display: block;
    background-color: #f9f9f9;
    padding: 10px;
}

    .collapsiblePanelHeaderLabelPanel:hover,
    .collapsiblePanelHeaderLabelPanel:focus {
        cursor: pointer;
    }

.collapsiblePanelHeaderLabel {
    font-size: 16px;
    color: #797979 !important;
}

.collapsiblePanelExpandCollapseButton {
    float: right;
    width: 16px;
    height: 16px;
}
    .collapsiblePanelExpandCollapseButton:hover,
    .collapsiblePanelExpandCollapseButton:focus {
        cursor: pointer;
    }
.collapsiblePanelExpandCollapseButtonCollapsed {
    background: url("../Images/Other/16/NavRightB.png") no-repeat;
}

.collapsiblePanelExpandCollapseButtonExpanded {
    background: url("../Images/Other/16/NavDownB.png") no-repeat;
}

.collapsiblePanelContentPanel {
    display: block;
    background-color: white;
    padding: 10px;
    overflow-x: auto;
}

.collapsiblePanelContentPanelExtraPadding {
    padding: 20px;
}

.collapsiblePanelControlLabel {
    font-size: 14px;
}

.collapsiblePanelContentTipPanel {
    display: block;
    padding-top: 20px;
}

.collapsiblePanelContentTipLabel {
    font-size: 14px;
    color: #666666 !important;
}

.collapsiblePanelContentButtonsPanel {
    display: block;
    padding-top: 20px;
}


/*.RadTextBoxLabelAbove {
    display: block !important;
}

label.RadTextBoxLabelAbove.riLabel {
    FONT-SIZE: 14px;
    FONT-FAMILY: "Segoe UI", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #265cc0;
}*/

.GroupBoxPanel {
    border-style: solid;
    border-width: 1px;
    border-color: #e6e6e6;
}

.RequiredFieldIndicator {
    /*FONT-SIZE: 12px;*/
    FONT-SIZE: 14px;
    font-weight: bold;
    color: red;
}

/* Make the menu appear in front of everything */
html .RadMenuPopup {
    z-index: 9999;
}

.searchBoxPanel {
    display: table;
}

.searchBoxPanelRow {
    display: table-row;
}

.searchBoxPanelTextBoxCell {
    display: table-cell;
}

.searchBoxPanelTextBoxCell .RadInput {
    width: 80px;
}

.searchBoxPanelButtonCell {
    display: table-cell;
    vertical-align: middle;
}

.searchBoxTextBox {
    width: 80px!important;
}

.searchBoxCheckBox {
}

.searchBoxButton {
    height: 16px;
    vertical-align: middle !important;
}

/* Never display down arrow on toolbar drop down menus to have cleaner look */
.RadToolBar .rtbMenuButton .rtbArrow {
    display: none;
}

.RadGrid_Metro .rgGroupPanel {
    height: 30px;
}

.RadGrid_Metro .rgHeader, 
.RadGrid_Metro .rgHeader a {
    /*font-weight: bold !important;*/
    white-space: nowrap;
}

.RadGrid .rgRow td,
.RadGrid .rgAltRow td {
    white-space: nowrap;
}

.ImageColumn16 {
    width: 16px;
}

.listControlToolBarPanel {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 40px;
    right: 0px;
}

.listControlGridPanel {
    position: absolute;
    top: 40px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by any browser but < IE9 */
}

/* Grid header context menu Checkbox list*/
.RadListBox_Metro.rlbFixedHeight {
    height: 150px !important;
}

.listControlLeftPanelContent {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.listControlSearchFieldsFieldsPanel {
    position: absolute;
    top: 30px;
    left: 0px;
    bottom: 40px;
    right: 0px;
    overflow: auto;
    margin: 5px;
}

.listControlSearchFieldsFooterPanel {
    position: absolute;
    height: 40px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #25a0da;
}

.listControlSearchFieldsFieldList {
    display: table;
    width: 100%
}

.listControlSearchFieldsFieldRow {
    display: table-row;
}

.listControlSearchFieldsFieldLabel {
    display: table-cell;
}

.listControlSearchFieldsFieldInput {
    display: table-cell;
    padding-top: 3px;
    padding-right: 5px;
}

.formControlHeaderPanel {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 30px;
    right: 0px;
    background-color: #25a0da;
}

.formControlHeaderTable {
    display: table;
    width: 100%;
}

.formControlHeaderRow {
    display: table-row;
}

.formControlHeaderIconCell {
    display: table-cell;
    vertical-align: top;
}

.formControlHeaderTextCell {
    display: table-cell;
    vertical-align: top;
}

.formControlHeaderButtonsCell {
    display: table-cell;
    vertical-align: top;
    min-width: 30px;
}

.formControlHeaderIcon {
    margin-left: 7px;
    margin-top: 7px;
}

.formControlHeaderText.RadLabel_Metro {
    /*FONT-SIZE: 14px;*/
    FONT-SIZE: 16px;
    color: white;
    margin-left: 10px;
    margin-top: 5px;
    vertical-align: top;
}

.formControlToolBarPanel {
    position: absolute;
    top: 30px;
    left: 0px;
    height: 40px;
    right: 0px;
}

.formControlToolBarPanelWindow {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 40px;
    right: 0px;
}

.formControlContentPanel {
    position: absolute;
    top: 70px;
    left: 0px;
    /*bottom: 40px;*/
    bottom: 0px;
    right: 0px;
    overflow: auto;
}

.formControlContentPanelWindow {
    position: absolute;
    top: 40px;
    left: 0px;
    /*bottom: 40px;*/
    bottom: 0px;
    right: 0px;
    overflow: hidden;
}

.formControlContentPanelNoFooter {
    position: absolute;
    top: 70px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: auto;
}

.formControlTabStripPanel {
    position: absolute;
    top: 70px;
    left: 0px;
    height: 43px;
    right: 0px;
    overflow: hidden;
}

.formControlTabStripPanelWindow {
    position: absolute;
    top: 40px;
    left: 0px;
    height: 43px;
    right: 0px;
    overflow: hidden;
}

.formControlTabPanel {
    position: absolute;
    /*top: 113px;*/
    top: 70px;
    left: 0px;
    /*bottom: 40px;*/
    bottom: 0px;
    right: 0px;
    overflow: auto;
}

.formControlTabPanelWindow {
    position: absolute;
    /*top: 83px;*/
    top: 40px;
    left: 0px;
    /*bottom: 40px;*/
    bottom: 0px;
    right: 0px;
    overflow: auto;
}

.formControlTabPanelWindowNoFooter {
    position: absolute;
    /*top: 83px;*/
    top: 40px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: auto;
}

.formControlTabPanelMarginedContent {
    margin-top: 20px;
    /*margin-left: 15px;
    margin-right: 15px;*/
    margin-left: 1px;
    margin-bottom: 15px;
}

.formControlTabPanelGrid, .formControlTabPanelGridNoToolbar {
    position: absolute;
    top: 38px;
    left: 0px;
    right: 0px;
    bottom: 2px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by any browser but < IE9 */
}
.formControlTabPanelGridNoToolbar {
    top: 0px;
}

.formControlFieldInputTable {
        display: table;
        width: 100%;
    }

.formControlFieldInputTableFullWidth {
    display: table;
    width: 100%;
}

.formControlFieldInputTableCaption {
    display: table-caption;
    border-top: 1px solid #25a0da;
    padding-bottom: 5px;
}

.formControlFieldInputRow {
    display: table-row;
}

.formControlFieldSeparatorRow {
    display: table-row;
}

.formControlSeparatorColumn {
    display: table-cell;
    border-top: 1px solid #25a0da;
    padding-bottom: 5px;
}

.formControlLabelColumn {
    display: table-cell;
    /*width: 150px;*/
    vertical-align: top;
    padding-top: 5px
}

.formControlInputColumn {
    display: table-cell;
    /*width: 240px;*/
    width: 100%;
    padding-top: 5px
}

.formControlInputColumnNoWidth {
    display: table-cell;
    padding-top: 5px
}

.formControlInputColumnFullWidth {
    display: table-cell;
    width: 100%;
    padding-top: 5px
}

.formControlInputTextBox,
.formControlInputComboBox {
    /*width: 238px !important;*/
}

.formControlInputDatePicker {
    width: 180px !important;
}

.formControlInputDateTimePicker {
    width: 200px !important;
}

.formControlInputWeekNoBox {
    width: 50px !important;
}

.formControlImageButton .rbCustomIcon {
    position: absolute !important;
    top: 4px !important;
    left: 4px !important;
}
.formControlImageButton .rbText {
    padding-left: 20px !important;
}

.formControlButtonsColumn {
    display: table-cell;
    vertical-align: top;
    padding-left: 5px;
    padding-top: 5px;
    min-width: 20px;
}

.formControlOneColumn {
    display: table-cell;
}

.fillContainerTextBoxPanel {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}
.fillContainerTextBoxPanel .RadInputMultiline_Metro {
    height: 100% !important;
}
.fillContainerTextBoxPanel .riTextBox {
    height: 100% !important;
}

.formControlFooterPanel {
    /*position: absolute;
    height: 40px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #25a0da;*/
    display: none;
}

.formControlFooterText.RadLabel_Metro {
    /*FONT-SIZE: 11px;*/
    FONT-SIZE: 12px;
    color: white;
    margin-left: 10px;
    margin-top: 2px;
}

.formControlFooterLink {
    /*FONT-SIZE: 11px;*/
    FONT-SIZE: 12px;
    color: white;
    margin-right: 10px;
    margin-top: 2px;
}

.alwaysScrollTreeview {
    overflow-y: scroll !important;
}

.wizardContainer .RadWizard .rwzContent {
    overflow: hidden;
    background-color: #f5f5f6;
    line-height: 2em;
    margin: 0 -20px;
    padding: 0 20px;
}
.wizardContainer .RadWizard .rwzStep {
    height: 100%;
}

/* Start page */
.startPageSearchBoxPanel {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 30px;
    right: 0px;
    padding: 10px;
    background-color: #f9f9f9;
}

.startPageContentPanel {
    position: absolute;
    top: 50px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: 10px;
    overflow: auto;
}

.startPageContentTable {
    display: table;
    width: 100%;
}

.startPageContentTableRow {
    display: table-row;
}

.startPageTilesPanel {
    display: table-cell;
    width: 100%;
    vertical-align: top;
}

.startPageMessagesPanel {
    display: table-cell;
    vertical-align: top;
}

.RadTileList .rtlistTitle {
    color: #265cc0 !important;
    font-weight: bold !important;
}

.startPageTilePanel {
    margin: 5px;
}

.startPageTileTitlePanel {
    display: block;
}

.startPageTileTitleCell {
    display: table-cell;
    width: 100%;
}

.startPageTileIconCell {
    display: table-cell;
    padding: 3px;
}
.startPageTileIconCell:hover,
.startPageTileIconCell:focus {
    cursor: pointer !important;
    background: #25a0da;
}

.startPageTileTitle {
    FONT-SIZE: 18px;
    font-weight: bold;
    color: #7f7f7f !important;
}

.startPageMessagePanel {
    width: 300px;
    background-color: #f9f9f9;
}

.startPageMessageTitle {
    FONT-SIZE: 14px;
    font-weight: bold;
}

.startPageMessageText {
    FONT-SIZE: 12px;
    color: #7f7f7f !important;
}

.startPageMessageIconCell {
    display: table-cell;
    padding: 3px;
}

.startPageTileBodyPanelNarrow {
    display: block;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.startPageTileBodyPanelWide {
    display: block;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.startPageMessageBodyPanel {
    display: block;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.startPageTileValueSeparator {
    height: 1px;
    border-top: 1px solid #25a0da;
}

.startPageTileValueButtonCell {
    display: table-cell;
    padding: 3px;
}

.startPageTileValueButtonCell:hover,
.startPageTileValueButtonCell:focus{
    cursor: pointer !important;
    background: #25a0da;
}

.startPageTileValueText1Cell {
    display: table-cell;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}

.startPageTileValueText2Cell {
    display: table-cell;
    font-size: 12px;
    color: #7f7f7f !important;
}

.startPageTileListHeadingRow {
    display: table-row;
}

.startPageTileListHeadingCell {
    display: table-cell;
    color: #7f7f7f;
    text-decoration: underline;
    padding: 3px;
    white-space: nowrap;
}

.startPageTileListDataRow {
    display: table-row;
}

.startPageTileListDataRow:hover,
.startPageTileListDataRow:focus {
    color: white;
    background: #25a0da;
    cursor: pointer !important;
}

.startPageTileListDataCell {
    display: table-cell;
    font-size: smaller;
    padding: 3px;
    white-space: nowrap;
}

/* Search page */
.searchPageSearchBoxPanel {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 30px;
    right: 0px;
    padding: 10px;
    background-color: #f9f9f9;
}

.searchPageTilesWrapperPanel {
    position: absolute;
    top: 40px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: 10px;
    overflow: auto;
}

.searchPageResultHeader {
    display: table;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
}

.searchPageResultHeaderRow {
    display: table-row;
}

.searchPageResultTitleCell {
    display: table-cell;
    vertical-align: bottom;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by any browser but < IE9 */
}

.searchPageResultTitle {
    FONT-SIZE: 16px;
    font-weight: bold;
    color: #7f7f7f !important;
}
    .searchPageResultTitle:hover,
    .searchPageResultTitle:focus {
        background: #25a0da;
        cursor: pointer !important;
        color: white !important;
    }

.searchPageResultImage {
}
    .searchPageResultImage:hover,
    .searchPageResultImage:focus {
        background: #25a0da;
        cursor: pointer !important;
    }

/* Make tiles not bigger than we define */
.searchPageTileList {
    height: 130px !important;
}
.searchPageTileList .rtlistWrapper {
    width: auto !important;
}

.searchPageTilePanel {
    margin: 5px;
    white-space: nowrap;
}

.searchPageTileImagePanel {
    display: block;
}

.searchPageTileText1Panel {
    display: block;
}
    .searchPageTileText1Panel .RadLabel_Metro {
        font-size: 12px;
        font-weight: bolder;
    }

.searchPageTileText2Panel {
    display: block;
}
    .searchPageTileText2Panel .RadLabel_Metro {
        font-size: 12px;
        color: #7f7f7f !important;
    }

.searchPageTileText3Panel {
    display: block;
}
    .searchPageTileText3Panel .RadLabel_Metro {
        font-size: 12px;
        color: #7f7f7f !important;
    }

.searchPageViewAllTile.rtileSquare {
    background-color: #25a0da;
}

.searchPageViewAllTileImagePanel {
    display: block;
    text-align: center;
}

.searchPageViewAllTileCaptionPanel {
    display: block;
    text-align: center;
}

    .searchPageViewAllTileCaptionPanel .RadLabel_Metro {
        font-size: 12px;
        font-weight: bolder;
        color: white !important;
    }


/*************************************************/
/* PROTOCOL INPUT STYLES                         */
/*************************************************/
.PITOCPanel {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 300px;
    bottom: 0px;
    display: none;
}
.PITOCPanelVisible {
    display: block !important;
}
.PITOCPanelNoToolbar {
    top: 0px !important;
}

.PIContentPanelWrapper {
    position: absolute;
    top: 40px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    /*background-color: #f9f9f9;*/
}
.PIContentPanelWrapperTOCVisible {
    left: 300px !important;
}
.PIContentPanelWrapperNoToolbar {
    top: 0px !important;
}

.PIContentPanel {
    margin-bottom: 15px;
    /*margin-left: -14px;
    margin-right: -15px;*/
}

.PIHeading {
    display: block;
    /*border-bottom: 1px solid #25a0da;*/
    border-bottom: 1px solid #c9c9c9;
}

.PIHeadingTop {
    /*border: 1px solid #25a0da;*/
    border: 1px solid #c9c9c9;
    /*border-radius: 5px;*/
    box-shadow: 0px 1px #c9c9c9;
}

.PIHeadingTopSpacing {
    /*margin-top: 20px;*/
    margin-top: 10px;
}

.PIHeadingLabelPanel {
    display: block;
    /*background-color: #c9c9c9;*/
    background-color: #f9f9f9;
    /*padding: 10px;*/
    padding: 10px;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
    .PIHeadingLabelPanel:hover,
    .PIHeadingLabelPanel:focus {
        cursor: pointer;
        background-color: #e7e7e7;
    }

.PIHeadingLabelPanelTop {
    /*text-align: center;*/
    /*font-weight: bold;*/
}

.PIHeadingLabelTop {
    /*font-size: 12px;*/
    font-size: 16px;
    /*color: #25a0da;*/
    /*color: black;*/
    color: #797979;
    /*font-weight: bold;*/
}

.PIHeadingLabel {
    /*font-size: 12px;*/
    font-size: 14px;
}

.PIHeadingExpandCollapseButton {
    float: right;
}
.PIHeadingExpandCollapseButton:hover,
.PIHeadingExpandCollapseButton:focus {
    cursor: pointer;
}

.PIHeadingHelpPanel {
    display: block;
    padding: 10px;
    border-bottom: 1px #c9c9c9 solid;
}

.PIHeadingHelpPanelLabel {
    /*font-size: 12px;*/
    font-size: 14px;
    color: #666666;
}

.PIHeadingContentPanel {
    display: block;
    background-color: white;
}

.PIPropertyPanel {
    display: table;
    width: 100%;
}

.PIPropertyPanelRow {
    display: table-row;
}

.PIPropertyLabelPanel {
    display: table-cell;
    /*width: 200px;*/
    width: 140px;
    /*padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;*/
    padding: 5px !important;
    vertical-align: top;
}

.PIPropertyLabel {
    /*font-size: 12px;*/
    font-size: 14px;
}

.PIPropertyHelpLink {
    padding-left: 5px;
    /*font-size: 12px;*/
    font-size: 14px;
    font-weight: bold;
}

div.RadToolTip div.rtRelativeWrapper div.rtContent {
    /*font-size: 12px !important;*/
    font-size: 14px !important;
}

.PIPropertyInputPanel {
    display: table-cell;
    padding: 5px;
}

.PIPropertyInputDataPanel {
    display: block;
}

.PIPropertyInputDataPanel div {
    display: grid;
}

.PIPropertyInputComment {
    display: table;
    width: 100%;
    padding-top: 5px;
}

.PIPropertyInputCommentRow {
    display: table-row;
}

.PIPropertyInputCommentLeftSpace {
    display: table-cell;
    /*width: 20px;*/
    width: 0px;
}

.PIPropertyInputCommentButtonPanel {
    display: table-cell;
    width: 20px;
    vertical-align: top;
}

.PIPropertyInputCommentButton {
}
.PIPropertyInputCommentButton:hover,
.PIPropertyInputCommentButton:focus {
    cursor: pointer;
}

.PIPropertyInputCommentInput {
    display: table-cell;
}

.PIPropertyInputAttachments {
    display: block;
    padding-top: 5px;
    /*padding-left: 20px;*/
    padding-left: 0px;
}

.PIPropertyInputAttachment {
    display: block;
}

.PIPropertyInputAttachmentLinkButton {
    padding-left: 5px;
}

.PIPropertyMenuPanel {
    display: table-cell;
    width: 20px;
    /*padding-right: 10px;*/
    /*padding-right: 5px;*/
    vertical-align: top;
}

.PIPropertyMenuButton {
    color: darkgrey;
    float: right;
    font-size: 20px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 4px;
}
.PIPropertyMenuButton:hover,
.PIPropertyMenuButton:focus {
    color: white;
    text-decoration: none;
    background: #25a0da;
    cursor: pointer;
}

.PITablePanel {
    display: table;
    width: 100%;
}

.PITablePanelRow {
    display: table-row;
}

.PITablePanelTableCell {
    display: table-cell;
}

.PITable {
    width: 100%;
    padding: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
}

.PITableRowHeadingCollapsed {
    /*font-size: 12px;*/
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ededed;
    /*border-style: solid;
    border-color: Gray;
    border-width: 1px;*/
    width: 1%;
}

.PITableRowHeading {
    /*font-size: 12px;*/
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ededed;
    /*border-style: solid;
    border-color: Gray;
    border-width: 1px;*/
}

.PITableRowHeadingClickable:hover,
.PITableRowHeadingClickable:focus {
    cursor: pointer;
    background-color: #e7e7e7;
}

.PITableColumnHeadingRow {
}

.PITableTopLeftCell {
    background-color: #ededed;
    /*border-style: solid;
    border-color: Gray;
    border-width: 1px;*/
}

.PITableColumnHeading {
    /*font-size: 12px;*/
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ededed;
    /*border-style: solid;
    border-color: Gray;
    border-width: 1px;*/
}

.PITableColumnHeadingClickable:hover,
.PITableColumnHeadingClickable:focus {
    cursor: pointer;
    background-color: #e7e7e7;
}

.PITableRow {
    padding: 0px;
}

.PITableInputCell
{
	background-color: White;
	/*border-top: 1px solid Gray;
	border-left: 1px solid Gray;
	border-right: 1px solid Gray;
	border-bottom: 1px solid Gray;*/
    vertical-align: top;
}

.PITableInputCellClickable:hover,
.PITableInputCellClickable:focus {
    cursor: pointer;
    background-color: #e7e7e7;
}

.PITableEmptyCell {
    /*border-style: solid;
    border-color: Gray;
    border-width: 1px;*/
}

.PITableCommentCell {
    background-color: White;
    /*border: 1px solid Gray;*/
    padding-top: 5px;
    padding-bottom: 5px;
}

.PITableCommentPropertyLabel {
    padding-left: 20px;
}

.PITableCommentPropertyCommentPanel {
    display: table;
    width: 100%;
    padding-top: 5px;
}

.PITableCommentPropertyCommentPanelRow {
    display: table-row;
}

.PITableCommentPropertyCommentPanelLeftSpace {
    display: table-cell;
    width: 20px;
}

.PITableCommentPropertyCommentPanelImagePanel {
    display: table-cell;
    width: 20px;
    vertical-align: top;
}

.PITableCommentPropertyCommentPanelInputPanel {
    display: table-cell;
}


.PIInputTextBox {
    width: 100%;
    border-left: none;
    border-top: none;
    border-right: none;
    FONT-FAMILY: "Segoe UI", Arial, Helvetica, sans-serif;
}

.PIInputDropDownList {
    width: 100%;
    border-left: none;
    border-top: none;
    border-right: none;
}

.PIInputComboBox .rcbInputCell {
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
}

.PIInputRadioButton {
    white-space: nowrap;
    display: block;
}

.PIInputCheckBox {
    /*white-space: nowrap;*/
    display: block;
}

.PIInputMultilineTextBox {
    width: 100%;
    border-left: none;
    border-top: none;
    border-right: none;
    FONT-FAMILY: "Segoe UI", Arial, Helvetica, sans-serif;
}

.PIInputDatePicker input {
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
}

.PIInputTimePicker input {
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
}

.PIInputCommentTextBox {
    width: 99%;
    FONT-FAMILY: "Segoe UI", Arial, Helvetica, sans-serif;
}

.RadUpload .ruBrowse {
    margin-left: 0px !important;
}

.PIInputUploadPanel {
    display: table !important;
    width: 100%;
    border: 1px solid #e0dfdf;
}

.PIInputUploadPanelRow {
    display: table-row !important;
}

.PIInputUploadImageCell {
    display: table-cell !important;
    width: 16px;
    padding-left: 4px;
    vertical-align: middle;
}

.PIInputUploadImage {
}

.PIInputUploadFileCell {
    display: table-cell !important;
    max-width: 100px;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 4px;
    padding-bottom: 4px;
}

.PIInputUploadFileName {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.PIInputUploadFileSize {
    display: block !important;
    color: #666666;
    font-size: 12px;
}

.PIInputUploadRemoveButtonCell {
    display: table-cell !important;
    width: 20px;
    padding-right: 4px;
    vertical-align: middle;
}

.PIInputUploadRemoveButton:hover {
    cursor: pointer;
}

.PIGPSPanel {
    display: table !important;
    width: 100%;
    border: 1px solid #e0dfdf;
}

.PIGPSPanelRow {
    display: table-row !important;
}

.PIGPSImageCell {
    display: table-cell !important;
    width: 16px;
    padding-left: 4px;
    vertical-align: middle;
}

.PIGPSImage:hover {
    cursor: pointer;
}

.PIGPSTextCell {
    display: table-cell !important;
    max-width: 300px;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 4px;
    padding-bottom: 4px;
}

.PIGPSTextBox {
    width: 100%;
    border: none;
    FONT-FAMILY: "Segoe UI", Arial, Helvetica, sans-serif;
}

    .PIGPSTextBox:hover {
        cursor: pointer;
    }

.PIGPSRemoveButtonCell {
    display: table-cell !important;
    width: 20px;
    padding-right: 4px;
    vertical-align: middle;
}

.PIGPSRemoveButton:hover {
    cursor: pointer;
}


/*************************************************/
/* FILE UPLOAD PAGE STYLES                    */
/*************************************************/
.fileUploadFilesGrid .rgDataDiv {
    height: auto !important;
}


/*************************************************/
/* SIGNATURE CONTROL STYLES                    */
/*************************************************/
.signEditor {
    padding: 0px !important;
}

.signEditor .rieContentArea {
    background: none;
}

.signEditor .rieStatusBar {
    display: none;
}

.RadDock.rieDialogs {
    display: none !important;
}

.signEditorHiddenButton {
    display: none !important;
}


/*************************************************/
/* PROTOCOL TYPE PAGE STYLES                    */
/*************************************************/
.protocolTypeHeadingsPane {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    bottom: 0px;
}

.protocolTypeDetailsPane {
    position: absolute;
    top: 0px;
    left: 200px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
}
