﻿/*  ---------------------------------------------------------------------  */
/*                                   COMMON                                */
/*  ---------------------------------------------------------------------  */
/*colors variables*/
:root{
    --txColors-blue:#0069b4;
    --txColors-blueSelection2:#32bae8;
    --txColors-blueSelection:#bbf2ff;
}

::-ms-clear {
  display: none;
}


.clTxIconDisabled{
    opacity: 0.3;
}

.clTxNumerical{
    width: 70px !important;
    height: 24px !important;
}

.clTxNumericalShort{
    width: 50px !important;
    height: 24px !important;
}

.clDivMainContainerReminder{
    border-top: 1px solid #dedede;
    padding-top: 7px;
}

.clDivMainContainerReminder .clDivDialogCheckboxReminder{
    margin-left: 10px;
    text-align: left;
    float: left;
    height: 25px;
}

.clDivMainContainerReminder .clSpanReminder{
    float: left;
    margin-left: 6px;
    cursor: pointer;
    font-style: italic;
}

input:focus, textarea:focus, button:focus, select:focus {
    outline: none !important;
    border: 1px solid #32bae8 !important;
}

input, textarea {
    border: 1px solid #dfdfdf;
}

input[type='radio'] {
    cursor:pointer;
}

input[type='radio']:checked:after {
    width: 9px;
    height: 9px;
    top: 2px;
    left: 2px;
    border-radius: 15px;
    position: relative;
    background-color: #3399cd;
    content: '';
    display: inline-block;
    visibility: visible;
}

.dhxcombo_material input:focus{
    border: 0px !important;
}

.clDivFictiveTxComboImg:focus{
    outline: none !important;
    border: 0px !important;
}

.clNotifBlueSelection div {
    background-color: #32bae8!important;
}

/* textarea resizable for ie...*/
.ui-resizable-handle {
    transform: translateY(-100%);
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(../imgs/ui-icons_222222_256x240.png);
}

.ui-icon {
    width: 16px;
    height: 16px;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: -.25em;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

input:disabled, textarea:disabled {
    background-color: rgb(235, 235, 228);
}

/*  -----------------------------------------------------  */
/*                      CAccordions                        */
/*  -----------------------------------------------------  */

.clDivTreePane{
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 5px;
    left: 5px;
    border: 0px solid;
}

.clDivActivePane{
    color: #0069b4 !important;
}

.clDivInActivePane{
    color: #404040 !important;
}

.clSpanAccordionsCellHdrTextClickable{
    text-decoration: underline;
    cursor: pointer;
    color: mediumblue;
}

.clPaneLabelFit{
    height: 25px !important;
}

    .clPaneLabelFit .dhx_cell_hdr_text{
        height: 25px !important;
    }

        .clPaneLabelFit .dhx_cell_hdr_text span{
            line-height: 25px !important;
            position:absolute;
        }

    .clPaneLabelFit .dhx_cell_hdr_arrow{
        margin-top: -8px !important;
    }

/*  -----------------------------------------------------  */
/*                      CCalendar                          */
/*  -----------------------------------------------------  */
.clDivContainerCCalendar{
    display:inline-flex;
    line-height: 24px;
}
.clInputCCalendar{
    height:22px !important;
    padding: 0px 0px 0px 3px;
    border: 1px solid #dfdfdf;
}

    .clInputCCalendarDate{
        width:80px !important;
    }

    .clInputCCalendarDateTime{
        width:140px !important;
    }

.clDivIconCCalendar{
    float: left;
    margin-left: -1px;
    border: 0px solid #dfdfdf;
    border-width: 1px 1px 1px 0px;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

    .clDivIconCCalendar img{
        float: left;
        margin-left:3px;
        margin-top:3px;
    }

.clDivIconRemoveCCalendar{
    float: left;
    margin-top: 2px;
}

/*  -----------------------------------------------------  */
/*                      CToolbar                          */
/*  -----------------------------------------------------  */
   
.clImgToolbarRemoveInputValue{
    float: none !important;
    width: 12px !important;
    height: 12px !important;
    margin-top: 0px !important;
    margin-left: -22px !important;
    position: relative !important;
    padding-right: 8px !important;
}

/*  -----------------------------------------------------  */
/*                      CTxToolbar                          */
/*  -----------------------------------------------------  */
    
.clDivTxToolbar .clDivTxToolbarButtons {
    position: absolute;
    left: 110px;
    background: transparent;
    border-width: 0px !important;
    color: white;
    top: 1px;
}

.clDivTxToolbar .clDivTxToolbarButtonsRight {
    position: absolute;
    right: 0px;
    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;
    }

.clTxBtnWarning {
    background: #f5e79e;
    border: 1px solid rgba(245, 231, 158,1);
}
    .clTxBtnWarning:hover {
        background-color: rgba(245, 231, 158,1) !important;
        outline: none !important;
    }
    .clTxBtnWarning:disabled {
        background: #f5e79e;
        opacity: 0.5;
    }
/*  ---------------------------------------------------------------------  */
/*                                CTabbar                                  */
/*  ---------------------------------------------------------------------  */
.clDivTabbarAddButtonTab {
    position: relative;
    height: 42px;
    width: 40px;
    float: left;
}

    .clDivTabbarAddButtonTab img {
        margin-left: 10px;
        position: absolute;
        top: 13px;
    }

/*  ---------------------------------------------------------------------  */
/*                                   CGridMatrix                           */
/*  ---------------------------------------------------------------------  */
.clRichTextInArray img {
    max-width: 100%;
}

/*  ---------------------------------------------------------------------  */
/*                                  CColorPicker                           */
/*  ---------------------------------------------------------------------  */
.colorPallet {
    height: 188px;
    z-index: 999;
}
.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%;
}

.clDivFilePublisherContainer{
    margin-bottom: 6px;
    min-height: 28px;
    clear: both;
    height:auto;
    overflow: hidden;
}

.clDivFilePublisherToolbarOptions {
    display: block;
    height: 30px;
}

.clDivFilePublisherToolbarOptions .clFilePublisherInputSearch {
    width: 150px;
    height: 24px;
    padding-left: 5px;
}

.clDivFilePublisherToolbarOptions .clDivComboExtensionFilter {
    width: 130px;
}

    .clDivFilePublisherToolbarOptions .clDivComboExtensionFilter, .clDivFilePublisherToolbarOptions .clDivComboExtensionFilter .dhxcombo_material,
    .clDivFilePublisherToolbarOptions .clDivComboExtensionFilter .dhxcombo_material .dhxcombo_input {
        height: 24px !important;
    }

    .clDivFilePublisherToolbarOptions .clDivComboExtensionFilter .dhxcombo_material .dhxcombo_select_button {
        top: 2px !important;
    }


.clDivFilePublisherContainer .clDivFilePublisherDragAndDrop, .clDivGridFilePublisher {
    border: 1px solid #dfdfdf;
    text-align: center;
    bottom: 0px;
    position: absolute;
    top: 34px;
    left: 0px;
    right: 0px;
}

.clDivFilePublisherContainer .clDivFilePublisherDragAndDropChild {
    position: absolute;
    top: calc(50% - 47px);
    height: 95px;
    width: 150px;
    left: calc(50% - 75px);
}

    .clDivFilePublisherContainer .clDivFilePublisherDragAndDrop img {
        text-align: center;
    }

    .clDivFilePublisherContainer .clDivFilePublisherDragAndDrop .clDivFilePublisherDragAndDropSpan {
        font-weight: bold;
        font-size: 15px;
    }

    .clDivFilePublisherContainer .clDivFilePublisherDragAndDrop .clDivFilePublisherDragAndDropSpan2 {
        font-size: 12px;
    }

    .clDivFilePublisherContainer .clDivFilePublisherDragAndDrop .clDivFilePublisherDragAndDropButton {
        background: #32bae8;
        color: white !important;
        font-weight: bold;
        padding: 7px;
        margin-top: 6px;
        border: 1px solid;
    }

    .clDivFilePublisherToolbarOptions .clImgToolbarRemoveInputValue{
        margin-top: 0px !important;
        display: none;
    }

/*  ---------------------------------------------------------------------  */
/*                                  CPublisher                             */
/*  ---------------------------------------------------------------------  */
.clDivCQueryGridPublisher {
    top: 33px !important;
    bottom: 0px !important;
    border-top-width: 0px !important;
    border-bottom: 1px solid #dfdfdf !important;
}

.clDivCQueryGridToolbar{
    position: absolute; 
    right: 0px; 
    left: 0px; 
    top: -3px;
    border: 0px !important;
}

/*  ---------------------------------------------------------------------  */
/*                                   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;
    white-space: nowrap;
    overflow: hidden;
    max-width: Calc(100% - 30px);
}

.clDivFictiveTxCombo .clDivFictiveTxComboImg{
    float: right;
    margin-right: 10px;
    margin-top: 12px;
    cursor: pointer;
}

.clDivComboFit {
    height: 28px;
}

    .clDivComboFit .dhxcombo_material{
        height: 25px !important;
    }

        .clDivComboFit .dhxcombo_material .dhxcombo_input{
            height: 25px !important;
        }

        .clDivComboFit .dhxcombo_material .dhxcombo_select_button{
            top: 2px !important;
        }

.clDivComboFitOptions .dhxcombo_option{
    height: 25px !important;
}

.dhxcombo_disabled, .dhxcombo_disabled .dhxcombo_input {
    background-color: rgb(235, 235, 228) !important;
}

/*  ---------------------------------------------------------------------  */
/*                                   CRichText                             */
/*  ---------------------------------------------------------------------  */
.clDivRichTextTemporary {
    border: 1px solid #dfdfdf;
    overflow: auto;
}

.clDivRichTextTemporaryDisabled {
    background-color: rgb(235, 235, 228);
}

/*  ---------------------------------------------------------------------  */
/*                                    CTagIt                               */
/*  ---------------------------------------------------------------------  */

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Tahoma !important;
}
.tagit-new input:focus{
    border: 0px !important;
}

.ui-widget.ui-widget-content {
    border: 1px solid #dfdfdf !important;
    border-radius: 0px !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;
    }

/*  ---------------------------------------------------------------------  */
/*                                   CGrid                                 */
/*  ---------------------------------------------------------------------  */
.clDivGridMasterCheckBox {
    text-align: center;
}

/*  ---------------------------------------------------------------------  */
/*                                   CCheckbox                                 */
/*  ---------------------------------------------------------------------  */
.clImgCheckBox {
    cursor: pointer;
}

/*  ---------------------------------------------------------------------  */
/*                               CBreabCrumb                               */
/*  ---------------------------------------------------------------------  */
.clDivBreadCrumbContainer {
    height: 16px;
    display: flex;
    /*text-overflow: ellipsis;*/
}

.clDivBreadCrumb, .clDivBreadCrumbSeparators {
    display: flex;
    float: left;
}

.clDivBreadCrumb {
    overflow: hidden;
    text-overflow: ellipsis;
}

.clDivBreadCrumbSeparators {
    margin-left: 6px;
    margin-right: 6px;
}

    .clSpanBreadCrumb {
        font-weight: bold;
        cursor: pointer;
        color: #404040;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .clSpanBreadCrumb:hover {
            text-decoration: underline;
        }

        .clSpanBreadCrumbIcon {
            margin-right: 3px;
        }

    .clSpanBreadCrumbLastPath {
        color: #0069b4;
    }
/*  ---------------------------------------------------------------------  */
/*                         CToolbarNotifications                           */
/*  ---------------------------------------------------------------------  */
.clToolbarNotifContainer {
    display: none;
    position: absolute;
    overflow: auto;
    padding: 14px;
    top: 56px;
    right: 8px;
    border-right: 1px solid #dfdfdf;
    max-height: Calc(100% - 93px);
    width: 380px;
    background: rgba(0,105,180,1);
    box-shadow: inset 0px 50px 8px -50px rgba(0,0,0,0.75);
    font-size: 13px;
}
.clToolbarNotifNumber {
    display: none;
    background: rgba(50,186,232,0.85);
    height: 16px;
    width: 16px;
    position: absolute;
    color: white;
    text-align: center;
    font-size: 12px;
    border: 2px solid white;
    border-radius: 10px;
}
.clToolbarNotifStatus {
    color: white;
    text-align: center;
    width: 100%;
}
.clToolbarNotifDeleteAll {
    float: right !important;
    display: none;
}
.clUnderline {
    text-decoration: underline;
    float: left;
    cursor: pointer;
}
.clToolbarNotif {
    display: none;
    margin: 0px 0px 6px 0px;
    background: white;
    border-left: 6px solid #85d3af;
    border-radius: 5px;
    transition: transform 0.2s;
}
    .clToolbarNotif:hover {
        transform: scale(1.03);
    }
    .clToolbarNotif.clNewNotif {
        background: #bbf2ff;
    }

.clToolbarNotifinfo {
    border-color: #b3dfff;
}
.clToolbarNotifwarning {
    border-color: #f9f0c1;
}
.clToolbarNotifdanger {
    border-color: #f6c8c8;
}
    
.clToolbarNotifImg {
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    width: 32px;
    margin: 0px 18px;
}
.clToolbarNotifContent {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: Calc(100% - 91px);
    color: #404040;
}
.clToolbarNotifTitle {
    font-weight: bold;
    padding: 6px 0px 4px;
}
.clToolbarNotifText {
    word-break: break-word;
    overflow: hidden;
}
    .clToolbarNotifText.clToolbarNotifTextCollapse {
        max-height: 32px;
    }
.clToolbarNotifLink {
    color: #0069b4;
    text-decoration: underline;
    cursor: pointer;
}
.clToolbarNotifDate {
    padding: 4px 0px 6px;
    color: #a9a9a9;
    font-size: 11px;
}
.clToolbarNotifIconBar {
    float: right;
    width: 18px;
    height: 65px;
    position: relative;
}
.clToolbarNotifDelete {
    display: none;
    position: absolute;
    top: 0;
    cursor: pointer;
    height: 13px;
    width: 15px;
    padding: 4px 4px 0px 0px;
}
.clToolbarNotifExpand {
    cursor: pointer;
    position: absolute;
    top: 16px;
    height: 22px;
    width: 10px;
    padding: 0px 4px 0px 3px;
}
    .clToolbarNotifDelete:hover, .clToolbarNotifExpand:hover {
        filter: invert(40%);
    }

.clToolbarNotifList {
    margin-bottom: 0px;
    margin-left: 20px;
    list-style-type: circle;
}
.clToolbarNotifListItem .clToolbarNotifLink {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
/*  ---------------------------------------------------------------------  */
/*                                  CTree                                  */
/*  ---------------------------------------------------------------------  */
.a_dhx_hidden_input {
    outline: none !important;
    border: 0px solid !important;
}