/* Minification failed. Returning unminified contents.
(766,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(767,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(917,27): run-time error CSS1038: Expected hex color, found '#0000'
(967,27): run-time error CSS1038: Expected hex color, found '#0000'
(1088,32): run-time error CSS1039: Token not allowed after unary operator: '-itemHoverColor'
(1098,28): run-time error CSS1039: Token not allowed after unary operator: '-itemActiveColor'
(1227,40): run-time error CSS1046: Expect comma, found '153'
(1227,48): run-time error CSS1046: Expect comma, found '/'
(1352,40): run-time error CSS1046: Expect comma, found '153'
(1352,48): run-time error CSS1046: Expect comma, found '/'
(1423,32): run-time error CSS1039: Token not allowed after unary operator: '-itemHoverColor'
(1426,28): run-time error CSS1039: Token not allowed after unary operator: '-itemActiveColor'
(1719,41): run-time error CSS1030: Expected identifier, found '>'
(1719,53): run-time error CSS1031: Expected selector, found ')'
(1719,53): run-time error CSS1025: Expected comma or open brace, found ')'
(1982,40): run-time error CSS1046: Expect comma, found '153'
(1982,48): run-time error CSS1046: Expect comma, found '/'
(1990,36): run-time error CSS1046: Expect comma, found '153'
(1990,44): run-time error CSS1046: Expect comma, found '/'
(2182,33): run-time error CSS1046: Expect comma, found '0'
(2182,37): run-time error CSS1046: Expect comma, found '/'
(2182,60): run-time error CSS1046: Expect comma, found '139'
(2182,68): run-time error CSS1046: Expect comma, found '/'
 */
/*!
 * Bootstrap-select v1.8.1 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

.bootstrap-select {
    width: 220px \0;
    /*IE9 and below*/
}

    .bootstrap-select > .dropdown-toggle {
        width: 100%;
        padding-right: 25px;
        z-index: 1;
    }

    .bootstrap-select > select {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0.11px;
        height: 100%;
        opacity: 0;
        border: none;
    }

        .bootstrap-select > select.mobile-device {
            position: absolute !important;
            top: 0;
            left: 0;
            display: block !important;
            width: 100%;
            height: 100% !important;
            opacity: 0;
            z-index: 2;
        }

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

    .bootstrap-select.form-control:not([class*="col-"]) {
        width: 100%;
    }

    .bootstrap-select.form-control.input-group-btn {
        z-index: auto;
    }

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

    .bootstrap-select.btn-group.dropdown-menu-right,
    .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
    .row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
        float: right;
    }

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
    cursor: not-allowed;
}

    .bootstrap-select.btn-group.disabled:focus,
    .bootstrap-select.btn-group > .disabled:focus {
        outline: none !important;
    }

.bootstrap-select.btn-group.bs-container {
    position: absolute;
}

    .bootstrap-select.btn-group.bs-container .dropdown-menu {
        z-index: 1060;
    }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .bootstrap-select.btn-group .dropdown-menu.inner {
        position: static;
        float: none;
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .bootstrap-select.btn-group .dropdown-menu li {
        position: relative;
    }

        .bootstrap-select.btn-group .dropdown-menu li.active small {
            color: #fff;
        }

        .bootstrap-select.btn-group .dropdown-menu li.disabled a {
            cursor: not-allowed;
        }

        .bootstrap-select.btn-group .dropdown-menu li a {
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .bootstrap-select.btn-group .dropdown-menu li a.opt {
                position: relative;
                padding-left: 2.25em;
            }

            .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
                display: none;
            }

            .bootstrap-select.btn-group .dropdown-menu li a span.text {
                display: inline-block;
            }

        .bootstrap-select.btn-group .dropdown-menu li small {
            padding-left: 0.5em;
        }

    .bootstrap-select.btn-group .dropdown-menu .notify {
        position: absolute;
        bottom: 5px;
        width: 96%;
        margin: 0 2%;
        min-height: 26px;
        padding: 3px 5px;
        background: #f5f5f5;
        border: 1px solid #e3e3e3;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        pointer-events: none;
        opacity: 0.9;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
    z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .bs-actionsbox .btn-group button {
        width: 50%;
    }

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .bs-donebutton .btn-group button {
        width: 100%;
    }

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}
/*# sourceMappingURL=bootstrap-select.css.map */

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*! =======================================================
                      VERSION  11.0.2              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2019 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}

.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #036fa5;
  margin-top: 0;
}

.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  display: inline-block;
  text-align: center;
}

.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}

.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}

.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}

.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-track-low, .slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #036fa5;
  margin-left: 0;
}

.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}

.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}

.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}

.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}

.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}

.slider.slider-disabled .slider-handle {
  background-color: #cfcfcf;
  background-image: -moz-linear-gradient(top, #DFDFDF, #BEBEBE);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DFDFDF), to(#BEBEBE));
  background-image: -webkit-linear-gradient(top, #DFDFDF, #BEBEBE);
  background-image: -o-linear-gradient(top, #DFDFDF, #BEBEBE);
  background-image: linear-gradient(to bottom, #DFDFDF, #BEBEBE);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DFDFDF', endColorstr='#BEBEBE',GradientType=0);
}

.slider.slider-disabled .slider-track {
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #E5E5E5, #E9E9E9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E5E5E5), to(#E9E9E9));
  background-image: -webkit-linear-gradient(top, #E5E5E5, #E9E9E9);
  background-image: -o-linear-gradient(top, #E5E5E5, #E9E9E9);
  background-image: linear-gradient(to bottom, #E5E5E5, #E9E9E9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E5E5', endColorstr='#E9E9E9',GradientType=0);
  cursor: not-allowed;
}

.slider input {
  display: none;
}

.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

.slider .bs-tooltip-top .tooltip-inner,
.slider .bs-tooltip-bottom .tooltip-inner {
  position: relative;
  left: -50%;
}

.slider.bs-tooltip-left .tooltip-inner, .slider.bs-tooltip-right .tooltip-inner {
  position: relative;
  top: -100%;
}

.slider .tooltip {
  pointer-events: none;
}

.slider .tooltip.bs-tooltip-top .arrow, .slider .tooltip.bs-tooltip-bottom .arrow {
  left: -.4rem;
}

.slider .tooltip.bs-tooltip-top {
  margin-top: -44px;
}

.slider .tooltip.bs-tooltip-bottom {
  margin-top: 2px;
}

.slider .tooltip.bs-tooltip-left, .slider .tooltip.bs-tooltip-right {
  margin-top: -14px;
}

.slider .tooltip.bs-tooltip-left .arrow, .slider .tooltip.bs-tooltip-right .arrow {
  top: 8px;
}

.slider .hide {
  display: none;
}

.slider-track {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F5F5F5), to(#F9F9F9));
  background-image: -webkit-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: -o-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F9F9F9',GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  cursor: pointer;
}

.slider-selection {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #F9F9F9, #F5F5F5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F9F9F9), to(#F5F5F5));
  background-image: -webkit-linear-gradient(top, #F9F9F9, #F5F5F5);
  background-image: -o-linear-gradient(top, #F9F9F9, #F5F5F5);
  background-image: linear-gradient(to bottom, #F9F9F9, #F5F5F5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#F5F5F5',GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
}

.slider-selection.tick-slider-selection {
  background-color: #46c1fe;
  background-image: -moz-linear-gradient(top, #52c5ff, #3abcfd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#52c5ff), to(#3abcfd));
  background-image: -webkit-linear-gradient(top, #52c5ff, #3abcfd);
  background-image: -o-linear-gradient(top, #52c5ff, #3abcfd);
  background-image: linear-gradient(to bottom, #52c5ff, #3abcfd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52c5ff', endColorstr='#3abcfd',GradientType=0);
}

.slider-track-low, .slider-track-high {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  background: transparent;
}

.slider-handle {
  background-color: #0478b2;
  background-image: -moz-linear-gradient(top, #0480BE, #036fa5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0480BE), to(#036fa5));
  background-image: -webkit-linear-gradient(top, #0480BE, #036fa5);
  background-image: -o-linear-gradient(top, #0480BE, #036fa5);
  background-image: linear-gradient(to bottom, #0480BE, #036fa5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0480BE', endColorstr='#036fa5',GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #0480BE;
  border: 0px solid transparent;
}

.slider-handle:hover {
  cursor: pointer;
}

.slider-handle.round {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.slider-handle.triangle {
  background: transparent none;
}

.slider-handle.custom {
  background: transparent none;
}

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

.slider-tick {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F5F5F5), to(#F9F9F9));
  background-image: -webkit-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: -o-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F9F9F9',GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}

.slider-tick.round {
  border-radius: 50%;
}

.slider-tick.triangle {
  background: transparent none;
}

.slider-tick.custom {
  background: transparent none;
}

.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

.slider-tick.in-selection {
  background-color: #46c1fe;
  background-image: -moz-linear-gradient(top, #52c5ff, #3abcfd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#52c5ff), to(#3abcfd));
  background-image: -webkit-linear-gradient(top, #52c5ff, #3abcfd);
  background-image: -o-linear-gradient(top, #52c5ff, #3abcfd);
  background-image: linear-gradient(to bottom, #52c5ff, #3abcfd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52c5ff', endColorstr='#3abcfd',GradientType=0);
  opacity: 1;
}

/*# sourceMappingURL=bootstrap-slider.css.map */
html::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}
html::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #efefef
}
html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #b6b7b7
}
#screener-container {
    --itemHoverColor: #ffdead;
    --itemActiveColor: #fff3d0;
    position: relative;
}

.screener-loading {
    z-index: 1050;
    background-color: #e1edff0f;
    position: fixed;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    right: -12px;
}
.vst {
    display: flex;
}
/*-----*/
/* CREENNER TOOLTIP */
.screener-tooltip {    
    position: relative;
}
    .screener-tooltip::before {
        content: attr(data-tooltip);
        position: absolute;
        /* vertically center */
        top: 0%;
        left: 0%;
        transform: translate(-10%, -100%);
        /* move to top */
        margin-top: -10px;
        /*basic style*/
        padding: 5px 10px;
        background-color: #335295;
        border-radius: 5px;
        color: #fff;
        text-align: center;
        white-space: nowrap;
    }
    .screener-tooltip::after {
        content: " ";
        position: absolute;
        top: 0px;
        margin-top: -10px;
        border-width: 6px;
        border-style: solid;
        border-color: #335295 transparent transparent transparent;
    }
    .screener-tooltip:before, .screener-tooltip:after {
        visibility: hidden;
        pointer-events: none;
        z-index: 5000;
    }
    .screener-tooltip:hover::before, .screener-tooltip:hover::after {
        visibility: visible;
    }
.screener-popup__icon-wrapper .screener-tooltip::before {
    transform: translate(-103%, -100%) !important;
    margin-top: 27px !important;
    left: -6px !important;
}
.screener-popup__icon-wrapper .screener-tooltip::after {
    top: 17px;
    left: -10px;
    border-color: transparent transparent transparent #335295;
}
.screener-dropdown__columns-checkbox-label .screener-tooltip::before {
    width: 250px;
    white-space: normal;
    left: -200px;
    top: -4px;
}
.screener-dropdown__columns-checkbox-label .screener-tooltip::after {
    left: 0px;
    top: -4px;
}
.screener-dropdown__columns-lock-label .screener-tooltip::before {
    width: 250px;
    white-space: normal;
    left: -200px;
    top: -4px;
}
.screener-dropdown__columns-lock-label .screener-tooltip::after {
    left: 0px;
    top: -4px;
}
.screener-tooltip--spacing-top {
    font-weight: 200;
    display: initial;
}
    .screener-tooltip--spacing-top::before {
        margin-top: -17px;
    }
    .screener-tooltip--spacing-top::after {
        margin-top: -17px;
        left: 20px;
    }

/*-----*/
/* SCREENER TOOLBAR */
.screener-toolbar {
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    padding: 5px 0px;
    padding-top: 8px;
    width: 100%;
    background-color: #fff;
}
.screener-toolbar--fixed {
    position: fixed;
    /*top: 38px;*/
    z-index: 10;
}
.screener-toolbar__button-wrap {
    position: relative;
}
.screener-toolbar__button {
    cursor: pointer;
    border: 1px solid #b1b2b3;
    border-radius: 2px;
    color: #3c3a3a;
    padding: 5px 10px;
    margin: 2px 0px;
    box-sizing: border-box;
    display: inline-block;
    white-space: nowrap;
    margin-top: 3px;
}
    .screener-toolbar__button:hover {
        background-color: #fff2d7;
    }
.screener-toolbar__button--margin-left {
    margin-left: 10px;
}
.screener-toolbar__button--spacing-right {
    margin-right: 10px;
}
.screener-toolbar__button--option {
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.screener-toolbar__button--arrow-down {
    padding-right: 22px;
    position: relative;
}
    .screener-toolbar__button--arrow-down:before {
        border: 4px solid #0000;
        border-top-color: #51585e;
        content: "";
        margin-left: 0;
        margin-top: -4px;
        position: absolute;
        right: 6px;
        top: 55%;
    }
.screener-toolbar__button--filter {
    background-color: #0777d9;
    color: #fff;
    padding: 6px 15px;
    border: none;
}
    .screener-toolbar__button--filter:hover {
        background-color: #0772cf;
    }
.screener-toolbar__quick-mode {
    display: flex;
    align-items: center;
    flex-grow: 1;
    margin-top: 3px;
}
.screener-toolbar__quick-mode-item {
    padding: 4px 12px;
    background-color: #fafaff;
    border-radius: 3px;
    margin-right: 10px;
    white-space: nowrap;
    cursor: pointer;
}
    .screener-toolbar__quick-mode-item:not(.screener-toolbar__quick-mode-item--active):hover {
        background-color: #e5f3ff;
    }
.screener-toolbar__quick-mode-item--active {
    background-color: #818ea9;
    color: #fff;
}
.screener-toolbar__quick-mode-more-wrap {
    position: relative;
}
.screener-toolbar__quick-mode-more {
    height: 25px;
    width: 25px;
    margin-right: 0px;
    display: block;
    background-color: #f2f9ff;    
}
    .screener-toolbar__quick-mode-more:after {
        border: 4px solid #0000;
        border-top-color: #758696;
        content: "";
        margin-left: -3px;
        margin-top: -4px;
        position: absolute;
        top: 55%;
    }
.screener-toolbar__filter-count-wrap {
    position: relative;
}
.screener-toolbar__filter-count {
    position: absolute;
    border-radius: 12px;
    border: 2px solid #fff;
    background-color: #1390fd;
    color: #fff;
    bottom: 20px;
    right: -10px;
    width: 23px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
}
.screener-toolbar__button-period-text {
    display: block;
}
.screener-toolbar__button-period-ico {
    display: none;
}
.screener-toolbar__button-show-hide {
    display: block;
}
/* ----- */
/* SCREEN DROPDOWN */
.screener-dropdown {
    width: 250px;
    position: absolute;
    left: -2px;
    top: -1px;
    background-color: #fff;
    border-radius: 3px;
    z-index: 10;
    box-shadow: 1px 3px 5px #0c0b0b59;
}
.screener-dropdown--large-width {
    width: 300px;
}
.screener-dropdown--small-left {
    left: -50px;
}
.screener-dropdown--large-left {
    left: -125px;
}
.screener-dropdown--right {
    left: auto;
    right: 0px;
}
.screener-dropdown--favorite {
    left: auto;
    right: -15px;
}
.screener-dropdown--period {
    left: -50px;
    width: 170px;
}
.screener-dropdown__search-wrap {
    padding: 15px 0px 5px;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
}
.screener-dropdown__search-input {
    width: 100%;
    padding: 5px 15px;
    border: none;
    outline: none;
}
.screener-dropdown__search-clear {
    position: absolute;
    right: 10px;
    top: 20px;
    color: #909091;
    display: none;
}
.screener-dropdown__body {
    position: relative;
    top: 0px;
    padding: 10px 0px;
    max-height: 400px;
    overflow-y: auto;
}
    .screener-dropdown__body::-webkit-scrollbar {
        width: 8px;
        height: 5px;
    }
    .screener-dropdown__body::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #efefef
    }
    .screener-dropdown__body::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #b6b7b7
    }
.screener-dropdown__box {
    margin-top: 3px;
}
.screener-dropdown__box-title {
    padding: 5px;
    font-weight: bold;
    font-size: 13px;
    pointer-events: none;
    user-select: none;
}
/* Dropdown Item */
    .screener-dropdown__item {
    padding: 7px 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    .screener-dropdown__item:not(.screener-dropdown__item--active):hover {
        background-color: var(--itemHoverColor);
    }
    .screener-dropdown__item:hover .screener-dropdown__item-edit,
    .screener-dropdown__item:hover .screener-dropdown__item-delete,
    .screener-dropdown__item:hover .screener-dropdown__item-not-favorite,
    .screener-dropdown__item:hover .screener-dropdown__item-watch-list,
    .screener-dropdown__item:hover .screener-dropdown__item-alert {
        display: inline;
    }
.screener-dropdown__item--active {
    background-color: var(--itemActiveColor);
}
.screener-dropdown__item--border {
    border-bottom: 1px solid #e5e5e5;
}
.screener-dropdown__item--spacing-left {
    padding-left: 25px !important;
}
.screener-dropdown__item-text {
    width: 90%;
    font-weight: 200;
    cursor:pointer;
    margin-bottom: 0px;
}
.screener-dropdown__item-column-text {
    width: 80%;
    font-weight: 200;
    cursor: pointer;
    margin-bottom: 0px;
}
.screener-dropdown__item-edit {
    display: none;
    position: absolute;
    right: 65px;
    font-size: 15px;
    color: #50504b;
}
    .screener-dropdown__item-edit:hover {
        color: #262623;
    }
.screener-dropdown__item-delete {
    display: none;
    position: absolute;
    right: 40px;
    font-size: 15px;
    color: #50504b;
}
    .screener-dropdown__item-delete:hover {
        color: #262623;
    }
.screener-dropdown__item-favorite {
    display: none;
    color: #f9d62c;
    position: absolute;
    right: 15px;
    font-size: 15px;
}
    .screener-dropdown__item-favorite:hover {
        color: #f9b51d;
    }
.screener-dropdown__item-not-favorite {
    display: none;
    color: #828b8b;
    position: absolute;
    right: 15px;
    font-size: 15px;
}
    .screener-dropdown__item-not-favorite:hover {
        color: #2b3030;
    }
.screener-dropdown__item-reorder {
    display: none;
    color: #50504b;
    position: absolute;
    right: 15px;
    font-size: 15px;
}
    .screener-dropdown__item-reorder:hover {
        color: #828b8b;
    }
.screener-dropdown__item-watch-list {
    display: none;
    color: #50504b;
    position: absolute;
    top: 8px;
    right: 14px;
    font-size: 14px;
}
.screener-dropdown__item-watch-list--right {
    right: 15px;
}
    .screener-dropdown__item-watch-list:hover {
        color: #828b8b;
    }
.screener-dropdown__item-alert {
    display: none;
    color: #50504b;
    position: absolute;
    left: 5px;
    font-size: 12px;
    margin-top: 2px;
}
    .screener-dropdown__item-alert:hover {
        color: #828b8b;
    }
/* Dropdown columns item */
.screener-dropdown__columns-group {}
.screener-dropdown__columns-group--minus-top {
    margin-top: -10px;
}
.screener-dropdown__columns-group-info {
    padding: 7px 10px;
    font-weight: bold;
    background-color: #f0f8ff;
    cursor: default;
}
.screener-dropdown__columns-group-btn-arrow {
    display: block;
    float: right;
    cursor: pointer;
    width: 15px;
    height: 15px;
    color: #075da9;
    font-size: 19px;
    margin-top: -3px;
}
    .screener-dropdown__columns-group-btn-arrow:hover {
        color: #0777d9;
    }
.screener-dropdown__columns-item {
}
.screener-dropdown__columns-item--lock {
    cursor: default !important;
}
.screener-dropdown__columns-checkbox-input {
    display: inline-block;
}
    .screener-dropdown__columns-checkbox-input:hover {
        border: 1px solid #0777d9;
        box-shadow: 1px 1px 6px rgb(33 153 239 / 80%);
    }
.screener-dropdown__columns-checkbox-label {
    display: inline-block;
    margin-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.screener-dropdown__columns-lock {
    display: inline-block;
    color: #994633;
    cursor: default;
    margin-left: 10px;
}
.screener-dropdown__columns-lock-label {
    display: inline-block;
    margin-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: default;
}
/* Dropdown ratio*/
.screener-dropdown__radio {
    display: inline-block;
    position: relative;
}
.screener-dropdown__radio-input {}
.screener-dropdown__radio-label {
    display: inline-block;
    margin-left: 10px;
}
/* ----- */
/* STICKY HEADER */
.sticky-header {
    display: flex;
    flex-wrap: nowrap;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
.sticky-header__table {
    width: 100%;
    background-color: #fff;
}
.sticky-header__table-fixed {
    table-layout: fixed;
}
.sticky-header__table-thead {
    /*position: absolute;*/
}
.sticky-header__table-row {
    height: 50px;
    border-bottom: 1px solid #e7e7e7;
    background-color: #f3f3f3;
}
.screener-col-0 {}
.screener-col-1 {}
.screener-column-dragging {
    background-color: #dbeeff;
}
.sticky-header__table-th {
    min-width: 90px;
    border-left: 1px solid #d7d7d7;
    text-align: center;
    font-weight: normal;
    padding: 3px 10px;
    user-select: none;
}
.sticky-header__table-th--in-filter {
    color: #116fe5;
    font-weight: 400;
}
.sticky-header__table-th--number-order {
    width: 40px;
    max-width: 40px;
    border-left: none;
    z-index: 5;
    position: sticky !important;
    left: 0px;
    background-color: inherit;
    top: -1px;
    border-bottom: 1px solid #e7e7e7 !important;
}
.sticky-header__table-th:last-child {
    /*padding-right: 40px;*/
}
.sticky-header__table-th--fixed-width {
    min-width: 300px;
    position: sticky !important;
    left: 40px;
    z-index: 5;
    background-color: inherit;
    border-left: 1px solid #d7d7d7 !important;
    border-bottom: 1px solid #e7e7e7 !important;
    top: -1px;
}
.sticky-header__head-wrap {
    display: flex;
    flex-direction: row;
}
.sticky-header__title-wrap {
    min-width: 70px;
    margin-top: 4px;
    text-align: left;
    margin-left: 15px;
}
.sticky-header__title-text {}
.sticky-header__count-text {
    font-size: 12px;
    color: #1464b7;
}
.sticky-header__search-wrap {
    position: relative;    
    margin-top: 5px;
}
.sticky-header__search-input {
    width: 100%;
    outline: none;
    border: 1px solid #e3e3e3;
    height: 35px;
    padding-left: 30px;
    color: #545454;
    border-radius: 5px;
}
    .sticky-header__search-input:focus {
        border: 1px solid #0777d9;
        box-shadow: 1px 1px 6px rgb(33 153 239 / 39%);
    }
.sticky-header__search-icon {
    position: absolute;
    top: 7px;
    left: 10px;
    color: #767675;
}
.sticky-header__fields-button-wrap {
    /*position: relative;*/
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.sticky-header__fields-button {
    /*position: absolute;
    top: 0px;
    right: 0px;*/
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 51px;
    color: #6b6d6e;
    border-bottom: 1px solid #efefef;
    background-color: #fbfbfb;
}
.sticky-header__fields-button:hover {
    background-color: #f1f1f1;
}

/* ----- */
/* DATA CONTENT */
.data-content {
    /*overflow-x: auto;
    overflow-y: hidden;
    min-height: 450px;
    user-select: none;
    position: relative;*/
}
    .data-content::-webkit-scrollbar {
        height: 7px;
    }
    .data-content::-webkit-scrollbar-track {
        border-radius: 15px;
        background-color: #efefef;
    }
    .data-content::-webkit-scrollbar-thumb {
        border-radius: 15px;
        background-color: #e3e3e3;
    }
.data-content-table {
    width: 100%;
    /*height: 100%;*/
}
.data-content-table--fixed {
    table-layout: fixed;
}
.data-content-table__tbody {

}
.data-content-table__tbody--spacing-top {
    display: block;
    margin-top: 110px;
}
.data-content-table__row {
    height: 40px;
    background-color: #fff;
    user-select: none;
}
    .data-content-table__row:hover {
        background-color: var(--itemHoverColor);
    }
.data-content-table__row--selected {
    background-color: var(--itemActiveColor);
}
.data-content-table__cell {
    min-width: 90px;
    text-align: right;
    padding: 0px 10px;
    /*border-left: 1px solid #efefef;*/
    border-bottom: 1px solid #efefef;
}
.data-content-table__cell--left {
    text-align: left;    
    white-space: nowrap;
}
.data-content-table__cell--center {
    text-align: center;
    white-space: nowrap;
}

.data-content-table__cell:last-child {
    /*padding-right: 40px;*/
}
.data-content-table__cell--fix-width {
    min-width: 300px;
    text-align: left;
    padding: 3px 5px;
    position: sticky !important;    
    left: 40px;
    top: -1px;
    background-color: inherit;
}
.data-content-table__cell--number-order {
    width: 40px;
    max-width: 40px;
    text-align: center;
    position: sticky !important;
    left: 0px;
    background-color: inherit;
    top: -1px;
}
.data-content-table__cell-value {
}
.data-content-table__cell-value--green {
    color: #008000;
}
.data-content-table__cell-value--red {
    color: #ff0000;
}
.data-content-table__cell-value--yellow {
    color: #ffa60c;
}
.data-content-table__cell-value--ceil {
    color: #c900ca;
}
.data-content-table__cell-value--floor {
    color: #1e90ff;
}
.data-content-table__cell-ico {
    font-size: 9px;
}
.data-content-table__cell-ico--green {
    /*color: #328311;*/
    color: #10a313;
    font-weight: 400;
    font-size: 13px;
}
.data-content-table__cell-ico--red {
    /*color: #df3220;*/
    color: #e4182b;
}
.data-content-table__symbol-wrap {
}
.data-content-table__symbol {
    text-decoration: none;
    color: #0c74cf;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
.data-content-table__symbol-desc {
    display: block;
    font-size: 11px;    
    text-transform: uppercase;
    color: #646464;
}
.data-content-table__symbol-exchange {
    font-size: 11px;
    text-transform: uppercase;
    color: #424242;
    /*font-weight: bold;*/
}
.data-content__empty-data-swap {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
    padding: 10px 0px;
}
.data-content__empty-data-swap i {
    font-size: 45px;
}
.data-content__empty-data-description {
    padding: 10px 10px;
    font-size: 16px;
}
.div-layout-tool {
    margin: 0;
    width: 100% !important;
}
.tick-change {
    position: absolute;
    top: 0px;
    margin-left: 2px;
    color: #d11515;
    font-weight: bold;
}
@media only screen and (min-width: 300px) and (max-width: 363px){
    .screener-dropdown--period {
        left: 0px !important;
        right: auto !important;
    }
}

@media only screen and (max-width: 480px) {
    .screener-toolbar__quick-mode {
        flex-grow: 0;
        margin-right: 5px;
    }

    .screener-toolbar__quick-mode-item:not(.screener-toolbar__quick-mode-more) {
        display: none;
    }

    .screener-toolbar__button-period-text {
        display: none;
    }

    .screener-toolbar__button-period-ico {
        display: block;
    }

    .screener-toolbar__button-show-hide {
        display: none;
    }

    .screener-dropdown--right {
        left: 3px;
        right: auto;
    }
    .screener-dropdown--favorite {
        left: -115px;
        right: auto;
    }
    .screener-toolbar__button--spacing-right {
        margin-right: 5px;
    }
    .screener-dropdown--period {
        left: auto;
        right: 0px;
    }
    .screener-col-0 {
        width: 40px !important;
    }

    .screener-col-1 {
        width: 70px !important;
    }
    .screener-col-2 {
        width: 90px !important;
    }
    .screener-col-3 {
        width: 90px !important;
    }
    .screener-col-4 {
        width: 90px !important;
    }
    .sticky-header__title-wrap {
        min-width: 70px;
        width: 70px;
        margin-left: 0px;
    }
    .sticky-header__search-wrap{
        display: none;
    }
    .data-content-table__symbol-desc {
        display: none;
    }
    .hidden-mobile {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .screener-toolbar__button-period-text {
        display: none;
    }
    .screener-toolbar__button-period-ico {
        display: block;
    }
    .screener-toolbar__button-show-hide {
        display: none;
    }
    .screener-toolbar__quick-mode {
        flex-grow: 1;
        margin-right: 5px;
    }
    .screener-toolbar__quick-mode-item:not(.screener-toolbar__quick-mode-more) {
        display: none;
    }
    .screener-dropdown--right {
        left: 0px;
        right: auto;
    }
    .screener-toolbar__button--spacing-right {
        margin-right: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .screener-toolbar__quick-mode {        
        margin-right: 5px;
    }
    .screener-toolbar__quick-mode-item:not(.screener-toolbar__quick-mode-more) {
        display: none;
    }
    .screener-toolbar__button--spacing-right {
        margin-right: 5px;
    }
    .screener-dropdown--right {
        left: auto;
        right: 5px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .screener-toolbar__quick-mode-item {
        display: none;
    }

    .screener-toolbar__quick-mode-item:nth-of-type(1),
    .screener-toolbar__quick-mode-item:nth-of-type(2) {
        display: block;
    }
    .screener-toolbar__button--spacing-right {
        margin-right: 5px;
    }
}

@media only screen and (min-width: 1200px) {
}

.data-wrapper-scroll, .data-wrapper-scroll-mobile, .data-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
}
.data-wrapper-scroll, .data-wrapper-scroll-mobile {
    height: 6px;
    background-color: #fff;
}
.data-content-scroll, .data-content-scroll-mobile {
    width: 100%;
    height: 5px;
}
.data-content {
    width: 100%;
    position: relative;
}
::-webkit-scrollbar {
    height: 5px;
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background-color: #b6b7b7;
    outline: 1px solid #b6b7b7;
}
@media only screen and (min-width: 481px) {
    .hidden-desktop {
        display: none;
    }
}

.container {
    width: 90%;
}

@media screen and (max-width: 1440px) {
    .container {
        width: 95%;
    }
}

@media screen and (max-width: 1366px) {
    .container:not(.page-header-content > .container) {
        width: 100%;
    }
}

.screener-tooltip--right::before {
    left: inherit;
    right: 0;
    transform: translate(0, -100%);
}

.screener-tooltip--right::after {
    left: 50%;
    transform: translateX(-50%);
}
/*::-webkit-scrollbar {
    width: 8px;
}*/
button[disabled], input[disabled], select[disabled] {
    cursor: not-allowed !important;
}
.m-r-10 {
    margin-right: 10px;
}

.screener-popup {
    display: none;
    overflow: hidden !important;
    position: fixed;
    z-index: 1041;
    outline: 0;
    width: calc(100% - 15px);
    user-select: none;
}

.screener-popup__content {
    width: 90%;
    padding: 10px 0px;
    border-radius: 0;
}

.screener-popup__tab {
    font-size: 14px;
}

.screen-popup__filter-count {
    position: absolute;
    border-radius: 10px;
    border: 2px solid #fff;
    background-color: #1390fd;
    color: #fff;
    bottom: 20px;
    right: -6px;
    width: 19px;
    height: 19px;
    line-height: 15px;
    text-align: center;
    font-size: 11px;
}

.screener-popup__control-chart {
    border-bottom: solid 1px #ccc;
    box-shadow: 2px 2px 4px -2px #1e2020;
}

.screener-popup__control-chart_input {
    border: none;
    -webkit-box-shadow: none;
}

    .screener-popup__control-chart_input:focus {
        border: none;
        box-shadow: none;
        outline: none;
    }

.screener-popup__control-chart_button {
    border: none;
    padding: 10px;
    color: #0777d9;
}

    .screener-popup__control-chart_button:hover {
        background-color: #fff;
        color: #369df9;
    }

.screener-popup__control-chart_input-form, .icon-tooltip {
    position: relative;
}

.screener-popup__control-chart_input {
    padding-left: 35px !important;
    padding-top: 14px !important;
    color: #2e2c2c;
    font-size: 15px;
}

.screener-popup__control-icon {
    position: absolute;
    left: 20px;
    top: 4px;
    color: #6a6868;
    font-size: 17px;
}
.screener-popup__nav-wrapper {
    cursor: grab;
}
.screener-popup__nav-wrapper:active {
    cursor: grabbing;
}
    .screener-popup__nav-wrapper::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }

    .screener-popup__nav-wrapper::-webkit-scrollbar-track {        
        background-color: #efefef
    }

    .screener-popup__nav-wrapper::-webkit-scrollbar-thumb {
        background-color: #b6b7b7;
    }
.screener-popup__nav-pills {
    padding-right: 0px;
    padding-left: 0px;
}

    .screener-popup__nav-pills div {
        float: left;
        padding: 10px;
        position: relative;
        cursor: pointer;
    }

        .screener-popup__nav-pills div.active {
            border-bottom: solid 3px #0777d9;
        }

        .screener-popup__nav-pills div a:hover {
            text-decoration: none !important;
            /*border-bottom: solid 3px #0777d9;*/
        }

.screener-popup__content-screener {
    position: relative;
}

.screener-popup__content-screener-title {
    font-size: 14px;
    margin: 0;
    padding: 10px 15px;
    font-weight: bold;
    background-color: #0c65ab;
    color: white;
}

.screener-popup__tab-content {
    padding: 0px;
}

.screener-popup__content-screener-detail {
    margin: 0px 10px;
}

.screener-popup__item-fiel {
    padding: 10px;
    height: 55px;
}

.in-filter .screener-popup__item-fiel {
    background-color: #e1f5fe;
    position: relative;
}

.screener-popup__content-screener {
    overflow-y: auto;
    max-height: 500px;
    overflow-x: hidden;
}

    .screener-popup__content-screener::-webkit-scrollbar {
        width: 10px;
    }

    .screener-popup__content-screener::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #efefef;
    }

    .screener-popup__content-screener::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #b6b7b7;
    }

.screener-popup__filter-field-title {
    box-sizing: border-box;
    margin-bottom: 5px;
}

.screener-popup__select {
    border: none;
}

    .screener-popup__select .dropdown-menu > .active > a, .screener-popup__select .dropdown-menu > .active > a:hover, .screener-popup__select .dropdown-menu > .active > a:focus {
        background-color: #0777d9 !important;
        color: white !important;
    }

        .screener-popup__select .dropdown-menu > .active > a > span, .screener-popup__select .dropdown-menu > .active > a:hover > span, .screener-popup__select .dropdown-menu > .active > a:focus > span {
            color: white !important;
        }

    .screener-popup__select.selectpicker {
        display: none;
    }

    .screener-popup__select button {
        border: none;
        width: 120px !important;
        padding: 0px 0px 0px 5px;
        background-color: transparent;
    }

        .screener-popup__select button:hover, .screener-popup__select button:focus {
            color: #333 !important;
            background-color: #fff !important;
            border-color: none !important;
        }

button.screener-popup__button-undor-sector {
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: none;
    position: absolute;
    right: 5px;
    z-index: 9999;
    top: 14px;
}

    button.screener-popup__button-undor-sector.show {
        display: block !important;
        top: 15px;
    }

    button.screener-popup__button-undor-sector i {
        color: #0777d9;
    }

.screener-popup__input {
    background-color: #fff;
    border: 1px solid #d1d4dc;
    border-radius: 2px;
    color: #434651;
    font-size: 12px !important;
    height: 32px;
    padding: 0 6px;
    width: 100%;
    outline: none;
}
    .screener-popup__input:focus {
        border: 1px solid #0777d9;
        box-shadow: 1px 1px 6px rgb(33 153 239 / 39%);
    }
.screener-popup__checkbox {
    margin-top: 10px !important;
    transform: scale(1.3);
}
.screener-popup__checkbox:hover {
    border: 1px solid #0777d9;
    box-shadow: 1px 1px 6px rgb(33 153 239 / 60%);
}
.screener-popup__input-range {
    position: absolute;
}

.screener-popup__control-button-extend {
    top: 5px;
    left: 200px;
    position: absolute;
}

.screener-popup__title {
    position: relative;
}
.screener-popup__icon-wrapper {
    position: absolute;
    right: 5px;
    top: 0px;
    z-index: 5;
}

.screener-popup__icon-x {
    font-size: 15px;
    color: #ffffff !important;
    background-color: #adb0b7;
    top: 5px;
    right: 0px;
    padding: 3px 8px;
    border-radius: 50%;
    text-align: center;
}

    .screener-popup__icon-x:hover {
        font-weight: 700;
        text-decoration: none;
        cursor: pointer;
    }

    .screener-popup__icon-x:before {
        font-weight: 200;
        font-size: 12px;
    }

.screener-popup_row .dropdown-menu {
    right: 0px !important;
    left: unset !important;
    max-width: 200px;
    top: 20px;
}

.screener-popup_row .bootstrap-select > .dropdown-toggle {
    padding-right: 0px !important;
}

.screener-popup_row {
    border-bottom: solid 1px #f0f3fa;
    border-right: solid 1px #f0f3fa;
}

    .screener-popup_row.in-filter {
        border-bottom: solid 1px #fff;
        border-right: solid 1px #fff;
    }
    .screener-popup_row .slider-horizontal:nth-of-type(2) {
        display: none;
    }
.screener-popup_group {
    border-top: 1px solid #f0f3fa;
    background-color: #e7eaed;
}

    .screener-popup_group .detail-name {
        padding: 5px;
        position: relative;
        border-bottom: solid 1px #f0f3fa;
    }

.between-space {
    padding: 10px 10px;
}

.screener-popup__content select:focus {
    outline: none;
    outline-width: 0;
}

.slider-range {
    margin: 10px 12px;
}

.screener-dropdown__item--link, .js-toolbar-button {
    cursor: pointer;
}

.screener-dropdown__group-info, .screener-dropdown__type-info {
    padding: 0 20px;
}

.slider.slider-horizontal {
    width: 100%;
    top: 5px;
}

    .slider.slider-horizontal .slider-track {
        height: 3px;
        margin-top: -2px;
    }

.slider-handle {
    top: 5px;
    width: 10px;
    height: 10px;
    background-color: #2962ff !important;
    background-image: linear-gradient(to bottom, #2962ff, #2962ff);
}

.slider-selection {
    background-color: #2962ff;
    background-image: linear-gradient(to bottom, #2962ff, #2962ff);
}

.screener-dropdown {
    /*top: 30px;*/
}

.screener-dropdown--right {
    /*right: 10px;*/
}

.screener-dropdown__item {
    position: relative;
    cursor: pointer;
}

.screener-dropdown__item-not-favorite {
    display: block;
    top: 7px;
}

.screener-dropdown__item-favorite {
    display: block;
    top: 7px;
}

.screener-toolbar__quick-mode .screener-toolbar__quick-mode-item--active:hover {
    color: white;
}

.screener-dropdown__body .screener-toolbar__quick-mode-item--active:hover {
    color: #818ea9;
}

.screener-popup__select {
    background-color: transparent;
}

.sticky-header__table thead tr th.allowSort {
    cursor: pointer;
    position: relative;
}
    .sticky-header__table thead tr th.allowSort:hover {
        background-color: #fbfdff;
    }

.sticky-header__table thead tr th.sorting {
    border-bottom: 2px solid #2562bf;
}
.sticky-header__table thead tr th.sorted-down::after, .sticky-header__table thead tr th span.sorted-down::after {
    content: " ";
    position: absolute;
    bottom: -12px;
    right: 45%;
    border-width: 5px;
    border-style: solid;
    border-color: #2562bf transparent transparent transparent;
}

.sticky-header__table thead tr th.sorted-up::after, .sticky-header__table thead tr th span.sorted-up::after {
    content: " ";
    position: absolute;
    bottom: 0px;
    right: 45%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #2562bf transparent;
}


.screener-dialog {
    z-index: 3000;
    border: solid 1px #ccc;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(139 139 139 / 60%);
}

.screener-dialog {
    width: 340px;
    position: absolute;
    left: calc(50% - 170px);
    top: 100px;
    display: none;
    background: white;
    padding: 10px;
}
.screener-dialog__title {
    margin-bottom: 10px;
    width: 100%;
    font-weight: bold;
    color: #4a4645;
}
.screener-dialog__title--draggable {
    cursor: all-scroll;
}
.screener-dialog__body {
}
.screener-dialog__body p {
    font-size: 15px;
    line-height: 25px;
}

@media only screen and (max-width: 768px) {
    .screener-popup_group .detail-name {
        padding: 5px 20px;
    }
    button.screener-popup__button-undor-sector.show, button.screener-popup__button-undor-sector {
        right: 16px;
        top: 10px;
    }
    .screener-popup__input {
        height: 20px;
    }
    .slider.slider-horizontal {
        top: 0px;
    }
}

@media only screen and (max-width: 480px) {
    .screener-popup__content-screener-detail {
        overflow: auto;
        overflow-x: hidden;
    }

    .screener-popup__content-screener {
        overflow: auto;
        height: 400px;
        overflow-x: hidden;
    }
    .screener-popup__filter-field-title {
        margin-bottom: 5px;
    }
    .screener-popup__item-fiel__control-much {
        min-height: 65px;
    }
    .screener-popup__input-range {
        top: 5px;
    }
    .screener-popup__checkbox {
        margin-top: 2px !important;
    }
    .screener-popup__content {
        width: 90%;
        overflow: hidden;
    }
    .screener-popup__select button {
        width: 100px !important;
    }
    .screener-popup__icon-x {
        top: -2px;
        right: -2px;
    }
    .screener-popup__select {
        width: 100px !important;
    }
    .screener-popup__nav-wrapper {
        overflow-x: scroll;
        width: 360px;
        padding-top: 5px;
    }
    .screener-popup__nav-pills {
        min-width: 450px;
    }
    .screener-popup__nav-pills div {
        padding: 7px;
    }
    .screener-popup__tab {
        font-size: 12px;
    }
    .screener-popup__input {
        height: 19px;
    }
    .slider.slider-horizontal {
        top: 0px;
    }
    .screener-tooltip::before {
        transform: translate(-79%, -100%);
    }
}

@media only screen and (min-width: 767px) {
    .screener-popup__content-screener {
        min-height: 500px;
        max-height: 500px;
    }
}

@media only screen and (min-width: 1200px) {
    .screener-popup__content-screener {
        min-height: 500px;
        max-height: 500px;
    }

    .screener-popup__item-fiel {
        position: relative;
    }

    .screener-popup__filter-field-title {
        position: absolute;
        top: 5px;
    }

    .screener-popup__select {
        position: absolute;
        top: 5px;
        width: 115px;
        height: 18px;
    }

    .screener-popup__input {
        top: 5px;
    }

    .screener-popup__input-range {
        top: 10px;
    }

    #screen-loading {
        position: absolute;
        left: 167px;
        top: 46px;
    }
}

@media only screen and (max-width:1344px) {
    .col-vst {
        width: 100% !important;
    }
}

@media only screen and (max-width:1024px) {
    .screener-dialog {
        width: 340px;        
        position: absolute;
        top: 70px;
        display: none;
        background: white;
        padding: 10px;
    }
}


