﻿html, body {
    margin: 0;
    padding: 0;
}

.gridHiddenCell {
    display: none;
}

.hiddenUploadControl {
    display: none;
}

/* Root Header Pane */

.rootHeaderPane {
    background-position: left top;
    background-repeat: no-repeat;
}

    .rootHeaderPane .headerTop {
        /*height: 45px;*/
    }

.enfinityLogo {
    float: left;
    margin-bottom: 0px;
    margin-left: 3px;
    margin-top: 3px;
}

.clientCompanyInfo {
    float: left;
    margin-bottom: 0px;
    margin-left: 110px;
    margin-top: 1px;
}

.loginUserInfo {
    float: right;
    margin-bottom: 0px;
    margin-right: 5px;
    margin-top: 0px;
}

    .loginUserInfo div {
        display: inline-block;
        vertical-align: middle;
    }


.favoriteSeperator {
    border-color: lightgrey;
    border-corner-image-transform: rotate;
    border-style: solid;
    border-width: 1px;
}

/* Content Pane */

.content {
    padding: 2px;
}


.form-field {
    margin-bottom: 8px;
}

.field-validation-error {
    color: Red;
    font-size: 11px;
}

.dxgvCss {
}

.loginWindow {
    display: block;
    margin-left: 5px;
    /*margin-right: auto;*/
    margin-top: 5px;
    /*width: 80%;*/
}

.BiButton {
    /*padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border: 1px solid #fafafa;*/
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2.5px;
    padding-right: 2.5px;
    border: 1px solid #fafafa;
}

    .BiButton:hover {
        cursor: pointer;
        border: 1px solid #d8d8d8;
    }

.QuickInfo {
    padding: 3px 6px 4px;
    background-color: #c0c0c0;
    width: 100%;
    height: 20px;
    font-weight: bold;
}


/*.dx-list-item-selected .listSelectedItem {
    background-color: #3366FF;
    color: #fff;
}*/

img {
    border-width: 0 !important;
    vertical-align: middle !important;
}


/* Office365 */
/*.dxsplControl_Office365 {
    font-family: Segoe UI;
}

    .dxsplControl_Office365 .headerPane,
    .dxsplControl_Office365 .footerMenu li {
        background-color: White;
        color: Black;
    }

    .dxsplControl_Office365 .accountHeader h2 {
        color: #3B3B3B;
    }

    .dxsplControl_Office365 .accountHeader p {
        font-size: 11px;
    }

    .dxsplControl_Office365 .headerMenu {
        margin-top: 13px;
    }

    .dxsplControl_Office365 .loginControl a,
    .dxsplControl_Office365 .templateTitle a {
        border-color: Black;
        color: Black;
    }

    .dxsplControl_Office365 .templateTitle a {
        font-size: 28px;
    }

    .dxsplControl_Office365 .dxsplVSeparator_Office365 {
        border-bottom: 0 !important;
    }

    .dxsplControl_Office365 .footerPane {
        background: #EDEDED;
    }*/
.dx-toolbar-item img {
    display: unset !important;
}

/*.dxgvFocusedCell_Office365 {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}*/

/*.dx-wrap dxgv dxgvBatchEditCell_Office365 dxgv dxgvFocusedCell_Office365 {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}*/


.CustomFocusedCell {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.system-notification-bar {
    background-color: red;
    font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif;
    font-size: 14px;
    color: #000;
    vertical-align: middle;
    width: 100%;
    overflow: hidden;
    padding: 4px;
}
.dx-widgets-viewer-style_id0 .dx-cardItem .dx-card-mainValue {
    font-size: 0px !important;
}

.dx-card-subTitle {
    width: 95% !important;
    color: none !important;
    padding-left: 5px !important;
}

.dx-cardItem {
    height: 100% !important;
    width: 100% !important;
}

.dx-widget-viewer-container .dx-cardItem .dx-card-subTitle {
    overflow: hidden !important;
    box-sizing: content-box !important;
    white-space: nowrap !important;
    line-height: 80% !important;
    text-overflow: ellipsis !important;
}

.dx-widgets-viewer-style_id0 .dx-cardItem .dx-card-subTitle {
    font-weight: 300 !important;
}

.dx-widget-viewer-container .dx-cardItem .dx-card-title {
    padding: 2px 12px 2px 12px !important;
}
