﻿/*  ---------------------------------------------------------------------  */
/*                                   COMMON                                */
/*  ---------------------------------------------------------------------  */
/*colors variables*/
:root{
    --txColors-blue:#0069b4;
    --txColors-blueSelection2:#32bae8;
    --txColors-blueSelection:#bbf2ff;
}


.clTxIconDisabled{
    opacity: 0.3;
}

.clTxNumerical{
    width:70px !important;
    height: 24px !important;
}

.clTxNumericalShort{
    width:60px !important;
    height: 24px !important;
}

/*  -----------------------------------------------------  */
/*                      CAccordions                        */
/*  -----------------------------------------------------  */

.clDivTreePane{
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 5px;
    left: 5px;
    border: 0px solid;
}

.clDivActivePane{
    color: #0069b4 !important;
}

.clDivInActivePane{
    color: #404040 !important;
}

/*  -----------------------------------------------------  */
/*                      CCalendar                          */
/*  -----------------------------------------------------  */
.clDivContainerCCalendar{
    display:inline-flex;
    line-height: 24px;
}
.clInputCCalendar{
    height:22px !important;
    padding: 0px 0px 0px 3px;
    border: 1px solid #a9a9a9;;
}

    .clInputCCalendarDate{
        width:80px !important;
    }

    .clInputCCalendarDateTime{
        width:140px !important;
    }

.clDivIconCCalendar{
    float: left;
    margin-left: -1px;
    border: 1px solid darkgrey;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

    .clDivIconCCalendar img{
        float: left;
        margin-left:3px;
        margin-top:3px;
    }

.clDivIconRemoveCCalendar{
    float: left;
    margin-top: 2px;
}

/*  -----------------------------------------------------  */
/*                      CTxToolbar                          */
/*  -----------------------------------------------------  */
    
.clDivTxToolbar .dhx_toolbar_material {
    position: absolute;
    left: 110px;
    background: transparent;
    border-width: 0px !important;
    color: white;
    top: 1px;
}

.clDivTxToolbar {
    font-family: Tahoma;
    border: 1px solid #0069b4;
    position: absolute;
    bottom: 0px;
    background: #0069b4;
    top:0px;
    left:0px;
    right:0px;
    color: #ffffff;
}

.clDivTxToolbar .clDivTxToolbarlogo {
    float: left;
    margin-right: 10px;
    margin-top: 8px;
    margin-left: 5px;
}

.clDivTxToolbar .clDivTxToolbarButtons .float_left {
    display: flex;
}

.clDivTxToolbarButtons{
    background: transparent;
    border: 0px solid #dfdfdf;
}

.clDivTxToolbar .clDivTxToolbarName {
    width: 150px;
    font-size: 18px;
    text-align: center;
    white-space: nowrap;
    margin: 13px auto;
}

.clDivTxToolbar .dhx_toolbar_btn > img {
    cursor: pointer;
}

.clDivTxToolbarlogo .clImgTxIcone{
    margin-top:0px;
    margin-left:5px;
    float: left;
}

.clDivTxToolbarlogo .clImgTxLogo{
    margin-top:3px;
    margin-left:1px;
    float: left;
}


/*  ---------------------------------------------------------------------  */
/*                                 CButtonBar                              */
/*  ---------------------------------------------------------------------  */
.clBtn {
 	text-align: center;
	min-width: 70px; 
	height:23px;
	margin-top: 6px;
	margin-right: 6px;
	padding: 2px 2px 2px 2px;
	cursor: pointer;
}

.clBtn, .mce-btn{
    margin-left: 6px;
    margin-right: 0px;
    margin-top: 0px;
	background-color: #f5f5f5;
	cursor: default;
	overflow: hidden;
	border: 1px solid #dfdfdf;
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica;
	color: #404040;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
    color: black !important;
}



.clBtn:focus {
	outline: none !important;
	border-color: #0069b4;
	border-width: 2px;
	color: #545454;
}

.clBtn:hover {
	background-color: #ededed;
	outline: none !important;
}

.clBtn:disabled {
	color:grey !important;
    background-color: #f5f5f5;
}

.clTxBtnValidate{
    background: #0069b4;
    color: white !important;
    border: 1px solid rgba(0,105,180,1);
}

.clTxBtnValidate:hover {
	background-color: rgba(0,105,180,1) !important;
	outline: none !important;
}

.clTxBtnValidate:disabled {
    background: #0069b4;
	color:white !important;
    opacity:0.5;
}

/*  ---------------------------------------------------------------------  */
/*                                   CGridMatrix                           */
/*  ---------------------------------------------------------------------  */
.clRichTextInArray img {
    max-width: 100%;
}

/*  ---------------------------------------------------------------------  */
/*                                  CColorPicker                           */
/*  ---------------------------------------------------------------------  */
.colorPallet {
    height: 188px;
    z-index: 10000;
}
.colorPallet.modal {
    position: absolute;
}

.leftPallet {
    height: 100%;
    width: 138px;
    background-color: white;
    border: 1px solid #dfdfdf;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.rightPallet {
    height: 100%;
    width: 235px;
    background-color: white;
    border: 1px solid #dfdfdf;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 138px;
}
    .rightPallet .dhxcp_value_cont {
        height: 50px !important;
    }
    .rightPallet .dhxcp_value_color {
        margin-top: 0px !important;
        height: 21px !important;
        width: 57px !important;
    }
    .rightPallet .dhxcp_value {
        margin-top: 1px !important;
    }
    .rightPalletButtons {
        height: 65px;
        width: 166px;
        position: absolute;
        background-color: white;
        bottom: 0;
        right: 0;
    }
        .rightPalletButtons.noButtons {
            height: 77px;
            width: 230px;
        }

    .colorIconButtons {
        position: absolute;
        right: 0px;
        bottom: 0px;
        margin: 6px;
        height: 20px;
        width: 20px;
        cursor: pointer;
    }

.colorsContainer {
    width: 100%;
    height: Calc(100% - 31px);
    line-height: 10px;
}

.colorBlock {
    display: inline-block;
    margin-left: 6px;
    margin-top: 6px;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    cursor: pointer;
}

.mainColor {
    height: 27px;
    width: 27px;
}

.secondaryColor {
    height: 20px;
    width: 20px;
}

.colorSeparator {
    width: Calc(100% - 12px);
    height: 2px;
    margin: 6px 6px 0px;
    background-color: #dfdfdf;
}

/*  ---------------------------------------------------------------------  */
/*                                CFilePublisher                           */
/*  ---------------------------------------------------------------------  */
.clDivFilePublisherLabel{
    width : 120px;
    font-size: 13px;
    float:left;
    text-align: right;
    padding-top: 5px;
    margin-right: 6px;
}

.clDivFilePublisherComponent{
    float:left;
    width: 100%;
}

    .clDivGridFilePublisher{
        width: calc(100% - 30px);
        min-height: 34px;
        height:auto;
    }

.clDivFilePublisherContainer{
    margin-bottom: 6px;
    min-height: 28px;
    clear: both;
    height:auto;
    overflow: hidden;
}


/*  ---------------------------------------------------------------------  */
/*                                   CCombobox                             */
/*  ---------------------------------------------------------------------  */
.clDivFictiveTxCombo .clDivFictiveTxComboOptionImg{
    margin-left: 6px;
    margin-top: 5px;
    margin-right: 4px;
}

.clDivFictiveTxCombo span{
    margin-left: 4px;
    font-size:13px;
    vertical-align: bottom;
    margin-top: 5px;
    display: inline-flex;
    color: #000;
    font-weight: normal;
}

.clDivFictiveTxCombo .clDivFictiveTxComboImg{
    float: right;
    margin-right: 10px;
    margin-top: 12px;
    cursor: pointer;
}

/*  ---------------------------------------------------------------------  */
/*                                   CRichText                             */
/*  ---------------------------------------------------------------------  */
.clDivRichTextTemporary{
    border: 1px solid #9e9e9e;
    overflow: auto;
}

/*  ---------------------------------------------------------------------  */
/*                                    CTagIt                               */
/*  ---------------------------------------------------------------------  */

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Tahoma !important;
}
/*  ---------------------------------------------------------------------  */
/*                                CBigCombobox                             */
/*  ---------------------------------------------------------------------  */
.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;
    }
