﻿/* Use this stylesheet for all styles relating to the application that can not differ between client instances. */
.realitem:hover {
    text-decoration: none;
}

.content {
    position: fixed;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    /*margin-top:100px;*/
    /*margin-left:auto;*/
    /*margin-right:auto;*/
}

.dashTools {
}

.tableicon {
    display: inline !important;
}

    .tableicon.tablegone {
        display: none !important;
    }

#divActions {
    padding: 3px 0px 10px 0px;
    vertical-align: middle;
    text-align: right;
}

/* Grid Styles */

.gridActionsAdd {
    width: 200px !important;
}

.gridActionsCol {
    width: 125px;
    text-align: right !important;
}

.gridActionsColTable {
    padding: 0px !important;
    margin: 0px !important;
    border-style: none !important;
    width: 100%;
}

.gridButtons {
    width: 15px;
    height: 15px;
}

/* / Grid Styles */

.grdItemStyle {
    background-color: #F9F9F9;
    color: #474747 !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.grdAlternatingItemStyle {
    background-color: white;
    color: #474747 !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.grdHeaderStyle {
    font-size: 12pt !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.rgHeader {
    white-space: nowrap;
}

.rgInfoPart {
    color: #595959 !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* EditorTable Styles */

.editorTable {
    width: 100%;
}

    .editorTable tr {
    }

        .editorTable tr td {
        }

/* / EditorTable Styles */

/*  editorDiv Styles */

.editorDiv {
}

/* / editorDiv Styles */

/*  wndMessageBox Styles */

#wndMessageHeader {
    font-size: 16px;
    text-align: center;
}

#wndMessageColPic {
    width: 33%;
    text-align: center;
}

#wndMessageColBody {
    height: 100px;
    text-align: left;
}

#wndMessageFooter {
    text-align: right;
}

.wndMessageBut {
    width: 75px;
}

/* / wndMessageBox Styles */

/* Style used for colouring in object where an error should be shown */
.TextError {
    border: 1px solid #ff0000 !important;
    /* background-color : #99ADEB !important ; */
}

/* /Style used for colouring in object where an error should be shown  */



.d-editor-footer {
    text-align: right;
}

.d-commands a {
    color: black !important;
}



.dashlettitle {
    width: 100% !important;
}

.buttongrads {
    background: -webkit-linear-gradient(to bottom, #fff, #ABD1F3) !important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to bottom, #fff, #ABD1F3) !important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(to bottom, #fff, #ABD1F3) !important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #fff, #ABD1F3) !important; /* Standard syntax */
}

.sliderlabels {
    text-align: right;
    cursor: pointer;
    height: 20px;
    font-size: 12px;
}

.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.defaultTransposedFirstCellStyle {
    text-align: left !important;
    /*font-weight: bold !important;
    font-size: 12px !important;*/
}

.defaultTransposedHeaderCellStyle {
    text-align: center !important;
    font-weight: bold !important;
    /*font-size: 12px !important;*/
}

.defaultTransposedCellStyle {
    text-align: right !important;
    /*font-size: 12px !important;*/
}

/* AQB Style */

.qb-ui-table-field-icon {
    height: 14px !important;
}

/* Used in widget editor */
#divChartListContainer br {
    display: none;
}

.widgetCatSelectorContainer {
    width: 100%;
    height: 30px;
    background-color: #123264;
    color: white;
    margin-bottom: 5px;
    padding: 5px;
    cursor: pointer;
}

    .widgetCatSelectorContainer:hover {
        transform: scale(1.1);
    }

.widgetChartContainer {
    cursor: pointer;
    height: 100px;
    padding-bottom: 0px;
    padding-top: 0px;
}

    .widgetChartContainer span {
        font-size: 12px;
    }

    .widgetChartContainer:hover {
        background-color: rgba(32,64,128,0.5);
    }

.filterhorizontal {
    text-align: center;
}

    .filterhorizontal.active span {
        background-color: #d9edf7;
    }

    .filterhorizontal.greyedout span {
        background-color: #CCC;
        color: #97989B;
        width: 100%;
        border: 1px solid #CCC;
        border-radius: 2px;
        margin: 0px 1px;
        display: inline-block;
        padding: 5px 0px;
    }

    .filterhorizontal span {
        width: 100%;
        border: 1px solid #CCC;
        border-radius: 2px;
        margin: 0px 1px;
        display: inline-block;
        padding: 5px 0px;
    }

        .filterhorizontal span:hover {
            background-color: #CCC;
        }

.wildcardfilter {
    cursor: pointer;
}

    .wildcardfilter:hover {
        background-color: #CCC;
    }

/* Used in widget editor */
#divChartListContainer br {
    display: none;
}

/* Dataset list on dashboard */
#divPersTree td {
    padding: 0px 5px;
    font-size: 12px;
}

#divPersTree th {
    background-color: #CCC;
    padding: 0px 5px;
}

#divPersTree tr.notActive span {
    color: #AAA;
    font-style: italic;
}

.reportImages {
    max-height: 64px;
}

/* Archive list on dashboard */
#divArchive td {
    padding: 0px 5px;
    font-size: 12px;
}

#divArchive th {
    background-color: #CCC;
    padding: 0px 5px;
}

#divArchive tr.notActive span {
    color: #AAA;
    font-style: italic;
}

/* Repeater */
.repeaterAlternatingItem {
    background-color: #EEE;
}

/* Dashboard tables */
.dashWindowTable {
    font-size: 12px;
}

    .dashWindowTable table th {
        background-color: #CCC;
    }


/* Navigator */
.navigatorSearchbox {
    height: 25px !important;
    padding: 0px 5px !important;
}

.navigatorSubData {
    font-style: italic;
    font-size: 12px;
    color: #777;
}

.navigatorMainData {
    font-weight: bold;
    font-size: 14px;
}

.navigatorCatHeaderItem {
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    color: #337ab7;
}

.navigatorSubHeaderItem {
    cursor: pointer;
    color: #337ab7;
}

.navigatorActionItem {
    cursor: pointer;
}

.navigatorAlternatingItem {
    background-color: #EEE;
}

@media only screen and (min-width: 980px) {
    .d-layout-grid-row .d-layout-grid-one {
        width: 8.33% !important;
    }

    .d-layout-grid-row .d-layout-grid-two {
        width: 16.66% !important;
    }

    .d-layout-grid-row .d-layout-grid-three {
        width: 25% !important;
    }

    .d-layout-grid-row .d-layout-grid-four {
        width: 33.33% !important;
    }

    .d-layout-grid-row .d-layout-grid-five {
        width: 41.66% !important;
    }

    .d-layout-grid-row .d-layout-grid-six {
        width: 50% !important;
    }

    .d-layout-grid-row .d-layout-grid-seven {
        width: 58.33% !important;
    }

    .d-layout-grid-row .d-layout-grid-eight {
        width: 66.66% !important;
    }

    .d-layout-grid-row .d-layout-grid-nine {
        width: 75% !important;
    }

    .d-layout-grid-row .d-layout-grid-ten {
        width: 83.33% !important;
    }

    .d-layout-grid-row .d-layout-grid-eleven {
        width: 91.66% !important;
    }

    .d-layout-grid-row .d-layout-grid-twelve {
        width: 100% !important;
    }
}


.ui-qb-grid-row-aggregate select.ui-qb-grid-row-cell-edit-control option:not([value='Sum']):not([value='Max']):not([value='Count']) {
    display: none;
}

.qb-ui-tree-view .tree-node {
    font-size: 14px !important;
}

.formulatable tr td {
    padding: 1px !important;
    font-size: 12px;
}

.formulatable {
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}

.batchtable tr td {
    padding: 1px !important;
    font-size: 12px;
}

.batchtable {
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}

#divFieldListContainerControl {
height: 425px !important;
}
