.sticky-panel-column {
    display: inline-block !important;
}

.sticky-panel {
    position: relative !important;
    background-color: #e2efff !important;
    border: 1px solid #b3c1ca !important;
    border-radius: 5px !important;
    width: 100% !important;
    top: 0 !important;
    display: inline-block !important;
    clear: both !important;
    margin: 5px auto !important;
    padding: 0.5em 0.5em 1em 0.5em !important;
    text-align: center !important;
    margin-left: -3px !important;
}

.sticky-panel label {
    color: #333 !important;
}

.sticky-panel-collapsed {
    position: fixed !important;
    display: block !important;
    margin-right: -6px !important;
    z-index: 9999 !important;
}

.sticky-panel-header {
    font-size: 2em !important;
    margin: 0px !important;
    color: #006eab !important;
}

.sticky-panel-icon {
    margin: 0.5em 0em 0em 1em !important;
}

.sticky-panel-icon i {
    font-size: 1.2em !important;
    display: inline-block !important;
    float: left !important;
    -webkit-text-stroke: 1px #006eab !important;
}

.sticky-panel-title {
    font-size: 0.8em !important;
    display: inline-block !important;
    float: left !important;
    margin-left: 1em !important;
    color: #333 !important;
}

.sticky-panel-toggle, .sticky-panel-toggle-collapsed {
    font-size: 1em !important;
    display: inline-block !important;
    float: right !important;
    margin-right: 1em !important;
    font-family: 'Linearicons'
}

.sticky-panel-toggle:before {
    content: "\e75f" !important;
    -webkit-text-stroke: 1px #006eab !important;
}

.sticky-panel-toggle-collapsed:before {
    content: "\e760" !important;
    -webkit-text-stroke: 1px #006eab !important;
}

.sticky-panel-container {
    display: inline-block !important;
    clear: both !important;
    width: 100% !important;
}

.sticky-panel-text-filter {
    margin: 1em 8em !important;
    text-align: left !important;
}

.sticky-panel-text-filter {
    margin: 1em 7em !important;
    text-align: left !important;
}

.sticky-panel-text-filter label {
    z-index: 99 !important;
}

@media only screen and (max-device-width: 900px) , only screen and (max-width: 900px) {
    .sticky-panel-column {
        display: block !important;
    }

    .sticky-panel-header {
        font-size: 1.2em !important;
    }

    .sticky-panel-icon {
        display: none !important;
    }

    .sticky-panel {
        max-height: 100vh !important;
        overflow-y: auto !important;
    }

    .sticky-panel-container {
        overflow-y: auto !important;
        width: 100% !important;
    }

    .sticky-panel-text-filter {
        margin: 1em !important;
        padding: 0 1em 0 0 !important;
        text-align: left !important;
    }

}

