﻿
.insight .item-manager {
}

.insight .item-container {
    /*width: 100%;
    height: 100%;*/
}

/*.ir-card {*/
.insight .item-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background-color: white;
    min-width: 300px;
    max-width: 300px;
    min-height: 175px;
    max-height: 175px;
    margin-bottom: 20px;
    margin-right: 20px;
    float: left;
}

/*.ir-card .panel-indent-title {*/
.insight .item-card .panel-indent-title {
    max-width: 208px;
    display: inline-block;
    top: 2px;
    position: relative;
}

/*.ir-shared {*/
.insight .item-card .item-shared {
    right: 5px;
    position: absolute;
    top: 5px;
    margin-right: 5px;
    color: #fff;
}

/*.ir-creator {*/
.insight .item-card .item-creator {
    margin-top: 10px;
}

/*.ir-title {*/
.insight .item-card .item-title {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0px;
}

/*.ir-description {*/
.insight .item-card .item-description {
    -webkit-line-clamp: 4;
}

/*.ir-footer {*/
.insight .item-card .item-footer {
    bottom: 3px;
    left: 0;
    position: absolute;
    width: 300px;
    padding: 5px;
    padding-right: 1px;
    min-height: 19px;
}

/*.ir-footer a {*/
.insight .item-card .item-footer a {
    color: #005cbd !important;
    font-style: italic !important;
    cursor: pointer !important;
    text-decoration: underline !important;
    font-size: smaller !important;
}

/*.ir-tick {*/
.insight .item-card .item-tick {
    color: green;
}

/*.ir-tick, .ir-status {*/
.insight .item-card .item-tick,
.insight .item-card .item-status {
    position: absolute;
    right: 0;
    margin-top: 3px;
}

/*.ir-disabled {*/
.insight .item-card .item-disabled {
    background-color: #ffc7cd;
    border: 1px solid #ff6e7c;
    padding: 3px;
    display: inline;
    margin: -4px 2px;
    color: #2e2e2e;
}

/*.ir-draft {*/
.insight .item-card .item-draft {
    background-color: #ffe4a6;
    border: 1px solid #ffb50a;
    padding: 3px;
    display: inline;
    margin: -4px 2px;
    color: #2e2e2e;
}


/* common */

.insight .action-menu a {
    outline: 0 !important;
}

.insight .action-disable {
    color: #C00 !important;
}


/* paginator */
.insight .pagination_link {
    margin-right: 4px;
}

.insight .pg-topResultFound {
    right: 0px;
    position: absolute;
}


/* ==== report ===== */

/* MainViewReports */

.insight .filterPanel input[type="text"],
.insight .filterPanel select {
    width: 100% !important;
}

.insight .details-panel {
    padding-left: 5px;
    padding-right: 5px;
}

.insight .form lable {
    margin-top: 5px;
}

.insight .userOn {
    font-size: x-small;
    font-style: italic;
    margin-top: 5px;
}

.insight .formfield[type="text"],
.insight .formfield[type="password"],
.insight .formfield[type="date"],
.insight .formfield[type="datetime"],
.insight .formfield[type="datetime-local"],
.insight .formfield[type="time"],
.insight .formfield[type="select"],
.insight .formfield[type="number"],
.insight textarea.formfield,
.insight select.formfield {
    margin-bottom: 8px;
}



/* ReportDataTableEditForm */

.insight ul.dt-availableFieldsContainer {
    padding-left: 0px;
    min-width: 300px;
    max-width: 300px;
}

.insight ul.dt-availableFieldsContainer li {
    list-style: none;
    padding: 5px 2px;
    margin-bottom: 2px;
}

.insight ul.dt-availableFieldsContainer li,
.insight ul.dt-availableFieldsContainer label,
.insight ul.dt-availableFieldsContainer input {
    cursor: pointer;
}

.insight ul.dt-availableFieldsContainer li:hover {
    background-color: #d7dcf4;
}

.insight .dt-avaialbleFieldSelected {
    font-weight: bold;
    color: #263682;
}

.insight .dt-selectedField {
    padding: 5px;
    margin-bottom: 10px;
}

.insight .dt-selectedField:nth-child(even) {
    background-color: #e0e0e0;
}

.insight .dt-selectedFieldName {
    font-weight: bold;
    color: #263682;
    text-wrap: wrap;
    margin-right: 60px;
    display: inline-block;
}

/* link-bar class was stacking remove links, instead of moving them to the right of each item. .*/
.insight .dt-selectedField a.removeLink {
    color: #005cbd !important;
    font-style: italic !important;
    cursor: pointer !important;
    text-decoration: underline !important;
    font-size: smaller !important;
    right: 0px;
    position: absolute;
    margin-right: 17px;
}

/* ReportItemView */

.insight .report-status > div {
    margin-top: 30px;
}

.insight .report-status > div a {
    color: #005cbd !important;
    font-style: italic !important;
    cursor: pointer !important;
    text-decoration: underline !important;
    font-size: smaller !important;
}

.insight .report-status .msg {
    color: #4877db;
    display: none;
}

/* ReportLayoutOptionView */
/* InsightDashboardLayoutOptionsView */

.insight .dt-LayoutSelectedField tr:hover {
    cursor: default !important;
}

.insight .dt-LayoutSelectedField th {
    padding: 5px;
}

.insight .dt-LayoutSelectedField tr td {
    padding: 2px 2px !important;
    height: 28px;
}

.insight .dt-LayoutSelectedField input[type="text"] {
    margin-bottom: 0px !important;
}

.insight .dt-i {
    color: #b3b3b3;
    margin-right: 5px !important;
}

.insight .dt-i-enabled {
    color: #474747 !important;
    cursor: pointer;
}

.insight .dt-i-enabled:hover {
    color: black !important;
}

.insight .handle-enable {
    cursor: grab;
}

.insight .dt-LayoutSelectedField .tr-hover:hover {
    background-color: #d7dcf4;
}

.insight .dt-LayoutSelectedField {
    border-collapse: collapse;
    width: 600px;
}

.insight .spanColumnHasAlias {
    margin-left: 10px;
    display: inline;
    color: #a6a6a6;
}

.insight .tdColumnAlias {
    width: 300px;
}

.insight .tdMoveUpDown {
    width: 65px;
}

/* ReportSelectedDataTableItem */

.insight .sdvf-table {
    border-collapse: collapse;
    width: 100%;
}

.insight .sdvf-table tr {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 5px;
}

.insight .sdvf-table .td1 span {
    display: block;
    font-size: 11px;
    color: #a6a6a6;
    vertical-align: top;
    padding-bottom: 5px;
}

.insight .sdvf-table .td2 {
    text-align: right;
    padding: 5px;
    vertical-align: top;
}

/* ReportSelectedDataView */

.insight .sd-container {
    width: 98%;
    height: 100%;
    min-height: 400px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 5px 10px;
    border: 1px solid lightgray;
    background-color: rgba(255, 255, 255, 0.66);
}

.insight .sd-table {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background-color: white;
    min-width: 300px;
    min-height: 300px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}

.insight .sd-svgContainer {
    float: left;
}

.insight .sd-line {
    stroke: #263682;
    stroke-width: 2;
}

.insight .sd-lineArrow {
    fill: #263682;
}

.insight .sd-disabled {
    background-color: #dddddd !important;
    color: #686869;
    cursor: default;
}

.insight .sd-addDataTable {
    border: 1px solid #999;
    background-color: white;
    min-width: 281px;
    max-width: 281px;
    max-height: 300px;
    padding: 20px;
    text-align: center;
    color: #263682;
    outline: 0px;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.insight .sd-addDataTable i {
    color: #6298ff;
}

.insight .sd-addDataTable:hover {
    background-color: #d7dcf4;
}

.insight .sd-table .td1 {
    max-width: 250px;
}


/* ReportViewFieldFilterItem */

.insight .reportviewfield-filteritem span {
    display: block;
}

.insight .reportviewfield-filteritem .from {
    display: inline-block;
    width: 45px;
    margin-top: 5px;
}

.insight .reportviewfield-filteritem .to {
    display: inline-block;
    width: 45px;
}

.insight .reportviewfield-filteritem .field-name {
    max-width: 250px;
}

.insight .reportviewfield-filteritem .tristate {
    border: 1px solid gray;
    border: 1px solid gray;
    min-width: 18px;
    min-height: 15px;
    padding: 3px 1px 0px 0px;
}



/* ==== chart ===== */

/* InsightChartItemView */

.insight .chart-status > div {
    margin-top: 30px;
}

.insight .chart-status > div a {
    color: #005cbd !important;
    font-style: italic !important;
    cursor: pointer !important;
    text-decoration: underline !important;
    font-size: smaller !important;
}

.insight .chart-status .msg {
    color: #4877db;
    display: none;
}




/* ==== dashboard ===== */

/* InsightDashboardItemView */
.insight .dashboard-status > div {
    margin-top: 30px;
}

.insight .dashboard-status > div a {
    color: #005cbd !important;
    font-style: italic !important;
    cursor: pointer !important;
    text-decoration: underline !important;
    font-size: smaller !important;
}

.insight .dashboard-status .msg {
    color: #4877db;
    display: none;
}

/* InsightDashboardSelectedDataForm */

.insight .insight-dashboard-selected-data .form fieldset div.legend-content {
    min-height: 200px;
    max-height: 200px;
    min-width: 330px;
    max-width: 330px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px;
}

.insight .insight-dashboard-selected-data .form fieldset div.legend-content div {
    margin-top: 5px;
}

/* InsightDashboardSelectedDataView */

.insight .insight-selected-data-details ul {
    list-style-type: none;
    margin: 0px;
    padding-bottom: 30px;
}

.insight .insight-selected-data-details table tr {
    padding-bottom: 50px;
}

.insight .insight-selected-data-details table tr td {
    vertical-align: top;
}

.insight .insight-selected-data-details table tr td:first-child {
    min-width: 120px;
}
