.makedisable2 {
    pointer-events: none;
    display: flex;
    align-items: center;
}

.report_info,
.dataset_info {
    padding: 8px 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #f5f5f5;
    font-size: 12px;
    color: #22262e;
    cursor: pointer;
}

.component_info a {
    color: inherit;
}

.daas_reports_list .active,
.dataset_info.active,
.component_info.active {
    color: #0168fa;
    background-color: #f4f5f8;
}

.report_dataset_parent h1,
.daas-report-dataset-parent h1 {
    margin: 0;
}

.daas-report-dataset-parent.scroll-wrapper>.scroll-content,
.report_dataset_parent.scroll-wrapper>.scroll-content {
    width: 100% !important;
}


.add-on {
    position: absolute;
    border: none;
}

.daas-report-dataset-col-names input {
    margin-right: 7px;
    vertical-align: text-bottom;

}

.daas-report-dataset-col-names {
    line-height: 24px;
}



.form-group .controls {
    margin-top: 12px;

}


.constant_div_ul ul {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.constant_div_ul ul li {
    position: relative;
    display: inline-block;
    display: block;
    background-color: #f4f5f8;
    border:  1px solid rgba(72, 94, 144, 0.16);
    padding: 0 10px;
    line-height: 36px;
    padding-right: 20px;
    color: #1b2e4b;
    border-radius: 0.25rem;
    margin-right: 5px;
    margin-bottom: 5px;
}

.constant_div_ul ul li:hover {
    background-color: #f4f5f8;
    border: 1px solid rgba(72, 94, 144, 0.16);

}

.constant_div_ul ul li:hover::before {
    font-family: 'Material Design Icons', sans-serif;
    content: "\f156";
    color: red;
    /* font-weight: bold; */
    position: absolute;
    right: 3px;
    cursor: pointer;
}

.constant_div_ul_lov ul {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.constant_div_ul_lov ul li {
    position: relative;
    display: inline-block;
    display: block;
    background-color: #f4f5f8;
    border:  1px solid rgba(72, 94, 144, 0.16);
    padding: 0 10px;
    line-height: 36px;
    padding-right: 20px;
    color: #1b2e4b;
    border-radius: 0.25rem;
    margin-right: 5px;
    margin-bottom: 5px;
}

.constant_div_ul_lov ul li:hover {
    background-color: #f4f5f8;
    border: 1px solid rgba(72, 94, 144, 0.16);

}

.constant_div_ul_lov ul li:hover::before {
    font-family: 'Material Design Icons', sans-serif;
    content: "\f156";
    color: red;
    /* font-weight: bold; */
    position: absolute;
    right: 3px;
    cursor: pointer;
}


.mydivouter {
    position: relative;
    background: #f90;

    margin: 0 auto;
}

.mydivoverlap {
    position: relative;
    z-index: 1;
}

.mybuttonoverlap {
    position: absolute;
    z-index: 2;
    top: 4px;
    display: none;


}

.servicetable:hover .mybuttonoverlap {
    display: block;
}

.headings {
    color: #262CD1;
    font-size: 16px;
    font-weight: bold;
}

.checkbox {
    padding-left: 20px;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    font-size: 14px;
    color: #A6A6A6;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox input[type="checkbox"]:focus+label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked+label::after {
    font-family: 'FontAwesome', serif;
    content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled+label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled+label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked+label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked+label::after {
    color: #fff;
}


.error {
    float: left;
}


/* New CSS Start */
.collapse-wrapper {
    max-height: 300px;
    min-height: 130px;
}

.collapse-wrapper .panel-default>.panel-heading {
    background-image: none;
    background-color: #f9f9f9;
}

.collapse-wrapper h4.panel-title {
    font-size: 13px;
    padding: 10px;
    padding: 10px 0;
}

.collapse-wrapper .listing {
    max-height: 200px;
    overflow: auto;
}

.collapse-wrapper .panel-group {
    margin-bottom: 0;
}

.collapse-wrapper .panel-body {
    padding: 10px;
}

.listing ul {
    padding: 0;
}




ul.icon-list {
    padding: 0;
    margin: 0;
}

.icon-list li {
    padding: 0;
    margin: 1px 0;
    line-height: 26px;
    padding-left: 5px;
    display: flex;
}


.icon-list li:before {
    font-family: 'Material Design Icons', sans-serif;
    content: "\f9ed";
    color: #0168fa;
    font-size: 18px;
}

.icon-list li a {
    font-size: 12px;
    padding-left: 10px;
    width: 100%;
    margin: 1px 0;
}

.icon-list li:hover {
    background-color: #f4f5f8;
}




/* accordian icon start*/
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: inherit;
}


.ui-icon {
    text-indent: inherit;
    margin-top: inherit;
}


.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-radius: 0;
}

.ui-accordion-header:hover,
.ui-accordion-header-icon:hover {
    background-image: none;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: none;
}

.ui-accordion .ui-accordion-content {
    padding-top: 0;
}

/* accordian icon start*/




.input-append {
    display: inline-block;
}

.input-append .add-on,
.input-prepend .add-on {
    position: absolute;
    background-color: #0168fa;
    color: #fff;
    text-shadow: none;
    border: none;
    border-radius: 0 2px 2px 0;
    height: 38px;
    min-width: 30px;
    margin-left: -2px;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.input-append .add-on i {
    margin: 11px 0 0 7px;
}


.minus,
.plus {
    width: 30px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: rgba(28, 39, 60, 0.1);
}

.minus:hover,
.plus:hover {
    background-color: #0168fa;
    color: #fff;
}


.input {
    height: 50px;
    text-align: right;
    font-size: 18px;
    border: 1px solid #ddd;
    padding: 0 15px;
    width: 100%;
    overflow-x: auto;
    transition: all .2s ease-in-out;
    background-color: #fcfcfc;
}



.input:hover {
    border: 1px solid #bbb;
    -webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

.parameterCounter {
    display: flex;
    position: relative;
}

.parameterCounter #counting-error {
    position: absolute;
    bottom: -10px;
    line-height: 14px;
}

/* New CSS End */


/* New Theme css start*/
.ui-accordion-header {
    padding: 12px 15px 12px 35px !important;
}

.accordion>.card:first-of-type {
    border-bottom: 1px solid rgba(72, 94, 144, 0.16) !important;
}



  .step-content {
    margin-left: 60px;
    margin-top: 40px;
  }
  
  .step-content .step-pane {
    display: none;
    min-height: 267px;
  }
  
  .step-content .active {
    display: block;
  }
  
  .wizard-actions {
    display: block;
    list-style: none outside none;
    padding: 0;
    position: relative;
    width: 100%;
    background-color: transparent;
  }
  
  .wizard-actions li {
    display: inline;
  }

  
  /* ======= Steps Wizard End ============*/
  
  .table-scroll {
    height: calc(100dvh - 385px);
    overflow-y: auto;
  }

.etl-hidden {
    display: none !important;
}

.etl-param-counter-input-bordered {
    width: 33px;
    height: 34px;
    text-align: center;
    border: 1px solid #ddd;
}

.etl-param-counter-input {
    width: 33px;
    height: 34px;
    text-align: center;
}

.etl-parameter-list-wrapper {
    overflow: auto;
    width: 100%;
    max-height: calc(100dvh - 340px);
    position: relative;
}