.slider.slider-horizontal .slider-track {
    height: 6px;
    width: 100%;
    margin-top: -3px;
    top: 50%;
    left: 0;
}

.slider-track-low, .slider-track-high {
    position: absolute;
    background: #eea236;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

.slider-handle {
    position: absolute;
    top: 3px;
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    background-image: none;
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    border: 2px solid #032949;
}

.slider .tooltip {
    display: none;
}

.slider.slider-horizontal {
    width: 100%;
    height: 20px;
}

.slider {
    padding: 0;
    z-index: 1000;
    background: white;
}
/**/
#custom-search-input {
    padding: 3px;
    border: solid 1px #eea236;
    background-color: #f5f5f5;
    margin-top: 10px;
}

    #custom-search-input input {
        border: 0;
        box-shadow: none;
        background: #f5f5f5;
    }

    #custom-search-input button {
        margin: 2px 0 0 0;
        background: none;
        box-shadow: none;
        border: 0;
        color: #666666;
        padding: 0 8px 0 10px;
        border-left: solid 1px #ccc;
    }

        #custom-search-input button:hover {
            border: 0;
            box-shadow: none;
            border-left: solid 1px #ccc;
        }

    #custom-search-input .glyphicon-search {
        font-size: 23px;
    }
/**/


.switch {
    margin: 4rem auto;
}
/* main styles */
.switch {
    width: 24rem;
    position: relative;
    margin-top: 10px;
}

    .switch input {
        position: absolute;
        top: 0;
        z-index: 2;
        opacity: 0;
        cursor: pointer;
    }

        .switch input:checked {
            z-index: 1;
        }

            .switch input:checked + label {
                opacity: 1;
                cursor: default;
                color: #eea236;
            }

        .switch input:not(:checked) + label:hover {
            opacity: 0.5;
        }

    .switch label {
        color: #ccc;
        opacity: 0.33;
        transition: opacity 0.25s ease;
        cursor: pointer;
    }

    .switch .toggle-outside {
        height: 100%;
        border-radius: 2rem;
        padding: 0.2rem;
        overflow: hidden;
        transition: 0.25s ease all;
    }

    .switch .toggle-inside {
        border-radius: 5rem;
        background: #eea236;
        position: absolute;
        transition: 0.25s ease all;
    }

.switch--horizontal {
    width: 18rem;
    height: 3rem;
    margin: 0;
    font-size: 0;
    margin-bottom: 1rem;
}

    .switch--horizontal.bott {
        width: 18rem;
        height: 3rem;
        margin: 0;
        font-size: 0;
        margin-bottom: 1rem;
    }

    .switch--horizontal input {
        height: 3rem;
        width: 6rem;
        left: 6rem;
        margin: 0;
    }

    .switch--horizontal.bott input {
        height: 3rem;
        width: 6rem;
        left: 6rem;
        margin: 0;
    }

    .switch--horizontal label {
        font-size: 2.5rem;
        line-height: 3rem;
        display: inline-block;
        width: 6rem;
        height: 100%;
        margin: 0;
        text-align: center;
        font-family: 'Oswald';
    }

    .switch--horizontal.bott label {
        font-size: 2rem;
        line-height: 2.5rem;
        display: inline-block;
        width: 15rem;
        height: 100%;
        margin: 0;
        text-align: center;
        font-family: 'Oswald';
    }

    .switch--horizontal label:last-of-type {
        margin-left: 6rem;
    }

    .switch--horizontal .toggle-outside {
        background: #fff;
        position: absolute;
        width: 6rem;
        left: 6rem;
        border: 1px solid #eea236;
    }

    .switch--horizontal.bott .toggle-outside {
        background: #fff;
        position: absolute;
        width: 6rem;
        left: 15rem;
        border: 1px solid #eea236;
    }

    .switch--horizontal .toggle-inside {
        height: 2.5rem;
        width: 2.5rem;
    }

    .switch--horizontal.bott .toggle-inside {
        height: 2rem;
        width: 2rem;
    }

    .switch--horizontal.bott {
        width: 100%;
        height: 2.5rem;
    }

    .switch--horizontal input:checked ~ .toggle-outside .toggle-inside {
        left: 0.25rem;
    }

    .switch--horizontal input ~ input:checked ~ .toggle-outside .toggle-inside {
        left: 3.25rem;
    }

.switch--vertical {
    width: 12rem;
    height: 6rem;
}

    .switch--vertical input {
        height: 100%;
        width: 3rem;
        right: 0;
        margin: 0;
    }

    .switch--vertical label {
        font-size: 1.5rem;
        line-height: 3rem;
        display: block;
        width: 8rem;
        height: 50%;
        margin: 0;
        text-align: center;
        font-family: 'Oswald';
    }

    .switch--vertical .toggle-outside {
        background: #ccc;
        position: absolute;
        width: 3rem;
        height: 100%;
        right: 0;
        top: 0;
    }

    .switch--vertical .toggle-inside {
        height: 2.5rem;
        left: 0.25rem;
        top: 0.25rem;
        width: 2.5rem;
    }

    .switch--vertical input:checked ~ .toggle-outside .toggle-inside {
        top: 0.25rem;
    }

    .switch--vertical input ~ input:checked ~ .toggle-outside .toggle-inside {
        top: 3.25rem;
    }

.switch--no-label label {
    width: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.switch--no-label input:checked ~ .toggle-outside .toggle-inside {
    background: rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.2);
}

.switch--no-label input ~ input:checked ~ .toggle-outside {
    background: #ccc;
}

    .switch--no-label input ~ input:checked ~ .toggle-outside .toggle-inside {
        background: #2ecc71;
    }

.switch--no-label.switch--vertical {
    width: 3rem;
}

.switch--no-label.switch--horizontal {
    width: 6rem;
}

    .switch--no-label.switch--horizontal input,
    .switch--no-label.switch--horizontal .toggle-outside {
        left: 0;
    }

.switch--expanding-inner input:checked + label:hover ~ .toggle-outside .toggle-inside {
    height: 2.5rem;
    width: 2.5rem;
}

.switch--expanding-inner.switch--horizontal input:hover ~ .toggle-outside .toggle-inside {
    width: 3.5rem;
}

.switch--expanding-inner.switch--horizontal input:hover ~ input:checked ~ .toggle-outside .toggle-inside {
    left: 2.25rem;
}

.switch--expanding-inner.switch--vertical input:hover ~ .toggle-outside .toggle-inside {
    height: 3.5rem;
}

.switch--expanding-inner.switch--vertical input:hover ~ input:checked ~ .toggle-outside .toggle-inside {
    top: 2.25rem;
}

.labl h1 {
    margin-top: -5px;
}

@media screen and (max-width: 1440px) {
    .custom-breadcrumb li {
        text-decoration: none;
        padding: 1px 0px 1px 38px;
        position: relative;
        display: block;
        float: right;
        min-width: 20%;
        font-size: 12px;
    }

    /*.labl h1 {
        font-size: 72px !important;
    }*/
}

@media screen and (max-width: 1280px) {
    /* insert styles here */
    .custom-breadcrumb li {
        text-decoration: none;
        padding: 1px 0px 1px 35px;
        position: relative;
        display: block;
        float: right;
        min-width: 20%;
        font-size: 10px;
    }

    .labl h1 {
        font-size: 64px !important;
    }

    .labl h2 {
        font-size: 24px !important;
    }
}

#serachResult {
    height: calc(100vh - 200px);
    /*min-height: 300px;*/
}

#am_block {
    height: calc(100vh - 125px);
    overflow-y: auto;
}

.mb-150 {
    margin-bottom: 150px;
}

#serachResult tr {
    color: #032949
}

.provide {
    color: #00b0f0;
    padding: 0 10px 0 0;
    text-decoration: underline;
    font-family: Oswald;
}

#combinations {
    height: 45px;
    overflow-y: auto;
}

    #combinations.hover {
        height: auto;
        position: absolute;
        z-index: 1;
        background: #fff;
        top: 55px;
        box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
        padding: 10px !important;
    }
/**/
/*#region check */

/*!
 * icheck-bootstrap v1.0.7 (https://github.com/bantikyan/icheck-bootstrap)
 * Copyright 2016 Hovhannes Bantikyan.
 * Licensed under MIT (https://github.com/bantikyan/icheck-bootstrap/blob/master/LICENSE)
 */

.radio + .radio, .checkbox + .checkbox {
    margin-top: 6px;
}

.radio,
.checkbox {
    min-height: 22px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 0px;
}

.radio-inline,
.checkbox-inline {
    margin-top: 0px !important;
}

.radio > label,
.checkbox > label {
    padding-left: 29px;
    min-height: 22px;
    line-height: 22px;
    display: inline-block;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
}

.radio > input[type="radio"]:first-child:not(:checked) + label::before,
.checkbox > input[type="checkbox"]:first-child:not(:checked) + label::before,
.radio > input[type="radio"]:first-child:not(:checked) + input[type="hidden"] + label::before,
.checkbox > input[type="checkbox"]:first-child:not(:checked) + input[type="hidden"] + label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid #D3CFC8;
    border-radius: 0px;
    margin-left: -29px;
}

.radio > input[type="radio"]:first-child:not(:checked) + label::before,
.radio > input[type="radio"]:first-child:not(:checked) + input[type="hidden"] + label::before {
    border-radius: 50%;
}

.radio > input[type="radio"]:first-child:checked + label::before,
.checkbox > input[type="checkbox"]:first-child:checked + label::before,
.radio > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before,
.checkbox > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::before {
    content: "\e013";
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-weight: normal;
    font-size: 10px;
    color: #fff;
    position: absolute;
    width: 22px;
    height: 22px;
    line-height: 20px;
    border: 1px solid #000;
    border-radius: 0px;
    background-color: #000;
    text-align: center;
    margin-left: -29px;
    vertical-align: text-top;
}

.radio > input[type="radio"]:first-child:checked + label::before,
.radio > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before {
    border-radius: 50%;
}

.radio > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + label::before,
.checkbox > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + label::before,
.radio > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.checkbox > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border: 2px solid #000;
}

.radio > input[type="radio"]:first-child:disabled + label,
.radio > input[type="radio"]:first-child:disabled + label::before,
.checkbox > input[type="checkbox"]:first-child:disabled + label,
.checkbox > input[type="checkbox"]:first-child:disabled + label::before,
.radio > input[type="radio"]:first-child:disabled + input[type="hidden"] + label,
.radio > input[type="radio"]:first-child:disabled + input[type="hidden"] + label::before,
.checkbox > input[type="checkbox"]:first-child:disabled + input[type="hidden"] + label,
.checkbox > input[type="checkbox"]:first-child:disabled + input[type="hidden"] + label::before {
    pointer-events: none;
    cursor: default;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.radio > input[type="radio"]:first-child,
.checkbox > input[type="checkbox"]:first-child {
    opacity: 0;
    margin-left: 0px;
}

    .radio > input[type="radio"]:first-child:disabled,
    .checkbox > input[type="checkbox"]:first-child:disabled {
        opacity: 0;
        cursor: default;
    }

/* not checked hover style*/
.icheck-default > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-default > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-default > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-default > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #adadad;
}

/*checked style*/
.icheck-default > input[type="radio"]:first-child:checked + label::before,
.icheck-default > input[type="checkbox"]:first-child:checked + label::before,
.icheck-default > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before,
.icheck-default > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::before {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

/* not checked hover style*/
.icheck-primary > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-primary > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-primary > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-primary > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #2e6da4;
}

/*checked style*/
.icheck-primary > input[type="radio"]:first-child:checked + label::before,
.icheck-primary > input[type="checkbox"]:first-child:checked + label::before,
.icheck-primary > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before,
.icheck-primary > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::before {
    background-color: #337ab7;
    border-color: #2e6da4;
}

/* not checked hover style*/
.icheck-success > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-success > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-success > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-success > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #4cae4c;
}

/*checked style*/
.icheck-success > input[type="radio"]:first-child:checked + label::before,
.icheck-success > input[type="checkbox"]:first-child:checked + label::before,
.icheck-success > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before,
.icheck-success > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::before {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

/* not checked hover style*/
.icheck-info > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-info > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-info > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-info > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #46b8da;
}

/*checked style*/
.icheck-info > input[type="radio"]:first-child:checked + label::before,
.icheck-info > input[type="checkbox"]:first-child:checked + label::before,
.icheck-info > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before,
.icheck-info > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::before {
    background-color: #5bc0de;
    border-color: #46b8da;
}

/* not checked hover style*/
.icheck-warning > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-warning > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-warning > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-warning > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #eea236;
}

/*checked style*/
.icheck-warning > input[type="radio"]:first-child:checked + label::before,
.icheck-warning > input[type="checkbox"]:first-child:checked + label::before,
.icheck-warning > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before,
.icheck-warning > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::before {
    background-color: #f0ad4e;
    border-color: #eea236;
}

/* not checked hover style*/
.icheck-danger > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-danger > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-danger > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-danger > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #d43f3a;
}

/*checked style*/
.icheck-danger > input[type="radio"]:first-child:checked + label::before,
.icheck-danger > input[type="checkbox"]:first-child:checked + label::before,
.icheck-danger > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before,
.icheck-danger > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::before {
    background-color: #d9534f;
    border-color: #d43f3a;
}

/* not checked hover style*/
.icheck-turquoise > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-turquoise > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-turquoise > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-turquoise > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #1abc9c;
}

/*checked style*/
.icheck-turquoise > input[type="radio"]:first-child:checked + label::before,
.icheck-turquoise > input[type="checkbox"]:first-child:checked + label::before,
.icheck-turquoise > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before,
.icheck-turquoise > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::before {
    background-color: #1abc9c;
    border-color: #1abc9c;
}

/* not checked hover style*/
.icheck-emerland > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-emerland > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-emerland > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-emerland > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #2ecc71;
}

/*checked style*/
.icheck-emerland > input[type="radio"]:first-child:checked + label::before,
.icheck-emerland > input[type="checkbox"]:first-child:checked + label::before,
.icheck-emerland > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before,
.icheck-emerland > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::before {
    background-color: #2ecc71;
    border-color: #2ecc71;
}

/* not checked hover style*/
.icheck-peterriver > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-peterriver > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-peterriver > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-peterriver > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #3498db;
}

/*checked style*/
.icheck-peterriver > input[type="radio"]:first-child:checked + label::before,
.icheck-peterriver > input[type="checkbox"]:first-child:checked + label::before,
.icheck-peterriver > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before,
.icheck-peterriver > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::before {
    background-color: #3498db;
    border-color: #3498db;
}

/* not checked hover style*/
.icheck-amethyst > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-amethyst > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-amethyst > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-amethyst > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #9b59b6;
}

/*checked style*/
.icheck-amethyst > input[type="radio"]:first-child:checked + label::before,
.icheck-amethyst > input[type="checkbox"]:first-child:checked + label::before,
.icheck-amethyst > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before,
.icheck-amethyst > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::before {
    background-color: #9b59b6;
    border-color: #9b59b6;
}

/* not checked hover style*/
.icheck-wetasphalt > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-wetasphalt > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-wetasphalt > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-wetasphalt > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #34495e;
}

/*checked style*/
.icheck-wetasphalt > input[type="radio"]:first-child:checked + label::before,
.icheck-wetasphalt > input[type="checkbox"]:first-child:checked + label::before,
.icheck-wetasphalt > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before,
.icheck-wetasphalt > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::before {
    background-color: #34495e;
    border-color: #34495e;
}

/* not checked hover style*/
.icheck-greensea > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-greensea > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-greensea > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-greensea > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #16a085;
}

/*checked style*/
.icheck-greensea > input[type="radio"]:first-child:checked + label::before,
.icheck-greensea > input[type="checkbox"]:first-child:checked + label::before,
.icheck-greensea > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before,
.icheck-greensea > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::before {
    background-color: #16a085;
    border-color: #16a085;
}

/* not checked hover style*/
.icheck-nephritis > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-nephritis > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-nephritis > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-nephritis > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #27ae60;
}

/*checked style*/
.icheck-nephritis > input[type="radio"]:first-child:checked + label::before,
.icheck-nephritis > input[type="checkbox"]:first-child:checked + label::before,
.icheck-nephritis > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before,
.icheck-nephritis > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::before {
    background-color: #27ae60;
    border-color: #27ae60;
}

/* not checked hover style*/
.icheck-belizehole > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-belizehole > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-belizehole > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-belizehole > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #2980b9;
}

/*checked style*/
.icheck-belizehole > input[type="radio"]:first-child:checked + label::before,
.icheck-belizehole > input[type="checkbox"]:first-child:checked + label::before,
.icheck-belizehole > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before,
.icheck-belizehole > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::before {
    background-color: #2980b9;
    border-color: #2980b9;
}

/* not checked hover style*/
.icheck-wisteria > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-wisteria > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-wisteria > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-wisteria > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #8e44ad;
}

/*checked style*/
.icheck-wisteria > input[type="radio"]:first-child:checked + label::before,
.icheck-wisteria > input[type="checkbox"]:first-child:checked + label::before,
.icheck-wisteria > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before,
.icheck-wisteria > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::before {
    background-color: #8e44ad;
    border-color: #8e44ad;
}

/* not checked hover style*/
.icheck-midnightblue > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-midnightblue > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-midnightblue > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-midnightblue > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #2c3e50;
}

/*checked style*/
.icheck-midnightblue > input[type="radio"]:first-child:checked + label::before,
.icheck-midnightblue > input[type="checkbox"]:first-child:checked + label::before,
.icheck-midnightblue > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before,
.icheck-midnightblue > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::before {
    background-color: #2c3e50;
    border-color: #2c3e50;
}

/* not checked hover style*/
.icheck-sunflower > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-sunflower > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-sunflower > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-sunflower > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #f1c40f;
}

/*checked style*/
.icheck-sunflower > input[type="radio"]:first-child:checked + label::before,
.icheck-sunflower > input[type="checkbox"]:first-child:checked + label::before,
.icheck-sunflower > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before,
.icheck-sunflower > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::before {
    background-color: #f1c40f;
    border-color: #f1c40f;
}

/* not checked hover style*/
.icheck-carrot > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-carrot > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-carrot > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-carrot > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #e67e22;
}

/*checked style*/
.icheck-carrot > input[type="radio"]:first-child:checked + label::before,
.icheck-carrot > input[type="checkbox"]:first-child:checked + label::before,
.icheck-carrot > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before,
.icheck-carrot > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::before {
    background-color: #e67e22;
    border-color: #e67e22;
}

/* not checked hover style*/
.icheck-alizarin > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-alizarin > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-alizarin > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-alizarin > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #e74c3c;
}

/*checked style*/
.icheck-alizarin > input[type="radio"]:first-child:checked + label::before,
.icheck-alizarin > input[type="checkbox"]:first-child:checked + label::before,
.icheck-alizarin > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before,
.icheck-alizarin > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::before {
    background-color: #e74c3c;
    border-color: #e74c3c;
}

/* not checked hover style*/
.icheck-clouds > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-clouds > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-clouds > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-clouds > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #ecf0f1;
}

/*checked style*/
.icheck-clouds > input[type="radio"]:first-child:checked + label::before,
.icheck-clouds > input[type="checkbox"]:first-child:checked + label::before,
.icheck-clouds > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before,
.icheck-clouds > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::before {
    color: #95a5a6;
    background-color: #ecf0f1;
    border-color: #ecf0f1;
}

/* not checked hover style*/
.icheck-concrete > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-concrete > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-concrete > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-concrete > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #95a5a6;
}

/*checked style*/
.icheck-concrete > input[type="radio"]:first-child:checked + label::before,
.icheck-concrete > input[type="checkbox"]:first-child:checked + label::before,
.icheck-concrete > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before,
.icheck-concrete > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::before {
    background-color: #95a5a6;
    border-color: #95a5a6;
}

/* not checked hover style*/
.icheck-orange > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-orange > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-orange > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-orange > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #f39c12;
}

/*checked style*/
.icheck-orange > input[type="radio"]:first-child:checked + label::before,
.icheck-orange > input[type="checkbox"]:first-child:checked + label::before,
.icheck-orange > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before,
.icheck-orange > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::before {
    background-color: #f39c12;
    border-color: #f39c12;
}

/* not checked hover style*/
.icheck-pumpkin > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-pumpkin > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-pumpkin > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-pumpkin > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #d35400;
}

/*checked style*/
.icheck-pumpkin > input[type="radio"]:first-child:checked + label::before,
.icheck-pumpkin > input[type="checkbox"]:first-child:checked + label::before,
.icheck-pumpkin > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before,
.icheck-pumpkin > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::before {
    background-color: #d35400;
    border-color: #d35400;
}

/* not checked hover style*/
.icheck-pomegranate > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-pomegranate > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-pomegranate > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-pomegranate > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #c0392b;
}

/*checked style*/
.icheck-pomegranate > input[type="radio"]:first-child:checked + label::before,
.icheck-pomegranate > input[type="checkbox"]:first-child:checked + label::before,
.icheck-pomegranate > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before,
.icheck-pomegranate > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::before {
    background-color: #c0392b;
    border-color: #c0392b;
}

/* not checked hover style*/
.icheck-silver > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-silver > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-silver > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-silver > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #bdc3c7;
}

/*checked style*/
.icheck-silver > input[type="radio"]:first-child:checked + label::before,
.icheck-silver > input[type="checkbox"]:first-child:checked + label::before,
.icheck-silver > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before,
.icheck-silver > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::before {
    background-color: #bdc3c7;
    border-color: #bdc3c7;
}

/* not checked hover style*/
.icheck-asbestos > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-asbestos > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-asbestos > input[type="radio"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-asbestos > input[type="checkbox"]:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #7f8c8d;
}

/*checked style*/
.icheck-asbestos > input[type="radio"]:first-child:checked + label::before,
.icheck-asbestos > input[type="checkbox"]:first-child:checked + label::before,
.icheck-asbestos > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before,
.icheck-asbestos > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::before {
    background-color: #7f8c8d;
    border-color: #7f8c8d;
}

/*#endregion */

li.list-group-item:hover {
    background: #fafafa;
    cursor: pointer;
}

.bhoechie-tab-menu .list-group-item {
    background: #fff;
}


.list-group-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    background: #fafafa;
    color: #585858;
    padding-left: 25px;
    border: none;
    padding-top: 2px;
    padding-bottom: 2px;
}

.radio > input[type="radio"]:first-child:checked + label::before, .checkbox > input[type="checkbox"]:first-child:checked + label::before, .radio > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before, .checkbox > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::before {
    content: "\e013";
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-weight: normal;
    font-size: 10px;
    color: #fff;
    position: absolute;
    width: 15px;
    height: 15px;
    line-height: 12px;
    border-radius: 0px;
    text-align: center;
    margin-left: -20px;
    vertical-align: text-top;
    top: 5px;
}

.radio > input[type="radio"]:first-child:not(:checked) + label::before, .checkbox > input[type="checkbox"]:first-child:not(:checked) + label::before, .radio > input[type="radio"]:first-child:not(:checked) + input[type="hidden"] + label::before, .checkbox > input[type="checkbox"]:first-child:not(:checked) + input[type="hidden"] + label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #D3CFC8;
    border-radius: 0px;
    margin-left: -20px;
    top: 5px;
}

#sources {
    max-height: calc(100vh - 350px);
    /*min-height: 210px;*/
    overflow-y: auto;
    margin-bottom: 20px;
}

.provide small {
    color: #293144;
}

.provide:hover, .provide:active {
    color: #293144;
}


/*  bhoechie tab */
div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    /*margin-top: 20px;*/
    background-clip: padding-box;
}

.bhoechie-tab {
    position: absolute;
    z-index: 111;
    left: 100%;
    width: 600px;
    background: #fff;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    margin-left: 5px;
}

.bhoechie-tab-content .list-group-item {
    background: #fff;
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    max-height: calc(100vh - 300px);
    margin-bottom: 0;
    min-height: 154px;
    overflow-y: auto;
}

    div.bhoechie-tab-menu .list-group {
        margin-bottom: 0;
    }

        div.bhoechie-tab-menu .list-group > li > a {
            margin-bottom: 0;
            margin-bottom: 3px;
            background: #67b7dc0d;
            text-align: left;
            min-height: 50px;
        }

        div.bhoechie-tab-menu .list-group > li .glyphicon,
        div.bhoechie-tab-menu .list-group > li .fa {
            color: #67B7DC;
        }

        div.bhoechie-tab-menu .list-group > li:first-child {
            border-top-right-radius: 0;
            -moz-border-top-right-radius: 0;
        }

        div.bhoechie-tab-menu .list-group > li:last-child {
            border-bottom-right-radius: 0;
            -moz-border-bottom-right-radius: 0;
        }

        div.bhoechie-tab-menu .list-group > li.active > a,
        div.bhoechie-tab-menu .list-group > li.active > a .glyphicon,
        div.bhoechie-tab-menu .list-group > li.active > a .fa {
            background-color: #67B7DC;
            background-image: #67B7DC;
            color: #ffffff;
        }

div1.bhoechie-tab-menu .list-group > li.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #67B7DC;
}

div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding: 10px;
    height: calc(100vh - 245px);
    overflow: hidden;
    min-height: 300px;
}

div.bhoechie-tab-content-element {
    height: calc(100% - 80px);
    overflow-y: auto;
    border-top: 2px solid #bdc3c7;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.list-group-item small {
    font-size: 10px;
    float: none;
    display: block;
}

.list-group-item.selected > a {
    border: 3px solid #67b7dc;
}

    .list-group-item.selected > a > i {
        display: none;
    }

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .custom-breadcrumb li {
        font-size: 6px;
    }

    .switch--horizontal label {
        font-size: 2rem;
        line-height: 3rem;
        display: inline-block;
        width: 6rem;
        height: 100%;
        margin: 0;
        text-align: center;
        font-family: 'Oswald';
    }

    #sources {
        max-height: 200px;
        min-height: 100px;
        overflow-y: auto;
    }

    .search-footer {
        height: auto !important;
        background: #67B7DC;
    }
}

.search-footer h2 {
    margin-bottom: 0;
}

.pointer {
    cursor: pointer;
}

.color-info {
    color: #5bc0de;
}

    .color-info:hover {
        color: #31b0d5;
    }

.btn {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}

.btn-warning {
    padding: 9px 32px;
}

.flt-h {
    height: 50px;
    color: #fff;
    background: #67b7dc;
    margin-bottom: 3px;
}

    .flt-h h2 {
        color: #fff;
        line-height: 38px;
        margin-left: 17px;
    }

#search-e {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 100px;
    /*background: #44536a*/
}

#custom-search-input-s {
    margin-top: 0;
    padding: 3px;
    border: solid 1px;
    background-color: #fff;
    margin-top: 0px;
    width: 100%;
    border-radius: 45px !important;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}

    #custom-search-input-s input {
        border: 0;
        box-shadow: none;
        background: #fff;
    }

    #custom-search-input-s button {
        margin: 2px 0 0 0;
        background: none;
        box-shadow: none;
        border: 0;
        color: #44536a;
        padding: 0 8px 0 10px;
        border-left: solid 1px #ccc;
    }

    #custom-search-input-s .glyphicon-search {
        font-size: 30px;
    }

.srs-l {
    color: #333;
    text-decoration: underline;
    line-height: 28px;
    font-size: 14px;
    font-size: 1.13vw;
    margin: 15px;
}


    .srs-l:hover {
        color: #000 !important;
    }

#srs1 {
    height: 60px;
    font-size: 1.5em;
}

div.bhoechie-tab-menu .list-group > li a:hover {
    background: #bdc3c7;
    color: #fff;
}

    div.bhoechie-tab-menu .list-group > li a:hover .fa {
        color: #fff;
        background: none;
    }

div.bhoechie-tab-menu .list-group > li span {
    line-height: 45px;
    display: block;
    max-width: 92%;
}

div.bhoechie-tab-menu .list-group > li.selected > a > span {
    line-height: 15px;
}

.labl {
    background-color: #fafafa;
}

.notfound {
    display: none;
}

.bhoechie-tab-menu .list-group-item {
    user-select: none;
    padding: 0 !important;
}

.list-group-item {
    user-select: none;
}

    .list-group-item a {
        width: 100%;
        padding-left: 30px;
    }

li > ul > .list-group-item {
    padding: 0;
}

    li > ul > .list-group-item a {
        padding-left: 50px;
        border-left: 5px solid #67b7dc;
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}

.list-group-item .fa-chevron-down {
    display: none;
}

.list-group-item.selected > a .fa-chevron-down {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 10px;
}

.bhoechie-tab-menu li.list-group-item:hover {
    background: #fff;
}

.nsl {
    border: 3px solid red;
}

#sector-selected {
    float: left;
    margin-right: 20px;
}

.fllr h2 {
    float: left;
    margin-left: 20px;
    font-size: 9px;
    margin-right: 0 !important;
}

.c-bl .col-md-4 p {
    font-family: 'Oswald',sans-serif;
    font-size: 12px;
    color: #293144;
    margin: 0 0 1px;
}

.c-bl {
    border-top: 2px solid #ccc;
}

    .c-bl .col-md-4 {
        margin-top: 10px;
        overflow-y: auto;
    }

tr.success > td {
    background-color: #032949 !important;
    color: #fff;
}

#loader .modal-dialog {
    width: 200px !important;
    margin:0!important;
      
}

    #loader .modal-dialog h2 {
        font-size: 16px;
    }

.jsgrid-header-sort:before {
    margin-top: 10px !important;
    margin-right: 3px !important;
}

#serachResult_1 tr, #serachResult_1 th {
    color: #032949;
}

p.matched {
    font-weight: bold;
    color: #000;
    text-shadow: 1px 1px 1px #ccc;
}

.button-medium.transp {
    background-color: transparent;
    border-width: 2px;
    border-color: transparent;
    color: #2f66ff;
    cursor: pointer;
}

    .button-medium.transp .caret {
        color: transparent !important;
    }

    .button-medium.transp.button-chart-type:hover {
        background: #2f66ff;
        color: #fff;
        border-color: transparent;
    }

    .button-medium.transp:hover .caret {
        color: #2f66ff !important;
    }

#data-request .modal-dialog {
    width: 100vw;
    height: calc(100vh - 65px);
    background: #f3f3f3;
    top: 65px;
}

.sf1 input {
    background: rgba(0,0,0,0.01) !important;
    border: 1px solid #44677B;
    border-radius: 4px !important;
    border-radius: 4px;
    width: 100%;
    height: 30px !important;
    margin-bottom: 10px;
}

.sf1 {
    width: 100%;
    height: 550px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 20px;
    border-radius: 4px;
    padding-top: 40px;
    border: 1px solid #cacaca;
    margin-bottom: 30px;
    margin-top: 9px;
}

    .sf1 textarea {
        height: 50px !important;
        background: #fcfcfc !important;
        margin-bottom: 15px;
        overflow: hidden;
    }

    .sf1.min {
        height: 500px;
        margin-top: 10px;
    }

        .sf1.min textarea {
            height: 100px !important;
        }



#data-request .col-md-6 p {
    font-family: Roboto;
    font-size: 30px;
    color: #032949;
    text-align: center;
    line-height: 30px;
    margin-top: 30px;
    font-weight: 400;
}

#data-request .col-md-6 #sdr, #worldData1 #sdr {
    letter-spacing: 0px;
    background: #2dbf65;
    position: static;
    text-align: center;
    margin: 0 15px;
    display: block;
    border-radius: 4px !important;
    max-width: 250px;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    float: none !important;
    margin-top: 0;
    box-shadow: none;
    border-radius: 4px !important;
    /* width: 147px; */
    height: 45px;
    color: #fff;
    font-size: 16px;
    background: #ff9b12;
    border-color: #ff9b12;
}

#sdr.min.send-req {
    margin-top: 0px !important;
}

label.error {
    top: 7px;
    position: absolute;
    right: 20px;
}

td[data-toggle="popoverdb"] {
    overflow-wrap: break-word;
}

input#srssf {
    padding-right: 55px;
}

.iscap {
    width: 50%;
    margin: 0 auto;
    float: none;
    text-align: center;
    overflow: hidden;
}

    .iscap .panel-heading {
        text-align: center;
        padding-top: 25px;
    }

#captcha {
    padding-bottom: 25px;
}

    #captcha > div {
        margin: 0 auto;
    }

#captcha2 {
    padding-bottom: 25px;
}

    #captcha2 > div {
        margin: 0 auto;
    }

.buy-credits:after {
    display: none;
}

.grecaptcha-badge {
    visibility: hidden;
}

#soft {
    font-weight: 400;
    text-transform: none;
    font-family: Roboto;
    text-align: left;
    font-size: 18px !important;
    color: #03001f;
    line-height: 23px;
    padding-left: 0;
    margin: 0;
    max-width: calc(100% - 25px);
    max-height: 45px;
    overflow: hidden;
    width: 40%;
    float: left;
    clear: both;
    margin-top: 5px;
}

#show_all {
    margin-left: 8px;
}



@media only screen and (min-width : 768px) {
    .handsontable span.colHeader {
        color: #fff;
    }

    .changeType:before {
        font-size: 18px;
        text-align: left;
        float: right;
        font-size: 18px;
        text-align: left;
        float: right;
        background: rgba(243, 243, 243, 0.06);
        padding: 8px;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        padding-top: 12px;
        margin-top: -5px;
        /* background-color: #032949; */
        color: #FF9B12;
    }

    .wtHolder {
        border-radius: 10px 10px 0 0;
    }

    .handsontable .changeType, .handsontable .changeType:hover {
        width: 100%;
    }

    .handsontable th {
        background: #032949;
        padding-top: 1px;
    }

        .handsontable tbody th.ht__highlight, .handsontable thead th.ht__highlight, .handsontable th:hover {
            background-color: #032949;
        }

    .handsontable tr:nth-child(odd) {
        background: #F3F3F3;
    }

    .htDimmed a, .htDimmed a:hover {
        color: #032949 !important;
        font-weight: bold;
        font-size: 12px;
    }

    .super-filter .htCore td {
        position: relative;
        overflow: visible;
        border: none;
    }

    .panel.panel-primary.search-panel-result {
        box-shadow: none;
        border: none !important;
        /* background-color: #f3f3f3; */
        padding-top: 0;
    }

    .htCore td {
        color: #707070 !important;
        font-size: 12px !important;
    }

    .ht__highlight .changeType:before {
        color: #a0ce4e;
    }

    .adf_s .card-item {
        margin: 0;
    }

    #soft {
        font-size: 24px !important;
        color: #4A4747;
        margin-top: 30px;
        margin-bottom: 10px;
        width: 50%;
    }

    .navi {
        float: right;
        padding-top: 16px;
        padding-right: 0px;
        margin-bottom: 12px;
    }

    #custom-search-input-s {
        width: 49%;
        min-width: 660px;
    }

        #custom-search-input-s .search-panel.input-group-btn {
            position: absolute;
            right: 170px;
            width: 200px;
            height: 37px;
            top: 4px;
            border-left: 1px solid #999;
            padding-right: 0;
        }


            #custom-search-input-s .search-panel.input-group-btn .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
                padding-right: 0px;
                box-shadow: none;
                font-family: Roboto,sans-serif;
                font-size: 14px;
                color: #999;
                text-align: right;
                font-weight: 500;
                padding: 0px;
            }

    #search_concept {
        line-height: 25px;
        line-height: 28px !important;
        margin-left: 0px;
        width: 150px;
        display: block;
        overflow: hidden;
        margin: 0 !important;
        float: left;
        text-align: left;
        font-size: 14px;
        color: #333;
        font-weight: bold;
        color: #032949;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    #searchbtn {
        float: right;
        color: #fff;
        height: 100%;
        width: 147px;
        background: #ff9b12;
        text-align: center;
        line-height: 60px;
        font-size: 14px;
        cursor: pointer;
        border-radius: 0 5px 5px 1px;
    }

    #custom-search-input-s input {
        font-family: Roboto;
        font-weight: 300;
        font-size: 18px;
        color: #B4B1B1;
        height: unset;
        background: #fff !important;
        border: 2px solid #fff;
        border-radius: 35px;
        border-radius: 35px;
        height: 45px !important;
        width: 61%;
        padding-left: 30px;
    }

    .input-group-search {
        background: #fff;
        border-radius: 8px;
    }
}

@media only screen and (max-device-width : 1444px) {
    #custom-search-input-s {
        width: 50%;
        min-width: 660px;
    }

    #soft {
        width: 71%;
    }
}

@media (max-width : 480px) {

    .handsontable span.colHeader {
        color: #fff;
    }

    .changeType:before {
        font-size: 18px;
        text-align: left;
        float: right;
        font-size: 18px;
        text-align: left;
        float: right;
        background: rgba(243, 243, 243, 0.06);
        padding: 8px;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        padding-top: 12px;
        margin-top: -5px;
        /* background-color: #032949; */
        color: #FF9B12;
    }

    .wtHolder {
        border-radius: 10px 10px 0 0;
    }

    .handsontable .changeType, .handsontable .changeType:hover {
        width: 100%;
    }

    .handsontable th {
        background: #032949;
    }

        .handsontable tbody th.ht__highlight, .handsontable thead th.ht__highlight, .handsontable th:hover {
            background-color: #032949;
        }

    .handsontable tr:nth-child(odd) {
        background: #F3F3F3;
    }

    .htDimmed a, .htDimmed a:hover {
        color: #032949 !important;
        font-weight: bold;
        font-size: 12px;
    }

    .htCore td {
        position: relative;
        overflow: visible;
        border: none;
    }


    .htCore td {
        color: #707070 !important;
        font-size: 14px !important;
    }

    .ht__highlight .changeType:before {
        color: #a0ce4e;
    }

    th i {
        display: none !important;
    }

    #searchbtn {
        display: none !important;
    }

    input-s {
        width: 100% !important;
    }

    #custom-search-input-s .search-panel.input-group-btn {
        top: 15px;
    }

    h2#soft {
        font-size: 16px;
        width: auto;
        align-self: center;
        width: 59%;
        padding-right: 25px;
        margin-top: 30px;
    }

    .navi {
        float: right;
        padding-top: 41px;
        padding-right: 0px;
        margin-bottom: 10px;
    }

    .handsontable tr {
        background: #fff;
    }

        .handsontable tr:nth-child(odd) {
            background: #F3F3F3;
        }
}

.rotate-button.toggle-in {
    display: none !important;
}

.fup {
}

    .fup span {
        color: #4A4747;
        font-size: 18px;
    }

.close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.3 !important;
    cursor: pointer;
    z-index: 1;
}

    .close:hover {
        opacity: 1;
    }

    .close:before, .close:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 33px;
        width: 2px;
        background-color: #333;
    }

    .close:before {
        transform: rotate(45deg);
    }

    .close:after {
        transform: rotate(-45deg);
    }

.sim {
    display: block;
    margin: 0 auto;
    margin-top: 60px;
}

#show_all {
    color: #2DBF65;
    float: right;
}

.card-item h4 a {
    color: #032949 !important;
}

.sv span {
    position: absolute;
    left: 0;
    color: #ADACAC;
    line-height: 20px;
}

.no-padding-left {
    padding-left: 0;
}

.card-item.flat {
    box-shadow: none !important;
    margin-top: 16px;
}

#soft > span {
    color: #FF9B12;
    font-weight: 500;
}

i.ftr.fa.fa-plus {
    position: absolute;
    right: 2px;
    top: 0;
    width: 15px;
    height: 15px;
    background: #fff;
    color: #999;
    font-weight: 100;
    border-radius: 50%;
    padding: 2px 2px;
    font-size: 11px;
    border: 1px solid #999;
}

.sv2-snip {
    font-size: 11px !important;
    line-height: 13px !important;
    border-top: 1px solid #f0f0f0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f0f0f0;
}

#oft-img {
    max-width: 60%;
    max-height: 80px;
    padding: 10px;
    user-select: none; /* standard syntax */
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

a.btn.pull-right.tc.active {
    width: 45px;
    height: 45px;
    background: #2DBF65;
    /* box-shadow: 0px 4px 12px rgba(45, 191, 101, 0.36); */
    border-radius: 4px !important;
    color: #fff;
}

.toggle_view {
    padding-right: 5px;
}

a.btn.pull-right.tc {
    width: 45px;
    height: 45px;
    background: #ffffff;
    border-radius: 4px !important;
    color: #ADACAC;
    margin: 0 5px;
    margin-top: 3px;
    padding: 12px;
    font-weight: 300;
    box-shadow: none;
}

.scroll-box > .col-md-2 {
    padding-top: 2px !important;
}

.card-item.flat.sview:active, .card-item.flat.sview:focus, .card-item.flat.sview:hover, .card-item.flat.sview.active {
    background: #fff;
    border-radius: 0px;
    box-shadow: none;
    cursor: pointer;
    outline: 2px solid #ff9b12;
    background: rgb(255 242 222);
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-animation: enlarge-jsx-504240313 0.25s forwards;
    animation: enlarge-jsx-504240313 0.25s forwards;
}

.card-item.flat.sview {
    background: #fff;
    border-radius: 0px !important;
    box-shadow: none;
    cursor: pointer;
    outline: 2px solid rgb(255 155 18 / 0.4);
    background: rgba(255,242,222,0.6);
}

.img-wrap {
    background: #fff;
}

.card-item.flat.sview:active .img-wrap, .card-item.flat.sview:focus .img-wrap, .card-item.flat.sview:hover .img-wrap, .card-item.flat.sview.active .img-wrap {
    background: #fff;
}

.slider_btm {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    overflow: hidden;
    /* transition: all 0.5s; */
}

    .slider_btm.close {
        top: 100%;
        height: 0;
    }

.slider_btm {
    position: fixed;
    width: 100%;
    top: auto;
    height: 385px;
    overflow: hidden;
    /* transition: all 0.5s; */
    background: #fff;
    bottom: 0;
    z-index: 999999;
    margin: auto;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    z-index: 99;
    background: #f3f3f3;
    /* box-shadow: rgba(0, 0, 0, 0.08) 0px -8px 25px; */
    border-top: 2px solid #ff9b12;
}

.thead-dark th {
    padding: 5px 5px !important;
    background: #032949;
    color: #fff;
    font-size: 10px;
    text-align: left;
    border-color: #E4E3E3 !important;
    min-width: 100px;
    text-transform: capitalize;
    border-left: 1px solid #aaa;
    /* max-width: 130px; */
    vertical-align: middle !important;
    overflow: hidden;
    outline-width: 0;
    white-space: pre-line;
    background-clip: padding-box;
}

table#adv_filter {
    border-radius: 7px !important;
    border: 3px solid #fafafa;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    overflow: auto;
    margin-bottom: 0;
}

thead.thead-dark {
    border-radius: 5px !important;
}

tr {
    border-color: #E4E3E3;
}

.thead-dark td {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 49px;
    /* or 306% */
    color: #707070;
}

#adv_filter td {
    font-family: san-serif,Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    /* or 306% */
    color: #707070;
    padding: 5px 5px;
    border-color: transparent;
    vertical-align: middle;
    overflow: hidden;
    outline-width: 0;
    white-space: pre-line;
    background-clip: padding-box;
}

.close_btn {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 20px;
    height: 20px;
    opacity: 0.8;
    position: absolute;
    left: 0;
    left: 3px;
    top: 3px;
}

    .close_btn:hover {
        opacity: 1;
    }

    .close_btn:before, .close_btn:after {
        position: absolute;
        left: 9px;
        content: ' ';
        height: 20px;
        width: 2px;
        background-color: #222;
    }

    .close_btn:before {
        transform: rotate(45deg);
    }

    .close_btn:after {
        transform: rotate(-45deg);
    }

.tbl-cont {
    /*overflow: auto;
    float: left;
    width: 100%;
    max-height: calc(100% - 65px);
    border-radius: 5px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12), 0 1px 3px 0 rgba(0,0,0,.2);
    background: #fff;
    position: relative;
    min-height: 100px;*/
    /* border: 5px solid #f3f3f3; */
}

a.close_btn {
    position: absolute;
    left: 0;
    left: 10px;
    top: 15px;
}

h2#oft {
    /* margin-left: 30px; */
    max-width: 80%;
    float: left;
    margin-top: 0px;
    padding-right: 10px !important;
    font-weight: 600;
    color: #032949 !important;
    font-size: 16px !important;
}

i#show-oft-desc {
    /* padding-left: 30px !important; */
}

p#oft-desc {
    /* padding-left: 30px; */
}

p#oft-source {
    /* padding-left: 30px; */
    clear: both;
    color: #ADACAC;
    margin-top: 11px;
    font-size: 10px;
    line-height: 16px;
}

p#oft-filter {
    padding-left: 30px;
    float: left;
}

i#show-oft-desc {
    background: transparent;
    float: left;
    margin-top: 2px;
}

i#hide-oft-desc {
    background: transparent;
    float: left;
    margin-top: 2px;
}

p#oft-desc {
    font-size: 10px !important;
    color: #032949 !important;
    line-height: 14px;
    text-align: justify;
    clear: left;
    width: 80%;
    margin-bottom: 0;
    max-height: 27px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

a#blk-all {
    float: right !important;
    position: absolute;
    right: 35px;
    background: #2DBF65;
    border-radius: 5px !important;
    color: #fff;
    outline: none;
    border: none;
    font-weight: 400;
    padding: 0 !important;
    height: 45px;
    width: 147px;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    top: 15px;
    font-size: 14px;
    letter-spacing: normal;
    box-shadow: none;
    z-index: 2;
    text-transform: capitalize;
}

a#buy-all {
    float: right !important;
    position: absolute;
    right: 190px;
    background: #ff9b12;
    border-radius: 5px !important;
    color: #fff;
    outline: none;
    border: none;
    font-weight: 400;
    padding: 0 !important;
    height: 45px;
    width: 147px;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    top: 15px;
    font-size: 14px;
    letter-spacing: normal;
    box-shadow: none;
    z-index: 2;
}

div#chart_box, div#chart_box_skeleton {
    overflow-y: auto;
    height: 100%;
    padding: 5px;
    overflow-x: hidden;
    /* margin-top: 58px;*/
}

#chart_box > div, #chart_box_skeleton > div {
    /* border: 1px solid #f3f3f3; */
    /*margin-top: 10px !important;*/
    border-radius: 5px;
    overflow: hidden;
    margin-top: -4px;
    padding: 10px;
    background: #fff;
    color: #616a7d;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12), 0 1px 3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12),0 1px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12), 0 1px 3px 0 rgba(0,0,0,.2);
}

.col-md-4.chrt_wrap {
    margin: 77px 0 5px;
    padding-right: 40px;
}

.tbl-cont tr:nth-of-type(odd) > td {
    background-color: rgb(243, 243, 243);
}

.oh > div {
    /* overflow: hidden; */
    clear: left;
}

#chart_box .sv.col-xs-5 {
    clear: left;
    font-size: 10px;
    margin-bottom: 0 !important;
    /* line-height: 14px; */
}

#cool_chart_box .fpad, #chart_box .fpad {
    padding: 0 0px 0 10px;
}

.cbx {
    padding: 30px 10px 5px 10px;
    /*background: rgba(243,243,243,.5);*/
    background: #ffffff;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.go-to-next-attribute.jsx-2472512497 {
    position: absolute;
    right: 8px;
    top: calc(50% - 20px);
    text-decoration: none;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    background: transparent;
    padding: 8px;
    width: 94px;
    transition: all 0.25s ease-out 0s;
    z-index: 99;
}

    .go-to-next-attribute.jsx-2472512497 span.jsx-2472512497 {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        font-feature-settings: "tnum", "lnum", "ss03", "case";
        color: rgb(52, 51, 50);
        margin-right: 4px;
        display: none;
        transition: all 0.25s ease-out 0s;
    }

.wrapper.jsx-1823454566 {
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
}

.go-to-prev-attribute.jsx-2472512497 {
    position: absolute;
    left: 8px;
    top: calc(50% - 20px);
    text-decoration: none;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background: transparent;
    padding: 8px 26px 8px 8px;
    z-index: 99;
}

.go-to-next-attribute.jsx-2472512497 span.jsx-2472512497 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    font-feature-settings: "tnum", "lnum", "ss03", "case";
    color: rgb(52, 51, 50);
    margin-right: 4px;
    display: none;
    transition: all 0.25s ease-out 0s;
}

.go-to-prev-attribute.jsx-2472512497 span.jsx-2472512497 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    font-feature-settings: "tnum", "lnum", "ss03", "case";
    color: rgb(52, 51, 50);
    display: none;
    margin-left: 4px;
    transition: all 0.25s ease-out 0s;
}

.go-to-next-attribute.jsx-2472512497:hover {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 12px;
    border-radius: 48px;
    background: rgb(255, 255, 255);
}

    .go-to-next-attribute.jsx-2472512497:hover span.jsx-2472512497 {
        display: inline;
    }

.go-to-prev-attribute.jsx-2472512497:hover {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 12px;
    border-radius: 48px;
    background: rgb(255, 255, 255);
}

    .go-to-prev-attribute.jsx-2472512497:hover span.jsx-2472512497 {
        display: inline;
    }

.col-md-8.tbl_wrap {
    padding-left: 40px;
    padding-right: 5px;
}

#chart_box p.sv.sv2.col-xs-7 {
    font-size: 10px;
    margin-bottom: 0;
}

p#oft-desc span {
    color: #ADACAC;
}

div[id^="l-"] {
    background: rgba(243,243,243,.5);
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

img.il {
    position: absolute;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.col-md-12.no-padding.owerlap {
    overflow: auto;
    height: calc(100vh - 180px);
}

.handsontable .htCheckboxRendererLabel {
    font-size: inherit;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    font-size: 10px;
}

.handsontable .htUIMultipleSelectSearch input {
    border-radius: 4px;
    border: 1px solid #d2d1d1;
    padding: 3px;
    font-size: 14px !important;
    height: 40px;
    padding-left: 15px !important;
    background: #F3F3F3;
    border-radius: 8px;
    border: 0;
    background-image: url(/images/magnify_icon.png);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 10px;
}

.handsontable .htUIInput.htUIButton input {
    background-color: #eee;
    color: #032949;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 45px;
    min-width: 140px;
    border: none !important;
}

.handsontable .htUIInput.htUIButtonOK input {
    background-color: #2DBF65;
    border-color: #2DBF65;
    color: #fff;
}

.handsontable .htUIClearAll a, .handsontable .htUISelectAll a {
    color: #2DBF65;
    font-size: 14px;
}

.handsontable .htUIClearAll a {
    color: #FF9B12;
    font-size: 14px;
}

.handsontable .htUISelectionControls {
    text-align: right;
    padding: 10px 0;
}

.handsontable span.colHeader {
    float: left;
    line-height: 12px;
    font-size: 12px;
    padding-left: 14px;
    width: 100%;
}
/*#m-list input:before {
    font-family: "FontAwesome";
    content: "■";
    font-size: 23px;
    color: transparent !important;
    background: #fff;
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #032949;
    margin-right: 7px;
    line-height: 8px;
    padding: 0px;
    box-sizing: border-box;
    border-radius: 3px;
}

#m-list input:checked:before {
    color: #032949 !important;
}*/
.sf1 .form-group {
    overflow: hidden;
}

.source-card {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 20px;
    border-radius: 4px;
    padding-top: 40px;
    overflow: hidden;
    border: 1px solid #cacaca;
}

#source-list {
}

.source-card-item {
    padding-bottom: 5px;
    height: 35px;
    overflow: hidden;
}

    .source-card-item img {
        max-height: 25px;
        max-width: 50px;
        position: absolute;
        left: 0;
        min-width: auto;
        display: block;
    }

    .source-card-item a {
        color: #032949;
        padding-left: 50px;
        font-size: 11px;
        line-height: 16px;
        /* display: block; */
        padding-bottom: 8px;
        vertical-align: middle;
        display: inline-flex;
        cursor: pointer
    }

        .source-card-item a:hover {
            text-decoration: underline;
        }

    .source-card-item span {
        color: #032949;
        padding-left: 50px;
        font-size: 11px;
        line-height: 16px;
        /* display: block; */
        padding-bottom: 8px;
        vertical-align: middle;
        display: inline-flex;       
    }

.super-filter.nf {
    overflow: auto;
    height: 100%;
}

.sup > span {
    margin-top: 30px;
    font-size: 14px;
    font-family: Roboto;
    color: #333;
    /* line-height: 14px; */
    /* display: inline-block; */
}

.h4nf {
    font-size: 14px;
    color: #333;
    /* padding: 3px; */
    padding-top: 5px;
    margin-bottom: 10px;
}

nav.fusion-main-menu {
    margin-top: 2px;
}

.super-filter.nf #owerlap {
    height: auto !important;
}

.highcharts-figure, .highcharts-data-table table {
    min-width: 310px;
    max-width: 900px;
    margin: 10px auto;
}

#container {
    height: 400px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 10px;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.highcharts-credits {
    display: none !important;
}

.tbl_wrap.col-md-12 {
    padding: 0 35px;
}

.m-load {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #494949;
    width: 25px;
    height: 25px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin: 15px auto;
}

div#m-list {
}

.fa-ellipsis-v.showsnippet {
    background: #f2f2f2;
    padding: 3px 6px;
    border: 1px solid;
    border-radius: 4px;
    line-height: 8px;
    cursor: pointer;
    float: right;
    margin: 2px;
    font-size: 10px;
}

.showsnippet {
    background: #626262;
    padding: 7px;
    line-height: 6px;
    cursor: pointer;
    float: right;
    margin: 2px;
    font-size: 10px;
    border-radius: 10px;
    color: #fff;
}

.htCore .colHeader i.filter-table {
    float: right;
    background-color: rgba(243, 243, 243, 0.1)!important;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #ff9b12;
    padding: 8px;
    margin: -7px 4px;
}
#filter-popup.sector .modal-dialog.modal-sm {
    left: 0;
    top: 120px;
    transform: translate(1%, 1%) !important;
}
#filter-popup .modal-footer{
    border-top:none !important;
    margin-top:0px !important;
}
.filter_body_S{top: 80px !important;left: 5px !important;}


#loader .lv {
    -moz-animation: spinHorizontal 1.5s infinite linear;
    -o-animation: spinHorizontal 1.5s infinite linear;
    -webkit-animation: spinHorizontal 1.5s infinite linear;
    animation: spinHorizontal 1.5s infinite linear;
}


@-moz-keyframes spinHorizontal {
    0% {
        -moz-transform: rotateY(0deg);
    }

    100% {
        -moz-transform: rotateY(360deg);
    }
}

@keyframes spinHorizontal {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}


@-ms-keyframes spinHorizontal {
    0% {
        -ms-transform: rotateY(0deg);
    }

    100% {
        -ms-transform: rotateY(360deg);
    }
}

@-o-keyframes spinHorizontal {
    0% {
        -o-transform: rotateY(0deg);
    }

    100% {
        -o-transform: rotateY(360deg);
    }
}

@-webkit-keyframes spinHorizontal {
    0% {
        -webkit-transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
    }
}


.button {
    cursor: pointer;
}
.c-s{
    position: relative !important;
    float: inherit;
}
#data-request .modal-dialog {
    width: 100% !important;
    height: calc(100vh - 65px) !important;
    background: #f3f3f3;
    top: 0 !important;
    max-width: 100vw;
}

.request-model .close {
    top: 19px !important;
    right: 3px !important;
}

#data-request
.search-panel {
    display: none;
}

#data-request {
    top: 65px !important;
    z-index: 9999;
}
.rround {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #675bc7;
    border-radius: 10px;
}
