/*CSS HANDLER */
.insRadeInputGroupTitle{
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: var(--textColor);
}

.insRadeFilter {
    color: var(--INTERNAL_TXT);
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    float: left;
    height: var(--insSearchProovider);
    width: 100%;
    margin: 0;
    background-color: var(--INTERNAL_MAIN);
    border-radius: 8px 8px 0 0;
    padding: 15px 10px 0px 10px;
    display: none;
}

.layoutPlus .insRadeCol .insRadeInputGroup {
    position: relative;
    display: inline-flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    padding: 15px 10px 15px 10px;
    background-color: var(--INTERNAL_MAIN);
    border-radius: 0;
    margin: 0;
    border-collapse: separate;
}

.layoutPlus .insRadeCol .insRadeInputGroup input {
    float: left;
    border-radius: 5px;
    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.insRadeFormControl {
    display: block;
    width: 100%;
    line-height: 1.42857143;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    position: relative;
    height: 26px;
    border-radius: 4px;
    border: 1px solid #FFFFFF !important;
    background: transparent !important;
    color: #FFFFFF;
    padding-left: 11px !important;
    font-size: 12px;
    background-image: url(../img/search.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
}

.layoutPlus .insRadeUtilsIcons.insRadeSearchGameLink {
    float: left;
    padding: 7px;
}

.layoutPlus .insRadeUtilsIcons, .insRadeUtilsIcons:focus {
    color: var(--INTERNAL_TXT);
    background-color: transparent;
    font-size: 12px;
    font-weight: bold;
    cursor: default;
    line-height: 22px;
    display: inline-block;
}

@media (max-width: 991px) {
    
    .insRadeFilter{
        display: block !important;
    }
}