﻿* {
    font-family: 'Open Sans', 'Segoe UI','Helvetica Neue','Droid Sans',Arial,Tahoma,Geneva,Sans-serif!important;
}
.activeQuestion {
    border-right: 4px solid rgba(66,33,16,0.2);
}

html, body {
    height:100%;
    background: #F5F5F5;
    margin: 0px;
}

#AccountBackground {
    position: relative;
    height: 100%;
    background-color: rgb(235,235,235);    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover!important;
}

#AccountLogo {
    margin-top:130px;
}

#LoginFooter {
    padding:5px;
    opacity: .8;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: right;
    font-size:0.75em;
}

    #LoginFooter span {
        margin-right: 5px;
    }


div #header {
    display: table;
    padding: 0;
    width: 100%;
}

div #logo {
    width: 130px;
    display: table-cell;
}

div #title {
    vertical-align: top;
    display: table-row;
    width: 100%;
}

div #menu {
    vertical-align: top;
    display: table-cell;
    width: 100%;
}

div #profile {
    width: 250px;
    display: inline-block;
    vertical-align: top;
}

#ExportNewItemsIndicator {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px;
    background-color: red;
    border-radius: 20px;
    font-size: 0.6em;
    width: 6px;
    height: 6px;
    text-align: center;
    border: 2px solid white;
    color: white;
    font-weight: 800;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#ExportNewItemsIndicatorContent {
    margin-top: -3px;
    cursor: pointer;
}

.exportDownloadButton {
}

    .exportDownloadButton:hover {
        background-color: #F5F5F5;
    }

#LeftPanelNavBarPanel::-webkit-scrollbar {
    width: 5px;
}

/* Track */
#LeftPanelNavBarPanel::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

/* Handle */
#LeftPanelNavBarPanel::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #707485;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

    #LeftPanelNavBarPanel::-webkit-scrollbar-thumb:window-inactive {
        background: #707485;
    }

#LeftPanelNavBar > li:last-child {
    margin-bottom: 20px !important;
}

div #TopPanelHeaderRow {
    display: table-row;
    width: 100%;
    height: 70px!important;
}

div #TopPanelMenuButtonCell {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
}

div #TopPanelLogoCell {
    display: block;
    padding: 5px;
    background: #F5F5F5;
}

    div #TopPanelLogoCell:hover {
        background: #F5F5F5;
    }

div #TopPanelUserProfileMenuCell {
    display: table-cell;
    vertical-align: middle;
}

    div #TopPanelUserProfileMenuCell > * {
        float: right;
        padding-right: 10px;
    }

.TopPanelMenuButtonStyle {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.08);
    color: black;
    background: transparent !important;
    border-color: transparent !important;
    background: none!important;
}

    .TopPanelMenuButtonStyle:hover {
        color: black;
        background: #F5F5F5!important;
        border-color: transparent !important;
    }

    .TopPanelMenuButtonStyle:active {
        color: black;
        background: none !important;
        border-color: transparent !important;
    }

#TopPanel {
    background: white;
    padding: unset;
    margin: unset;
    border-bottom: unset;
}

#LeftPanelNavBarPanel .dxnb-btnLeft {
    float: right !important;
}

#LeftPanelNavBarPanel {
    padding: unset;
    background: #2F353F;
    border-right-width: 0px;
}

    #LeftPanelNavBarPanel .dxnb-header {
        color: #A3B1C2;
        background: #272C35;
        padding: 10px 10px 10px;
        white-space: nowrap;
    }

    #LeftPanelNavBarPanel .dxnb-headerCollapsed {
        color: #A3B1C2;
        background: #2F353F;
        padding: 10px 10px 10px;
        white-space: nowrap;
        border-bottom: 0px;
    }

        #LeftPanelNavBarPanel .dxnb-header:hover,
        #LeftPanelNavBarPanel .dxnb-headerCollapsed:hover {
            background: #272C35;
        }

    #LeftPanelNavBarPanel .dxnb-content {
        border-top: 0px;
    }

    #LeftPanelNavBarPanel .dxnb-item {
        border-bottom: 0px;
    }

    #LeftPanelNavBarPanel .dxnb-header a,
    #LeftPanelNavBarPanel .dxnb-headerCollapsed a {
        color: #A3B1C2;
    }

    #LeftPanelNavBarPanel .dxnb-item.dxnb-itemSelected.dxnb-link {
        color: #FFFFFF;
    }

    #LeftPanelNavBarPanel .dxnb-item.dxnb-link,
    #LeftPanelNavBarPanel .dxnb-item .dxnb-link,
    #LeftPanelNavBarPanel .dxnb-large.dxnb-link,
    #LeftPanelNavBarPanel .dxnb-large .dxnb-link {
        color: #707485;
        background: #2F353F;
        padding: 10px 00px 9px 30px;
        white-space: nowrap;
    }

        #LeftPanelNavBarPanel .dxnb-item.dxnb-link:hover,
        #LeftPanelNavBarPanel .dxnb-item .dxnb-link:hover,
        #LeftPanelNavBarPanel .dxnb-large.dxnb-link:hover,
        #LeftPanelNavBarPanel .dxnb-large .dxnb-link:hover {
            color: #FFFFFF;
        }

    #LeftPanelNavBarPanel .dxnb-last {
        margin-bottom: 0px;
    }

    #LeftPanelNavBarPanel .dxpnl-edge,
    #LeftPanelNavBarPanel .dxpnl-expanded {
        padding: 0px;
    }

#SecondaryNavBarPanel,
#LeftPanelNavBarPanel,
#LeftPanelNavBar {
    background: #2F353F;
}

.MenuPanelExpandBar {
    padding: 0!important;
}


#MenuPanel {
    left: 0!important;
    border: 0;
    overflow: hidden;
}

#content {
    background-color: rgb(235,235,235);
}

#TopPanelHeaderRow .dxm-main .dxm-hovered {
    color: white !important;
    background: #F5F5F5 !important;
}

#TopPanelHeaderRow .dxm-content {
    color: black;
}

#SecondaryMenuControl {
    background: transparent;
    min-width: 0px !important;
    padding-left: 2px;
    padding-top: 3px;
}

#SecondaryNavBarPanel .dxm-vertical .dxm-image {
    margin-right: 0px !important;
}

#SecondaryNavBarPanel .dxm-main .dxm-hovered {
    color: white !important;
    background: #272C35 !important;
}

#LeftPanelNavBar {
    width: 100%;
}

.gridViewNoFocusRect {
    outline: 0;
}

.noFocusRect {
    outline: 0;
}

.gridViewExplicitFontSize {
    cursor: pointer;
    font-size: 11px!important;
}

.CellsEllipsis
{
    text-overflow: ellipsis!important;
    overflow: hidden!important;
    white-space: nowrap!important;
}


    .CellsEllipsis td
    {
        text-overflow: ellipsis!important;
        overflow: hidden!important;
        white-space: nowrap!important;
    }

    .CellsEllipsis table
    {            
        table-layout: fixed!important;           
    }

.masterDataMenu .dxb {
        padding: 0px!important;
    }

    #masterDataDetailTab {
        padding: 0px 10px;
    }
.exportnotification {
  font-family: Arial;
  font-weight: 100!important;
  font-size: 15px!important;
}

/* IOS Demo Style*/


.actionBarLabelClass {
    padding: 5px;
    display: table-cell;
    vertical-align: middle;
    color: white;
}

.actionBarIconClass {
    margin: 10px;
    float: right;
}

.actionBarMenuIconClass {
    margin: 10px;
}

.actionBarIconDivClass {

}

.toggle,
.toggle span {
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.toggle {
    height: 25px;
    min-height: 25px;
    max-height: 25px;
    width: 65px;
    min-width: 65px;
    max-width: 65px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .toggle label {
        font-size: 10px;
        padding: 4px 6px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .toggle.btn {
        margin-top: -5px;
        border-radius: 0px;

        font-size: 14px;
        line-height: 1.4;
        border: 1px solid #cecece;
    }

label.toggle-off {
    background-color: #ebebeb;
}

.toggle-handle {
    border-color: #ccc!important;
    background-color:white;
}

.defaulttoogle + div {
    text-transform: uppercase;
}

    .defaulttoogle + div span {
        width: 45%
    }

    .defaulttoogle + div label.toggle-on.btn {
        text-align: left;
    }

    .defaulttoogle + div label.btn {
        padding: 4px 6px;
    }

    .defaulttoogle + div label.toggle-off.btn {
        text-align: right;
    }

 .dx-contentBox {
        display: block;
    }

	#TopPanelLogoCell {
		padding: 0px!important;
	}

.filterBoxHeaderStyle {
    background-color: rgb(250,250,250) !important;
    padding: 5px 15px 5px 15px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    height:41px!important;
}

.filterBoxContentStyle {
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1) !important;
    margin: 0px !important;
}

.clearFilterButton {
    padding: 0px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: white !important;
    background: url('Images/ic_cancel_filter.png') no-repeat;
    background-position: 8px 6px !important;
    width: 30px;
    height: 26px;
}

    .clearFilterButton:hover {
        background-color: rgb(250,250,250) !important;
    }

    .clearFilterButton:active {
        background-color: rgb(235,235,235) !important;
    }

.collapseButton {
    padding: 0px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: white !important;
}

    .collapseButton:hover {
        background-color: rgb(250,250,250) !important;
    }

    .collapseButton:active {
        background-color: rgb(235,235,235) !important;
    }

.collapseButton-up {
    background: url('Images/ic_arrow_drop_up.png') no-repeat;
    background-position: 9px 7px !important;
    width: 30px;
    height: 26px;
}

.collapseButton-down {
    background: url('Images/ic_arrow_drop_down.png') no-repeat;
    background-position: 9px 7px !important;
    width: 30px;
    height: 26px;
}

.cardMenuButton:hover {
    background-color: rgb(245, 245, 245);
}

.jobEnabled0 {
    background-color: #BFFFBF;
}

.jobEnabled1 {
    background-color: #7FFF7F;
}

.jobDisabled0 {
    background-color: #FFBFBF;
}

.jobDisabled1 {
    background-color: #FF7F7F;
}


.loginblock {
    display: inline-block;
}

.loginrow {
    width: 100%;
    text-align: center;
}