﻿
.passChangeMsg
{
    margin-top: 5px;
    text-align: center;
    color: red;
}

.validationError
{
    color: red;
    text-align: center;
}

.failuretext
{
    margin-top: 10px;
    margin-bottom: 10px;
    color: Red;
    text-align: center;
}

/* DYNAMIC FORM, SEARCH */

.df_maintable
{
    table-layout: fixed;
    width: 100%;
}

.df_selectionListCell, .df_formFieldsCell {
    vertical-align: top;
}

.df_maintableseparator {
    width: 12px;
}

.df_selectionlistheader {
    height: 57px;
    font-size: 18px;
    padding-top: 10px;
    padding-left: 5px;
}

.df_selectionlistitemstyle>td {
    border-top: solid 1px #ececec;
    border-bottom: solid 1px #ececec;
}

.df_selectionlistitemstyle > td > a {
    display: block;
    width: 100%;
    padding: 5px;
}

.df_selectionlistitemstyle > td > a:hover {
    background-color: #ececec;
    text-decoration: none;
}

.df_selectionlistitemstyleselected > td > a {
    background-color: #8eba2d;
    color: black;
}

.df_selectionlistitemstyleselected > td > a:hover {
    background-color: #8eba2d;
    color: black;
}

.df_fieldtitlecell {
    padding-top: 3px;
    padding-bottom: 3px;
}

.df_fieldcontentcell {
    padding-top: 3px;
    padding-bottom: 3px;
}

.df_fieldcontentcell > span {
    font-weight: bold;
}

.df_datagrid_required_label
{
    color: Red;
    font-size: xx-small;
    margin: 5px;
}

.df_datagrid_required
{
    color: Red;
    margin: 5px;
}

.df_cascadingdropdownlist > tbody > tr > td {
    padding-top: 2px;
    padding-bottom: 2px;

}

.df_fieldcontentcell > img {
    padding-right: 10px;
}

/* GRID VIEW */
.df_gridView_table
{

}

    .df_gridView_table > thead > tr > td
    {
        padding-top: 5px;
        padding-bottom: 5px;
        font-weight: bold;
    }

    .df_gridView_table > thead
    {
        border-bottom: solid 1px black;
    }

    .df_gridView_table .df_gridView_item > td
    {
        padding-top: 5px;
        padding-bottom: 5px;
    }

.df_gridView_item_bottom
{
    border-bottom: solid 1px #DBDBDB;
}

.df_datagrid_newrowbutton > td
{
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

.df_datagrid_newrowbutton a
{
    display: block;
    border: solid 1px #A4C528;
    background-color: #C6E8F5;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
}

    .df_datagrid_newrowbutton a:hover
    {
        text-decoration: none;
    }


    
/* DYNAMIC SEARCH */

.df_buttons_table {
    width: 100%;
}

.df_buttons_right {
}

.df_buttons_right>table {
    margin-left: auto;
    margin-right: 0;
}

.df_searchButtonCell {
    display: none;
    visibility: hidden;
}

.df_datagrid_result
{
   width: 100%;
}

.df_datagrid_headercell > td, .df_datagrid_footercell > td
    {
        padding: 5px;
        font-weight: bold;
    }

.df_datagrid_itemcell > td
    {
        padding: 5px;
    }

.df_datagrid_itemcell {
    border-bottom: solid 1px #DBDBDB;
}

.df_datagrid_selecteditemcell {
    background-color: #8eba2d;
    cursor: pointer;
}

.df_datagrid_headercell {
    border-bottom: solid 1px black;
}

.df_datagrid_footercell {
    border-top: solid 1px black !important;
}

.df_datagrid_headercell_table {
    width: 100%;
}

.df_datagrid_headercell_tableRow2 > table {
    width: 100%;
}

    .df_datagrid_headercell_table .form-control {
        width: 100%;
    }

.df_datagrid_lastitemcell {
    border-bottom: solid 1px black !important;
}

.df_datagrid_pagercell > td{
        padding: 5px;
        font-weight: bold;
        text-align: center;
}

/* REPORT_VIEWER */

.reportView {
    background-color: #ececec;
    height: 100%;
}

.reportViewerButtons
{
    height: 50px;
    left: 0px;
    right: 0px;
    background-color: #fff;
}

.reportViewerButtonsLayout
{
    height: 50px;
    width: 100%;

    table-layout:fixed;
}

.reportViewerButtonsLayout_Cell0 {
    width: 160px;
}

    .reportViewerButtonsLayout_Cell0 > input {
        width: 140px;
        margin-left: 10px;
    }

    .reportViewerButtonsLayout > tbody > tr > td
    {
        vertical-align: middle;
    }

    .reportViewerButtonsLayout .pathMenu
    {
        margin-bottom: 0px !important;
        background-color: White;
        margin-left: 10px;
    }

.reportViewerHeader {
    position: absolute;
    overflow: auto;
    top: 78px;
    left: 0px;
    right: 0px;
    z-index: 101;
    bottom: 0px;
    background-color: #fff;
}

.reportViewerHeaderWhiteBg
{
    position: absolute;
    left: 0px;
    width: 310px;
    top: 78px;
    bottom: 0px;
    overflow: auto;
    z-index: 102;
    background-color: #fff;
}

.rvDependecyReports
{
    bottom: 160px !important;
}

.dependencyReportsPanel
{
    position: absolute;
    left: 0px;
    width: 310px;
    height: 160px;
    bottom: 0px;
    overflow: auto;
    z-index: 103;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.dependencyReportsHeader {
    color: #333;
    text-transform: uppercase;
    font-size: small;
    border-bottom: solid 1px #333;
    text-align: left;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.reportViewer_parameterStandard {
    width: 275px;
    table-layout: fixed;
}

.usReportParameterTable .reportViewer_parameterStandard {
    width: 220px;
    table-layout: fixed;
}
.reportViewer_parameterStandard_C0 {
}

.reportViewer_parameterStandard_C1 {
    padding-top: 3px;
    padding-bottom: 3px;
    width: 80px;
}

.reportViewer_parameterGPS>tbody>tr>td
{
    padding-top: 3px;
    padding-bottom: 3px;
}

.reportViewer_parameterGPS select
{
    width: 275px;
}

.reportViewer_parameterGPS input
{
    width: 275px;
}

.reportViewer_parameterGPS_cellGPS
{
    border-top: solid 1px black;
}

.reportViewerTable {
    width: 100%;
}

.reportViewerParameters
{
    table-layout: fixed;
    margin-left: 10px;
}

.reportViewerPanel
{
    position: absolute;
    overflow: auto;
    top: 50px;
    left: 310px;
    z-index: 101;
    bottom: 0px;
    right: 0px;
    display: none;
    visibility: hidden;
}
#contentControl_1_0_ctl00_reportViewer_ctl05 {
    background-image: none !important;
    background-color: #ececec;
}

.reportViewerWhiteBg
{
    background-color: White;
    display: block;
    visibility: visible;
}

.reportViewerFill
{
    left: 0px !important;
    display: block;
    visibility: visible;
}

.reportViewerParameters>tbody>tr>td>input, .reportViewerParameters>tbody>tr>td>select
{
    width: 275px;
}



/* REPORT DETAIL */

.map_reportsTable {
    width: 100%;
}

.map_reportsTable_img {
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: solid 1px #ececec;
}

.map_reportsTable_hdr {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    border-bottom: solid 1px #ececec;
}