﻿

/*Buttons*/
.mod-type-qbe .buttons-holder {
    padding-left: 20px;
}

.buttons-holder {
    border-bottom: 1px solid #BC223C;
    padding-bottom: 10px;
}

    /*Creteria Dropdown*/
    .buttons-holder .ast-dropdown-btn {
        vertical-align: top;
        margin: 0 20px 4px 0;
    }

.ast-dropdown-btn {
    display: inline-block;
    position: relative;
    width: 120px !important;
    padding: 3px 10px 0px 30px;
    text-align: left !important;
    font-size: 12px;
    height: 28px;
    background: #E6E6E5;
    border: 0px solid silver;
    outline: none;
}

    .ast-dropdown-btn:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 10px;
        top: 54%;
        margin-top: -3px;
        border-width: 6px 6px 0 6px;
        border-style: solid;
        border-color: black transparent;
    }

    .ast-dropdown-btn:hover {
        background-color: #CECECA;
        cursor: pointer;
    }

    .ast-dropdown-btn .btn-text {
        display: inline-block;
        padding-top: 3px;
        vertical-align: top;
    }

    .ast-dropdown-btn .dropdown {
        position: absolute;
        top: 100%;
        margin-top: 0px;
        left: -1px;
        padding: 0px;
        background: white;
        border: 1px solid silver;
        list-style: none;
        transition: all 0.3s ease-out;
        z-index: 4;
        max-height: 500px;
        min-width: 150px;
        overflow-y: auto;
        /* Hiding */
        opacity: 0;
        pointer-events: none;
        cursor: default;
    }

        .ast-dropdown-btn .dropdown .item {
            position: relative;
            padding-left: 10px;
        }

            .ast-dropdown-btn .dropdown .item label {
                display: inline-block;
                padding: 10px 10px 10px 30px;
                transition: all 0.3s ease-out;
            }

            .ast-dropdown-btn .dropdown .item:last-of-type label {
                border: none;
            }

            .ast-dropdown-btn .dropdown .item input[type="checkbox"] /* Checkboxes */ {
                position: absolute;
                display: inline-block;
                top: 50%;
                margin-top: -8px;
                width: 15px;
                height: 15px;
                cursor: pointer;
            }

    /* Checked state */

    /*.ast-dropdown-btn .dropdown .item input:checked ~ label {
                color: grey;
                text-decoration: line-through;
            }*/

    /* Active state */

    .ast-dropdown-btn.active:after {
        border-width: 0 6px 6px 6px;
    }

    .ast-dropdown-btn.active .dropdown {
        opacity: 1;
        pointer-events: auto;
    }

    /* Handle */
    .ast-dropdown-btn ::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: lightgrey;
        opacity: 0.8;
    }

    .ast-dropdown-btn ::-webkit-scrollbar-track {
        background-color: whitesmoke;
    }

    .ast-dropdown-btn ::-webkit-scrollbar {
        width: 8px;
    }

/*****End Creteria Dropdown*****/
/*Buttons*/

/*QBE*/

/*Navigation Buttons*/
.information-cont .nav-buttons button {
    background-color: transparent;
    border: none;
    width: 20px;
    height: 20px;
    margin-right: 3px;
}

.nav-buttons {
    margin-right: 15px;
}

    .nav-buttons .btn:not([disabled]) svg:hover {
        background-color: #ececec;
    }

    .nav-buttons .btn:not([disabled]):active svg {
        transform: translate(1px, 1px);
        background-color: transparent;
    }

.information-cont .btn-previous, .information-cont .btn-next {
    margin-top: -8px;
    font-weight: 900;
    font-size: 20px;
    vertical-align: top;
}

.btn-previous svg, .btn-next svg {
    /*margin-top: 4px;*/
}

.info-icn-circle-holder {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
}


/*Information Line-Buttons*/
.information-cont {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: right;
}

    .information-cont .nav-buttons {
        text-align: right;
        display: inline-block;
    }

    .information-cont .info_text {
        display: inline-block;
    }

.populate-contaner {
    display: inline-block;
    float: left;
    margin-left: 5px;
    text-align: center;
}

/*Information Line-Buttons*/

/************** Expander ******************/
.mod-type-qbe .expander-holder {
    transform: translate(10px, 7px);
}

.mod-type-qbe .search-row {
    overflow: hidden;
}

.mod-type-qbe .collapsed {
    max-height: 50px;
    display: block;
}

/************** End Expander ******************/

/*********** Creteria Settings Window ****************/

#creteria_settings {
    overflow: hidden !important;
}

.creteria-window {
    padding: 0px;
    overflow: hidden;
    position: relative;
}

    .creteria-window .filter-input {
        margin: 8px 0px;
        content: "";
    }

#creteria_settings .ui-widget-header {
    background-color: transparent;
}

.ui-widget-content .ui-state-active {
    background-color: #015991;
    border-color: #015991;
}

#creteria_settings .ui-widget-content {
    border: 0px;
}

.fld-list {
    overflow-y: auto;
    border: 1px solid #DBDCDC;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.content-title {
    display: flex;
    justify-content: space-between;
    padding-left: 5px;
    padding-right: 20px;
}

    .content-title .title-item {
        font-size: 14px;
    }

.settings-item {
    padding: 5px;
    padding-top: 10px !important;
    cursor: all-scroll;
    display: flex;
    justify-content: space-between;
}

    .settings-item input[type="checkbox"] {
        display: inline-block;
        width: 15px;
        height: 15px;
        cursor: pointer;
        margin-right: 10px;
        border-right: 1px solid grey;
        outline: none;
    }

.ui-state-highlight {
    height: 40px;
    line-height: 1.2em;
    border: 1px solid #DBDCDC !important;
    outline: none;
    background-color: aliceblue !important;
}

.creteria-footer {
    float: right;
    margin-top: 8px;
    margin-right: 20px;
}

    .creteria-footer a {
        color: #015991;
        margin-left: 15px;
        cursor: pointer;
        font-size: 14px;
    }
/*********** End Creteria Window ****************/

input[type='checkbox'] {
    width: 15px;
    height: 15px;
    outline: none;
}

    input[type='checkbox']:focus {
        outline: none;
    }

/***** shapes for grid convertor  *****/
.circle {
    height: 20px;
    width: 20px;
    border-radius: 50%;
}

.square {
    height: 20px;
    width: 20px;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}

.oval {
    height: 17px;
    width: 25px;
    border-radius: 50%;
}

.hexagon {
    position: relative;
    width: 20px;
    height: 11.55px;
    background-color: #000000;
    margin: 5.77px 0;
}

    .hexagon:before,
    .hexagon:after {
        content: "";
        position: absolute;
        width: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }

    .hexagon:before {
        bottom: 100%;
        border-bottom: 5.77px solid #000000;
    }

    .hexagon:after {
        top: 100%;
        width: 0;
        border-top: 5.77px solid #000000;
    }

.qbe-boolean-field {
    width: 15px;
    height: 15px;
}
/***** shapes for grid convertor  *****/
