﻿
html, body {
	height: 100%;
    width: 100%;
}

.tvClassFloatLeft {
    float: left;
}

#tvDivCellTop, #tvDivCellCenter {
    width: 100%;
    height: 100%;
}

#tvDivGrid {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
}
.tvDivGrid {
    position: relative;
}
.wrapperWidgetTableView {
    position: relative;
    width: 100%;
    height: 100%;
}
.tvSubwrapperWidgetTableView{
    position:absolute;
    width:100%;
    height:100%;
}
.tvParentWidgetTableView {
    width: calc(100% - 29px);
    display: inline-block;
    height: 100%;
}
.tvLayoutWidget {
    width: 100%;
    height: 100%;
    background: rgba(226, 239, 255, 0.65);
    position: absolute;
    z-index: 20;
    display: none;
}
.tvImgLoadingWidget {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 75px;
    width: 55px;
}
.tvImgLoadingMessage {
    max-width: 20px !important;
    margin-right: 6px;
    float: left;
}
.tvBtnDisplayPanel {
    display: none;
    position: absolute;
    bottom: 6px;
    right: 35px;
    width: 18px;
    height: 18px;
    border: 1px solid lightgray;
}
.tvPanelInformation {
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 29px;
    text-align: center;
    padding-top: 70px;
    background: rgba(235, 235, 235, 0.85);
    z-index: 20;
    overflow: hidden;
}
    .tvPanelInformation .tvWrapperPanel {
        margin: 0px 80px;
        border-top: 2px solid lightgray;
        border-bottom: 2px solid lightgray;
    }
    .tvPanelInformation .tvImgLoadingPanel {
        width: 30px;
        margin: 10px 10px 20px 0px;
        text-align: center;
    }
    .tvPanelInformation .tvTextLoadingPanel {
        text-align: center;
        font-size: 16px;
        line-height: 30px;
        font-weight: bold;
        color: rgba(0,105,180,1);
        display: inline;
    }
    .tvPanelInformation .tvTextPanel {
        text-align: center;
        font-size: 14px;
    }
    .tvPanelInformation .tvTitleTextPanel {
        font-size: 18px;
        font-weight: bold;
        color: rgba(0,105,180,1);
        line-height: 60px;
        display: inline-block;
    }
    .tvPanelInformation .tvTitlePointPanel {
        font-size: 18px;
        font-weight: bold;
        color: rgba(0,105,180,1);
        line-height: 60px;
        display: inline-block;
        width: 17px;
        text-align: left;
    }
    .tvPanelInformation .tvContentTextPanel {
        text-align: center;
        font-size: 14px;
        display: block;
    }
    .tvPanelInformation .tvButtonPanel {
        display: inline;
        cursor: pointer;
        font-size: 16px;
        padding: 3px 15px;
        line-height: 70px;
        border-radius: 3px;
    }
    .tvPanelInformation .tvProgressContainerPanel {
        height: 27px;
        width: 350px;
        margin: auto;
        margin-bottom: 14px;
        border: 2px solid lightgray;
        box-sizing: border-box;
        background-color: whiteSmoke;
        border-radius: 12px;
        box-shadow: 0 0px 6px rgba(0, 0, 0, 0.15) inset;
        position: relative;
        overflow: hidden;
    }
    .tvPanelInformation .tvProgressBarPanel {
        height: 25px;
        background-color: rgba(0,105,180,1);
        background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
        background-size: 40px 40px;
        border-right: 1px solid darkgray;
    }
    .tvPanelInformation .tvTextProgressBarPanel {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        line-height: 25px;
        text-align: center;
        font-weight: bold;
    }

.tvDivGrid td p, .tvDivGrid td li {
    display: inline;
}
.tvDivGrid td ul {
    display: inline;
    -webkit-padding-start: 10px;
}

.tvDivGridWidget {
    width: 100% !important;
    box-sizing: border-box;
}
.tvWidgetWithToolbar {
    height: calc(100% - 32px) !important;
}
.tvWidgetWithoutToolbar {
    height: 100% !important;
}
.clTvFilterValue {
    float: left;
}
.clTvInputFilter {
    height: 26px;
    padding: 1px 0px;
    border: 1px solid #dfdfdf;
}
.clTvBtnsFilter {
    float: right;
    width: 18px;
    margin: 7px 4px;
}
.clTvBtnFilter {
    margin-right: 5px;
    margin-top: 1px;
	cursor: pointer;
}

.tvDivGrid img {
    max-width: 16px;
    height: auto;
    cursor: pointer;
}

.clTvFilterValue .dhxcombo_dhx_skyblue {
    width: 100% !important;
}

.clTvPopupFilterContainer {
    display: none;
    height: 100%;
    font-size: 13px;
}
.clTvPopupFilterLine {
    width: Calc(100% - 6px);
    height: 32px;
    margin-bottom: 6px;
    margin-right: 6px;
}
.clTvPopupFilterLabel {
    float: left;
    width: 120px;
    text-align: right;
    margin-right: 5px;
}
    .clTvPopupFilterLabel label {
        font-weight: unset;
    }
.clTvPopupFilterData {
    position: relative;
    float: left;
    line-height: normal;
}
    .clTvPopupFilterData .clDivContainerCCalendar {
        margin-top: 3px;
    }
.clTvPopupInputFilter {
    border: 1px solid #dfdfdf;
    width: 197px;
    margin: 0;
    padding: 0px 0px 0px 6px;
    height: 28px;
    font-size: 13px;
}
.tvPopupFilterDateField {
    border: 1px solid #dfdfdf;
    width: 145px;
    margin: 0;
    padding-left: 6px;
    font-size: 13px;
}

.editable .clDivIconCCalendar {
    margin-left: 2px !important;
    border: 0px !important;
}

.tvPopupFilterButtons {
    float: right;
    margin-right: 6px;
}
    .tvPopupFilterButtons input {
        padding: 1px 5px;
        line-height: normal;
    }

#tvDivGridToolbar {
    margin: 0px !important;
    width: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: auto;
    height: 100%;
}
.tvDivGridToolbar {
    box-sizing: border-box;
}
	
.not_m_line{
    white-space:nowrap; 
	overflow:hidden;
	text-overflow : ellipsis;
}
.not_m_line br {
    display: none;
}
.is_m_line {
    white-space: pre-wrap !important;
    line-height: 20px !important;
}
    .is_m_line > div {
        white-space: pre-wrap !important;
    }
    .is_m_line > .buttonDisplay {
        margin-top: 3px !important;
    }
    .is_m_line > .buttonDisplay + div {
        margin-right: 16px;
    }

.sepButtonVerticalToolbar {
    margin: -8px 11px !important;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.tvWrapperWidgetToolbar {
    display: inline-block;
    padding-left: 1px !important;
    width: 29px;
    position: absolute;
    right: 0px;
    height: 100% !important;
    box-sizing: border-box;
    border-right: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

#tvBlockMCSIndicators {
    background: rgba(226, 239, 255, 0.45);
    position: absolute;
    top: 0px;
    right: 50px;
    height: 46px;
    padding-left: 6px;
    padding-top: 5px;
}


.tvMCSButtonSwitch {
    display: inline-block;
}

.tvMCSInformation {
    float: left;
    font-size: 10px;
    line-height: 12px;
    width: 140px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 140px;
}

.cellLinkValue {
    color: #0069b4;
    text-decoration: underline;
    cursor: pointer;
}
div.clTvHeaderCell {
    text-overflow: ellipsis !important;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
}
td.clTvSelectedCell {
    outline: 2px dotted grey;
    outline-offset: -2px;
}

.clDivTxNotificationTxTableView {
    position: absolute !important;
    top: unset !important;
    bottom: 20px !important;
    left: unset;
    right: 18px !important;
    overflow: auto !important;
    z-index: 50000 !important;
    width: auto !important;
}
    .clDivTxNotificationTxTableView div {
        float: left;
        margin-right: 5px;
        padding: 5px;
        height: auto !important;
        font-size: 13px !important;
        margin-bottom: 3px !important;
    }

/***** Popup Editors CSS *****/
.rowFrom {
    font-family: Tahoma,Helvetica;
    font-size: 13px;
    line-height: 26px;
    height: 26px;
    padding-bottom: 6px;
}
    .rowFrom:last-child {
        padding-bottom: 0px;
    }
.divForm {
	padding: 6px;
    height: Calc(100% - 12px);
}

.col1 {
	text-align: right;
	width: 75px;
	height: 26px;
	margin: 0;
	float: left;
	margin-right: 2px;
}
.col2 {
    height: 26px;
    display: block;
    float: left;
    margin: 0;
}
    .col2 input {
        height: 24px;
		border: 1px solid #dfdfdf;
    }
	.col2 select {
        height: 24px;
    }
.textPopupValidation {
	color: #0069b4;
	padding: 6px;
}
.textError {
    color: red;
	padding: 6px;
}
.divBtnsAction {
	position: absolute;
	bottom: 6px;
	right: 6px;
}

#contentWdowQueryFile .gridbox_material {
    border: 0px !important;
}

/* Display Data */
.displayCellPreviewText {
    background-color: rgba(230, 230, 230, 0.6);
    border: 1px solid #ccc;
}
.displayCellPreviewText .mce-panel {
    border: 0px !important;
}
.displayCellPreviewText .mce-toolbar-grp {
    display: none;
}
.clFullScreenPreviewText {
    height: Calc(100% - 42px) !important;
    margin: 6px !important;
    border: 1px solid #ccc !important;
}
.clFullSreenContentContainerPreviewText {
    height: Calc(100% - 42px) !important;
}
.clFullSreenContentPreviewText {
    height: 100% !important;
}
.displayCellDataForm {
    position: relative;
    font-size: 13px;
    margin: 1px 6px;
}
.displayCellDataForm .GenericLabel{
    display: none !important;    
}

.displayCellDataForm div.accItemLabel{
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
}
 
    .displayCellDataForm div.accItemContentAreaCustom{
    height: auto;
    padding: 10px 10px 10px 10px;
        padding: 6px;
    }
    .displayCellDataForm div.accItemContentAreaCustom img {
        max-height:350px;
        max-width:350px;
    }
    .displayCellDataForm div.accItemContentAreaCustom img.fullScreenImg {
        max-height:400px !important;
        max-width:800px !important;
    }
    .clEditableTextArea {
        position: absolute;
        resize:none;
        width: 300px;
        height: 150px;
        z-index: 999;
    }
    .dataItemLink {
        white-space: normal;
        color:-webkit-link; 
        text-decoration: underline;
    }
    .dataItemLink:hover{
        cursor:pointer;
    }
    .buttonDisplay{
        float:right;
        margin-top: 10px;
    }
    .buttonDisplay:hover{
        cursor:pointer;
    }
    .tvAccLabelButtonRight {
        vertical-align: middle;
    }
    .tvAccObjectContent {
        width:100%; 
        height:300px;
    }

.clWindowRichText {
    margin: 6px;
}

.clRichTextButtonBar {
    z-index: 1;
}

.clRichTextButtonBar .clBtn {
    margin-right: 12px !important;
    margin-left: 0px !important;
}

/****************** DHTML fix CSS *********************/

div.tvDivGrid table.hdr td {
    height: 13px !important;
}

div.tvDivGrid div.xhdr {
    height: auto !important;
}

    div.tvDivGrid div.xhdr tr:first-child + tr {
        height: 27px !important;
        overflow: hidden !important;
        white-space: nowrap;
    }

        div.tvDivGrid div.xhdr tr:first-child + tr + tr {
            height: 42px !important;
            overflow: hidden !important;
            white-space: nowrap;
        }

div.tvDivGrid table.hdr td {
    padding: 5px 0px 0px 0px !important;
}
div.tvDivGrid div.gridbox table.obj tr td {
    padding: 0px 4px !important;
    height: 32px !important;
    box-sizing: unset; /* Pb with bootstrap.min */
}
div.tvDivGrid table.obj tr td input {
    line-height: 24px;
}

/* open window in center of screen if there is scroll in portals */
div.dhtmlx_window_active, div.dhtmlx_window_inactive {
	position: fixed !important;
}
div.dhx_modal_cover_dv {
    position: fixed !important;
}
	
/* edited cell */
div.tvDivGrid table.obj.row20px tr td.editable {
    padding-left: 4px;
}
	
/* scroll option combo*/
div.tvDivGrid div.dhxcombolist_dhx_skyblue div.dhxcombo_option {
    overflow: visible !important;
}

/* useless margin in filter header */
.clTvFilterValue .dhxcombo_input, .clTvCheckBoxCombo .dhxcombo_input {
    margin-left: 2px !important;
    width: Calc(100% - 30px) !important;
}

/** Fix resize grid **/

div.tvDivGrid .gridbox_not_existing_skin {
    height: 100% !important;
}
    div.tvDivGrid .gridbox_not_existing_skin + div {
        height: 100% !important;
    }
div.tvDivGrid .gridbox_material {
    height: 100% !important;
}
    div.tvDivGrid .gridbox_material + div {
        height: 100% !important;
    }
.tvDivGrid .objbox {
    height: calc(100% - 70px) !important;
}
div.tvDivGrid .gridbox_dhx_terrace .objbox {
    height: calc(100% - 82px) !important;
}
.widgetWithoutFilter .objbox {
    height: calc(100% - 28px) !important;
}

.tvWrapperWidgetToolbar.dhx_toolbar_material.dhxtoolbar_icons_18 img {
    padding: 0px !important;
    margin-left: -2px !important;
}
.tvWrapperWidgetToolbar .dhx_toolbar_arw {
    height: 0px !important;
}

/*Fix filters*/
.clTvPopupFilterData .dhxcombo_material {
    margin-bottom: 6px;
}
  
/******************************************** CODE SWITCH BUTTON ********************************************/

.tvSwitch {
    display: inline-flex;
    font-size: 13px;
    color: #ccc;
    background: #A9BACC;
    text-align: center;
    cursor: pointer;
    margin: 6px;
    width: 60px;
    height: 22px;
}

    .tvSwitch .Toggle {
        position: absolute;
        top: 11px;
        width: 31px;
        height: 22px;
        background: #016ab4;
        box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.3), inset 0 0 1px rgba(0, 0, 0, 0.3);
        z-index: 15;
        transition : all 0.15s ease-in-out;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        -ms-transition: all 0.15s ease-in-out;
    }

    .tvSwitch span {
        display: inline-block;
        width: 100%;
        padding-top: 3px;
        box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.5);
    }

        .tvSwitch span.On {
            color: #DED066;
            background: #fff;
        }

        .tvSwitch span.Off {
            color: #fff;
        }

    .tvSwitch.Off .Toggle {
        left: 69.5%;
    }
    .tvSwitch.On .Toggle {
        left: 83%;
    }

/****************************************** MANAGE TABLEVIEW ******************************************/
.clPopupConfig {
    border: 1px solid lightgray;
    border-bottom: none;
    box-sizing: border-box;
}

.clPopupConfig .accItemLabel {
    border-bottom: 1px solid #dfdfdf;
}

.clTVListConfigs {
    list-style: none;
    display: -webkit-inline-box;
    width: Calc(100% - 12px);
    padding-left: 0;
    margin: 6px;
}

    .clTVListConfigs li:hover {
        border: 1px solid #ccc;
        border-radius: 4px;
        cursor: pointer;
    }

.clTVItemConfig {
    border: 1px solid #fafafa;
    display: inline-block;
    width: 185px;
    padding: 6px;
}

.focusedConfiguration {
    border: 1px solid #ccc;
	border-radius: 4px;
	cursor: pointer;
    background-color: #bbf2ff;
    outline: #ccc;
}

.clTVImgConfig {
    width: 16px;
    margin-right: 6px;
}

.clTVdetailsConfig {
    display: inline-block;
}

.clTVTextConfig {
    display: inline-block;
    width: 150px;
    vertical-align: middle;
}

.clTVNameConfig {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clTvWindowEditConfig {
    width:100%;
    height:100%;
}

.clTvWindowConfigName {
    width: Calc(100% - 12px);
    margin-top: 6px;
    margin-left: 6px;
    display:inline-flex;
}

.clDivBeforeInputName {
    margin-right: 6px;
    margin-top: 6px;
    font-size: 13px;
}

.clDivBeforeComboOT {
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 6px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
}

.clNameContainerDiv {
    width: Calc(60% - 75px);
    display: inline-flex;
}

.clNameContainerDivFull {
    width: 100%;
    display: inline-flex;
}

.clInputConfigName {
    height: 26px;
    margin-left: 5px;
    font-size: 13px;
    border: 1px solid #dfdfdf;
    padding: 0px 0px 0px 6px;
}
.clLabelConfigName {
    width: 140px;
    font-size: 13px;
    text-align: right;
    display: inline-block;
}

.clOTComboContainer {
    width: 40%;
    display: inline-flex;
}

.clInputComboOT {
    width: calc(100% - 120px) !important;
    margin-top: -2px;
    display: block;
    float: left;
}

.clTvTabbarConfig {
    width:Calc(100% - 12px);
    height:Calc(100% - 78px);
    margin: 6px;
}

.clTabConfigContent {
    width:100%;
    height:100%;
}

.clEditConfigTreeAttribute {
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
}

.clEditConfigCGrid {
    height: 100%;
}

.clEditConfigButtonToSwitch {
    height: 100%;
    position: relative;
}

.clEditConfigButtonsCols {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    cursor: pointer;
}
.clEditConfigButtonsCols:nth-child(1){
    margin-top: -25px;
}
.clEditConfigButtonsCols:nth-child(2){
    margin-top: 5px;
}

.clConfigCGrid {
    position: absolute;
    bottom: 30px;
    top: 0px;
    left: 0px;
    right: 0px;
}

.clConfigCGridToolbar {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.clTextCheckboxes {
    margin-left: -6px;
    white-space: nowrap;
}

.clTVBtnRemoveConfig {
    font-family: 'icomoon' !important;
    font-size: 9px;
    float: right;
    margin-top: 5px;
    transition: all 0.2s ease-in;
    text-decoration: none;
    color: #A32727;
    display: none;
}

    .clTVBtnRemoveConfig:hover {
        border-radius: 5px;
        text-shadow: 0 0 3px #A32727;
    }

.clTvWindowEditConfigButtons .clBtn {
    margin-right: 6px !important;
    margin-left: 0px;
}

.clDivLayoutEditConfigCell {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

    .clDivLayoutEditConfigCell fieldset {
        margin: 0px !important;
        font-size: 13px;
    }

        .clDivLayoutEditConfigCell fieldset legend {
            padding-left: 5px;
            padding-right: 5px;
            font-weight: bold;
        }

    .clDivLayoutEditConfigCell .clLabelEditConfigObjectType {
        display: block;
        float: left;
        width: 110px;
        text-align: right;
        margin-right: 6px;
        font-size: 13px;
        margin-top: 5px;
    }

/*** sort ***/

.clDivColumnOptions {
    position: absolute;
    right: 6px;
    top: 5px;
}

    .clDivColumnOptions .clDivSortingImg {
        position: absolute;
        right: 0px;
        top: 0;
        display: none;
    }

/*** BIG Combo ***/
.bcSelect {
    cursor: pointer;
    height: 32px;
    line-height: 32px;
}
    .bcSelect.bcResponsive {
        width: 100%;
        padding: 0px 6px;
        border: 1px solid #dfdfdf;
        box-sizing: border-box;
        background-color: white;
    }
    .bcSelect .bcSelectText {
        white-space: nowrap !important;
        overflow: hidden;
        width: Calc(100% - 15px);
        display: inline-block;
        font-weight: normal;
        color: #404040;
    }
.bcBackGroundPanel {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(200,200,200,0.1);
    z-index: 199;
}
.bcPanel {
    height: 200px;
    background: white;
    z-index: 200;
    background-color: #fafafa;
    border: 1px solid #dfdfdf;
    position: absolute;
    font-size: 13px;
}
    .bcPanel .bcPanelOptions {
        height: Calc(100% - 45px);
        overflow: auto;
        border-bottom: 1px solid #dfdfdf;
        padding: 6px;
    }
    .bcPanel .bcPanelSearch {
        padding: 4px;
        text-align: right;
    }
        .bcPanel .bcPanelSearch .bcInputSearch {
            width: Calc(100% - 80px);
            margin-left: 6px;
            border: 1px solid #dfdfdf;
            height: 22px;
            padding-left: 4px;
        }
    .bcPanel .bcPanelItems {
        padding: 2px;
        margin: 4px 4px 0px 0px;
        border: 1px solid #dfdfdf;
        border-radius: 3px;
        display: inline-block;
    }
        .bcPanel .bcPanelItems:hover {
            background-color: #dfdfdf;
            cursor: pointer;
        }
        .bcPanel .bcPanelItems.bcSeledted {
            background-color: #bbf2ff;
        }
    .bcPanel .bcPanelTitle {
        font-weight: bold;
    }

/*Tx-Bug-16950*/	
.clDivMainCQuery input {
    padding: 0px;
}
/**/
