﻿/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 200;
    font-display: auto;
    src: url("../../fonts/fa-light-300.eot");
    src: url("../../fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../../fonts/fa-light-300.woff2") format("woff2"), url("../../fonts/fa-light-300.woff") format("woff"), url("../../fonts/fa-light-300.ttf") format("truetype"), url("../../fonts/fa-light-300.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: url("../../fonts/fa-regular-400.eot");
    src: url("../../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../../fonts/fa-regular-400.woff2") format("woff2"), url("../../fonts/fa-regular-400.woff") format("woff"), url("../../fonts/fa-regular-400.ttf") format("truetype"), url("../../fonts/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url("../../fonts/fa-solid-900.eot");
    src: url("../../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../fonts/fa-solid-900.woff2") format("woff2"), url("../../fonts/fa-solid-900.woff") format("woff"), url("../../fonts/fa-solid-900.ttf") format("truetype"), url("../../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fa-spin {
    -webkit-animation: fa-spin 1.2s infinite linear;
    animation: fa-spin 1.2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-50 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

/* workspace */
.pinner {
    text-align: center;
    cursor: default;
}

    .pinner:before {
        content: '\f08d';
    }

.left {
    float: left;
}

#container {
    background: #fff;
    height: 100%;
    /*position: relative;*/
    border: 0;
}

.wsp_pivot_button {
    width: 24px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    cursor: pointer;
    float: left;
}

    .wsp_pivot_button:before {
        content: "\f0c9";
    }

    .wsp_pivot_button.fa-spin:before {
        content: "\f110";
    }

.wsp_pivot_panel {
    position: absolute;
    /*width: 200px;*/
    min-width: 200px;
    left: -200px;
    height: 100%;
    background: #aaaaaa;
    -moz-box-shadow: 1px 1px 30px rgba(0,0,0,.4);
    box-shadow: 1px 1px 30px rgba(0,0,0,.4);
    z-index: 999;
    overflow-y: auto;
}

    .wsp_pivot_panel .wsp_pivot_container .chart_pivot_block {
        line-height: 28px;
        padding: 6px 6px 4px 6px;
    }

        .wsp_pivot_panel .wsp_pivot_container .chart_pivot_block label {
            float: left;
        }

        .wsp_pivot_panel .wsp_pivot_container .chart_pivot_block .pivot_container {
            float: none;
            display: inline-block;
            margin-left: 8px;
            background-color: #d0d0d0;
        }

            .wsp_pivot_panel .wsp_pivot_container .chart_pivot_block .pivot_container input {
                background-color: #d0d0d0;
            }

            .wsp_pivot_panel .wsp_pivot_container .chart_pivot_block .pivot_container:hover,
            .wsp_pivot_panel .wsp_pivot_container .chart_pivot_block .pivot_container:hover input {
                background: #e0e0e0;
            }

    .wsp_pivot_panel .wsp_pivot_container .button {
        padding: 0 10px;
        line-height: 24px;
        cursor: pointer;
        border: none;
        background: #d0d0d0;
    }

        .wsp_pivot_panel .wsp_pivot_container .button:hover {
            background: #e0e0e0;
        }

        .wsp_pivot_panel .wsp_pivot_container .button:focus {
            outline: none;
        }

.search-bar {
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    float: right;
    padding-right: 14px;
}

    .search-bar:before {
        content: "\f002";
        line-height: 24px;
        font-size: 1.3em;
        float: left;
    }

.search-text {
    border: none;
    border-bottom: 1px solid #e7e7e7;
    margin-left: 30px;
    width: 120px;
    height: 24px;
    line-height: 24px;
}

    .search-text:focus {
        outline: none;
    }

#functions {
    height: 20px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 399;
}

#header {
    height: 20px;
    background: gray;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 399;
    background: #333;
    color: white;
}

    #header .border_pin {
        float: right;
        margin: 4px 2px 0 0;
        width: 16px;
        height: 16px;
        background: url('../../image/pin0-1.png') center center no-repeat #d0d0d0;
    }

        #header .border_pin:hover {
            background-color: #e7e7e7;
        }

        #header .border_pin.selected {
            background-image: url('../../image/pin1.png');
        }

    #header .header {
        top: 0;
        position: absolute;
        z-index: 399;
        margin-right: 18px;
    }

        #header .header div:hover {
            background: #ccc;
        }

        #header .header .boardDiv {
            padding: 0 6px;
            text-align: center;
            float: left;
            cursor: pointer;
            background: linear-gradient(#888, black 60%);
        }

            #header .header .boardDiv .board_icon {
                margin-top: 6px;
                margin-right: 5px;
            }

.tmp_dragger {
    position: absolute;
    background: #fff;
    opacity: 0.5;
    z-index: 999;
    text-align: center;
    cursor: pointer;
}

.tmp_inspector {
    position: absolute;
    z-index: 999;
    width: 10px;
}

    .tmp_inspector .insp_up {
        width: 10px;
        height: 6px;
        margin: -6px 0 0 0;
        display: block;
        background: url('../../image/OrderDown.jpg') center no-repeat;
    }

    .tmp_inspector .insp_down {
        width: 10px;
        height: 6px;
        display: block;
        background: url('../../image/OrderUp.jpg') center no-repeat;
    }

#header .header .close {
    color: rgb(221,100,100);
    width: 18px;
    /*text-align: right;*/
    height: 100%;
    line-height: 25px;
    float: right;
}

    #header .header .close:before {
        content: "\f00d";
    }


#header .header .selected .close:before {
    color: black;
}

#header .header .nostar {
    cursor: pointer;
    width: 22px;
    text-align: center;
    float: right;
    line-height: 25px;
}

    #header .header .nostar:before {
        content: "\f005";
        font-weight: 200;
    }

#workspace_info .nostar {
    cursor: pointer;
    float: left;
    line-height: 33px;
    height: 33px;
    margin-left: 20px;
}

    #workspace_info .nostar:before {
        content: "\f005";
        font-weight: 200;
    }

#workspace_info .star {
    color: green;
    cursor: pointer;
    float: left;
    line-height: 33px;
    height: 33px;
    margin-left: 20px;
}

    #workspace_info .star:before {
        content: "\f005";
    }

#header .header .star {
    color: green;
    width: 18px;
    /*text-align: right;*/
    height: 100%;
    line-height: 25px;
    float: right;
}

    #header .header .star:before {
        content: "\f005";
    }


#header .header .selected,
#header .header .selected:hover {
    background: #fff;
    color: #000;
}

.boardContainer {
    top: 40px;
    bottom: 0;
    margin: 0;
    width: 100%;
    position: fixed;
    overflow: auto;
    z-index: 1;
    background-color: lightgrey;
    /*margin-bottom: 36px;*/
}

.board_pivot {
    height: 100%;
    width:190px;
    /*height: 36px;*/
    bottom: 0;
    position: fixed;
    background-color: #b0b0b0;
}

    .board_pivot .board_pivot_loading {
        font-family: FontAwesome;
        float: left;
        height: 36px;
        width: 36px;
        line-height: 36px;
        text-align: center;
        font-size: 20px;
    }

        .board_pivot .board_pivot_loading:before {
            content: '\f110';
        }

    .board_pivot .chart_pivot_block {
        float: left;
        line-height: 28px;
        padding: 4px 6px 4px 6px;
    }

        .board_pivot .chart_pivot_block label {
            float: left;
        }

        .board_pivot .chart_pivot_block .pivot_container {
            float: none;
            display: inline-block;
            margin-left: 8px;
            background-color: #d0d0d0;
        }

    .board_pivot .pivotitem .chart_pivot_block .pivot_container input {
        background-color: #d0d0d0;
    }

    .board_pivot .pivotitem .chart_pivot_block .pivot_container:hover,
    .board_pivot .pivotitem .chart_pivot_block .pivot_container:hover input {
        background-color: #e0e0e0;
    }

    .board_pivot .button_pivot_filter {
        line-height: 28px;
        height: 28px;
        margin: 4px 6px 4px 6px;
    }

.dialog {
    position: absolute;
    background: #fff;
    padding-bottom: 6px;
    border: 1px solid #b1b1b1;
    min-width: 400px;
    min-height: 80px;
    z-index: 700;
}

    .dialog .dialog-container {
        background: lightgray;
    }

    .dialog .dialog-title {
        height: 30px;
        line-height: 30px;
        font-weight: 600;
        background-color: #f4f4f4;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 1.2em;
        cursor: default;
        margin: 0 30px 0 0;
        padding: 0 6px;
    }

    .dialog .dialog-close {
        float: right;
        cursor: pointer;
        width: 24px;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }

        .dialog .dialog-close:before {
            content: "\f00d";
        }

    .dialog .dialog-filter {
        height: 65px;
        margin: 12px 10px 0 10px;
        /*background: #e6e6e6;*/
    }

        .dialog .dialog-filter .float {
            float: left;
            line-height: 30px;
            margin-right: 10px;
        }

        .dialog .dialog-filter .filter-button {
            padding: 0 10px;
            line-height: 28px;
            cursor: pointer;
            border: none;
            background: #d0d0d0;
        }

            .dialog .dialog-filter .filter-button:hover {
                background: #e0e0e0;
            }

            .dialog .dialog-filter .filter-button:focus {
                outline: none;
            }

        .dialog .dialog-filter div label {
            padding-right: 10px;
        }

    .dialog .dialog-line24 {
        margin: 0 10px;
        height: 24px;
        line-height: 24px;
    }

    .dialog .dialog-list {
        margin: 0 6px;
        /*background: #e9e9e9;*/
    }

        .dialog .dialog-list .dialog-list-table {
            width: 100%;
            overflow-y: scroll;
        }

        .dialog .dialog-list .dialog-list-head {
            height: 24px;
            line-height: 24px;
            border-bottom: 1px solid gray;
        }

.dialog-list-head {
    width: 100%;
}

    .dialog-list-head table {
        padding-right: 17px;
        width: 100%;
    }


.dialog .dialog-list .dialog-list-head th {
    text-align: left;
    line-height: 23px;
    border: 1px solid grey;
    background: #dce0e4;
    padding-left: 4px;
}

.dialog .dialog-function {
    margin: 10px 0;
}

    .dialog .dialog-function input {
        float: right;
        width: 70px;
        margin-right: 14px;
        padding: 0 10px;
        line-height: 28px;
        cursor: pointer;
        border: none;
        background: #d0d0d0;
    }

        .dialog .dialog-function input:hover {
            background: #e0e0e0;
        }

        .dialog .dialog-function input:focus {
            outline: none;
        }

.dialog .dialog-one-function {
    margin: 10px 0;
    text-align: center;
}

    .dialog .dialog-one-function input {
        width: 70px;
        padding: 0 10px;
        line-height: 28px;
        cursor: pointer;
        border: none;
        background: #d0d0d0;
    }

        .dialog .dialog-one-function input:hover {
            background: #e0e0e0;
        }

        .dialog .dialog-one-function input:focus {
            outline: none;
        }

.dialog .icon {
    width: 64px;
    height: 64px;
    float: left;
    background: gray;
    margin: 12px 20px;
}

.dialog .confirm {
    background: url('../../image/dialog/question.png');
    background-size: 64px;
}

.dialog .alert {
    background: url('../../image/dialog/warning.png');
    background-size: 64px;
}

.dialog .error {
    background: url('../../image/dialog/error.png');
    background-size: 64px;
}

.dialog .info {
    background: url('../../image/dialog/default.png');
    background-size: 64px;
}

.dialog .alert-message-box {
    /*float: left;*/
    margin: 24px 24px 24px 10px;
    min-height: 40px;
    word-wrap: break-word;
    white-space: pre-wrap;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}

.dialog .alert-messages-box {
    margin: 24px 50px 24px 50px;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.dialog .function-bar {
    padding: 6px 6px;
}

    .dialog .function-bar input {
        margin-left: 6px;
        padding: 0 10px;
        line-height: 24px;
        cursor: pointer;
        border: none;
        background: #d0d0d0;
    }

        .dialog .function-bar input:hover {
            background: #e0e0e0;
        }

        .dialog .function-bar input:focus {
            outline: none;
        }

.dialog .full-input {
    margin: 4px 0;
    padding: 0;
    line-height: 24px;
    height: 24px;
    width: 100%;
}

.dialog .dialog-list .dialog-list-table {
}

    .dialog .dialog-list .dialog-list-table td div {
        cursor: default;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        word-break: keep-all;
    }

    .dialog .dialog-list .dialog-list-table tr {
        line-height: 20px;
    }

        .dialog .dialog-list .dialog-list-table tr td {
            padding-left: 4px;
        }

        .dialog .dialog-list .dialog-list-table tr:hover {
            background: #f0f0f0;
        }

        .dialog .dialog-list .dialog-list-table tr.seled {
            background: #e0e0e0;
        }

            .dialog .dialog-list .dialog-list-table tr.seled .inp {
            }

    .dialog .dialog-list .dialog-list-table .inp {
        width: 100%;
        border: 1px solid rgba(0,0,0,0);
        background: none;
    }

        .dialog .dialog-list .dialog-list-table .inp:focus {
            outline: none;
            border: 1px solid #aaa;
            background: #fff;
        }

.select {
    background-color: aliceblue;
}

.title-desc {
    position: absolute;
    border-radius: 2px 2px;
    transition: left 0.2s ease-out, bottom 0.2s ease-out;
    border: 1px solid #000;
    padding: 4px;
    background: #fff;
}


.button-up:before {
    content: "\f062";
}

.button-down:before {
    content: "\f063";
}

.button-new:before {
    content: "\f078";
}

.button-del:before {
    content: "\f00d";
}

.ctrlbutton {
    vertical-align: middle;
    margin-left: 5px;
    border: 1px solid #bbbdbe;
    cursor: pointer;
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 15px;
}

#span_measure_holder {
    position: absolute;
    top: -1000px;
    visibility: hidden;
    font-family: Verdana;
    font-size: 13px;
}

#ul_menu_modules {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow-y: auto;
    max-height: 370px;
}

    #ul_menu_modules a,
    #ul_menu_modules a:visited {
        color: inherit;
    }

        #ul_menu_modules a:hover {
            text-decoration: none;
        }

.module-item .module-icon {
    height: 100px;
    padding: 30px 0 0;
    box-sizing: border-box;
}

    .module-item .module-icon img {
        display: block;
        width: 60px;
        height: 60px;
        margin: 0 auto;
        border: none;
    }

.module-item .module-title {
    margin: 0 10px;
    height: 35px;
    overflow: hidden;
    /*line-height: 30px;*/
    text-align: center;
}

.module-item {
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    width: 140px;
    height: 140px;
    margin: 5px;
    float: left;
    background: rgba(253, 172, 86, 0.8);
    cursor: pointer;
    box-sizing: border-box;
}

    .module-item:hover {
        background: rgba(253, 172, 86, 0.5);
    }

#ul_menu_modules .module-item {
    width: 90px;
    height: 90px;
}

    #ul_menu_modules .module-item a {
        text-decoration: none;
    }

    #ul_menu_modules .module-item .module-icon {
        height: 65px;
        padding-top: 5px;
    }

    #ul_menu_modules .module-item .module-title {
        margin: 0 5px;
        height: 23px;
        text-align: center;
        line-height: 1;
        font-size: 11px /*0.9em*/;
    }

.helpicon {
    background: url('../../image/help.png') no-repeat center center;
    width: 18px;
    height: 18px;
    display: inline-block;
}

.helpmenu {
    min-width: 120px;
    position: absolute;
    background-color: white;
    border: 1px solid #666666;
    z-index: 999;
}

.helpmenuitem {
    padding-left: 10px;
    padding-right: 5px;
    line-height: 22px;
    white-space: nowrap;
}

    .helpmenuitem:hover {
        background-color: lightgray;
    }

.helpmenusp {
    width: 100%;
    border-bottom: 1px solid lightgray;
    margin-top: 2px;
    margin-bottom: 2px;
}

.helpiconspan {
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}

.helpicontd {
    width: 100%;
    text-align: right;
    vertical-align:middle;
}

.helpiconpopupspan {
    float: right;
}
.data-grid-old .data-grid-header .data-column-header-filter {
    top: -1px !important;
    right: 5px !important;
}
.data-grid-old .data-grid-header .arrow.asc + .data-column-header-filter,
.data-grid-old .data-grid-header .arrow.desc + .data-column-header-filter {
    right: 14px !important;
}
.data-grid-old .data-grid-header .data-column-header-filter span {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 300;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #666;
    border: none !important;
    right: 11px !important;
    margin-top: -3px !important;
}
.data-grid-old .data-grid-header .data-column-header-has-filter .data-column-header-text {
    padding: 4px 24px 4px 4px;
}
.data-column-header-filter-panel .data-filter-search-holder .data-filter-search-icon {
    font: normal normal normal 14px/1.5 FontAwesome;
    font-weight: 300;
    color: #666;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.data-column-header-filter-panel .data-filter-search-holder .data-filter-search-icon::before {
    content: '\f002';
    vertical-align: middle;
}
.data-grid-old .data-grid-header .data-column-header-filter span::before {
    content: '\f141';
}
.data-grid-old .data-grid-header .data-column-header-filter.filtered span {
    color: black;
}
.data-grid-old .data-grid-header .data-column-header-filter.filtered span::before {
    content: '\f0b0';
}
.data-column-header-filter-bg,
.data-column-header-filter-panel {
    z-index: 1000;
}

.form_language {
    cursor: pointer;
    width: 22px;
    text-align: center;
    font-size:15px;
    font-weight:300;
}

    .form_language:before {
        content: "\f022";
    }

input[type='text'] {
    outline: none;
}

input[type='password'] {
    outline: none;
}

/* dropdown start */
.dropdown {
    background-color: #fff;
}

.dropdown-wrapper {
    border: 1px solid #d9d9d9;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    /*background-color: #fff;*/
    -ms-user-select: none;
    user-select: none;
    /*position: relative;*/
}

    .dropdown-wrapper > .dropdown-header {
        display: flex;
    }

        .dropdown-wrapper > .dropdown-header.disabled {
            background-color: #eee;
        }

        .dropdown-wrapper > .dropdown-header > .dropdown-text {
            flex: 1 1 auto;
            cursor: pointer;
            line-height: 28px;
            padding: 0 4px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            border: none !important;
            outline: none;
        }

        .dropdown-wrapper > .dropdown-header > input.dropdown-text {
            cursor: initial;
        }

        .dropdown-wrapper > .dropdown-header > .dropdown-caret {
            flex: 0 0 auto;
            width: 26px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }

            .dropdown-wrapper > .dropdown-header > .dropdown-caret::after {
                display: block;
                content: '';
                border-top: 4px solid;
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                height: 0;
                width: 0;
            }

    .dropdown-wrapper > .dropdown-panel {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
        background-color: #fff;
        /*top: 29px;*/
        z-index: 2;
        -webkit-transition: transform 120ms ease, opacity 120ms ease, visibility 120ms ease;
        transition: transform 120ms ease, opacity 120ms ease, visibility 120ms ease;
        box-sizing: border-box;
        /*border: 1px solid #d9d9d9;
          border-top-width: 0;*/
        -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
        box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
        /*left: -1px;
        width: calc(100% + 2px);*/
        min-width: 180px;
        max-width: 300px;
        margin-left: -1px;
        margin-top: 1px;
    }

        .dropdown-wrapper > .dropdown-panel.slide-up {
            /*top: auto;
            bottom: 29px;*/
            /*border-top-width: 1px;
              border-bottom-width: 0;*/
            transform-origin: bottom;
        }

        .dropdown-wrapper > .dropdown-panel.active {
            visibility: visible;
            opacity: 1;
            transform: scaleY(1);
        }

        .dropdown-wrapper > .dropdown-panel > .dropdown-search {
            box-sizing: border-box;
            height: 40px;
            line-height: 40px;
            padding: 0 8px;
            position: relative;
        }

            .dropdown-wrapper > .dropdown-panel > .dropdown-search > input[type="text"] {
                box-sizing: border-box;
                width: 100% !important;
                height: 26px;
                outline: none;
                border: 1px solid #767676;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                border-radius: 3px;
                padding: 0 6px 0 22px;
                color: #323130;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

                .dropdown-wrapper > .dropdown-panel > .dropdown-search > input[type="text"]:hover, .dropdown-wrapper > .dropdown-panel > .dropdown-search > input[type="text"]:focus {
                    border-color: #000;
                    color: #201f1e;
                }

                .dropdown-wrapper > .dropdown-panel > .dropdown-search > input[type="text"]:focus {
                    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
                    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
                }

            .dropdown-wrapper > .dropdown-panel > .dropdown-search > .fal {
                position: absolute;
                left: 14px;
                cursor: text;
                font-family: 'FontAwesome';
                font-style: normal;
                font-size: 14px;
                padding: 0 !important;
            }

                .dropdown-wrapper > .dropdown-panel > .dropdown-search > .fal::before {
                    content: '\f002';
                }

        .dropdown-wrapper > .dropdown-panel > .dropdown-list {
            margin: 0;
            padding: 0;
            list-style: none;
            max-height: 210px;
            overflow-y: auto;
        }

            .dropdown-wrapper > .dropdown-panel > .dropdown-list > li {
                line-height: 30px;
                height: 30px;
                padding: 0 10px;
                cursor: pointer;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                .dropdown-wrapper > .dropdown-panel > .dropdown-list > li:hover, .dropdown-wrapper > .dropdown-panel > .dropdown-list > li.selected {
                    background-color: #eee;
                }

                .dropdown-wrapper > .dropdown-panel > .dropdown-list > li > input[type="checkbox"], .dropdown-wrapper > .dropdown-panel > .dropdown-list > li > label {
                    cursor: pointer;
                }

.search_bar .dropdown-wrapper {
    margin-left: 6px;
}

    .search_bar .dropdown-wrapper > .dropdown-header > .dropdown-text {
        line-height: 24px;
    }

.search_bar input[type="text"] {
    box-sizing: border-box;
    height: 26px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
}

/* dropdown end */


.splitIcon {
    position: absolute;
    background-color: lightgray;
    border: 1px solid #919191;
    height: 45px;
    width: 10px;
    left: 1px;
    /*top: 50%;*/
    bottom: 50%;
    z-index: 30;
}

.pivotitem {
    margin: 5px;
    bottom: 0;
    padding: 5px;
    border: solid 1px #808080;
    border-radius: 10px;
    height: 100%;
}