/*!
 * Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2016 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)*/
select.bs-select-hidden, select.selectpicker {
    display: none !important
}

.bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 5
}

.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    border: none
}

    .bootstrap-select > select.mobile-device {
        top: 0;
        left: 0;
        display: block !important;
        width: 100% !important;
        z-index: 5
    }

.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.fit-width {
    width: auto !important
}

.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%;
    box-sizing: border-box
}

    .bootstrap-select.btn-group .dropdown-menu.inner {
        position: static;
        float: none;
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0;
        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;
            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: .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;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
        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 #fff;
    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 #fff;
    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%;
    box-sizing: border-box
}

    .bs-actionsbox .btn-group button {
        width: 50%
    }

.bs-donebutton {
    float: left;
    width: 100%;
    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
}

.custom-select .btn {
    padding: 0
}

.custom-select .dropdown-menu {
    background-color: #000;
    border: solid 1px #969696;
    border-radius: 0;
    margin: 0;
    position: relative;
    padding: 0
}

    .custom-select ul.dropdown-menu, .custom-select .dropdown-menu li {
        z-index: 5
    }

.custom-select div.dropdown-menu {
    position: absolute !important;
    margin-top: -1px;
    height: auto;
    max-height: 430px !important;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-top: 10px
}

.custom-select ul.dropdown-menu {
    max-height: unset !important;
    overflow: visible !important
}

.custom-select .bootstrap-select.btn-group .dropdown-menu li a {
    background-color: #000;
    padding: 5px 20px;
    padding-left: 15px
}

@media (max-width: 736px) {
    .custom-select .bootstrap-select.btn-group .dropdown-menu li a {
        padding-left: 10px
    }
}

.custom-select .bootstrap-select.btn-group .dropdown-menu li a span.text {
    color: #dfdfdf;
    font-family: 'Lato';
    font-size: 15px
}

.custom-select .dropdown-menu > li {
    outline: unset
}

.custom-select .dropdown-menu * {
    opacity: 1;
    z-index: 90
}

.custom-select .bootstrap-select.btn-group .dropdown-menu a:focus span.text, .custom-select .bootstrap-select.btn-group .dropdown-menu li:hover a span.text, .custom-select .bootstrap-select.btn-group .dropdown-menu li:focus a span.text {
    color: #e8d495
}

.custom-select .dropdown-menu > li:focus a, .custom-select .dropdown-menu > li:hover a {
    background-color: #000;
    outline: unset
}

.ps-container {
    -ms-touch-action: none;
    touch-action: none;
    overflow: hidden !important
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .ps-container {
        overflow: auto !important
    }
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transparent
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee
}

    .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: #999
    }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee
}

    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: #686868
    }

.ps-scrollbar-y-rail {
    width: 20px
}

.ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    border-radius: 4px;
    bottom: 3px;
    height: 8px
}

    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        position: absolute;
        background-color: #aaa;
        border-radius: 4px;
        transition: background-color .2s linear;
        bottom: 0;
        height: 8px
    }

.ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    border-radius: 4px;
    right: 3px;
    width: 8px
}

    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        position: absolute;
        background-color: #686868;
        border-radius: 6px;
        transition: background-color .2s linear;
        right: 0;
        width: 8px
    }

.ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee
}

    .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
        background-color: #999
    }

.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: none
}

    .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
        background-color: none
    }

.ps-scrollbar-y-rail {
    width: 36px !important;
    background-color: #000 !important;
    right: 0 !important;
    z-index: 6;
    border-radius: 0 !important;
    display: block !important;
    height: 380px !important;
    margin-top: 26px
}

.ps-scrollbar-y {
    cursor: pointer;
    display: block !important;
    right: 12px !important;
    width: 12px !important
}

.ps-scrollbar-y-arrow-up {
    top: -26px;
    right: 0 !important;
    position: absolute;
    cursor: pointer;
    width: 25px;
    height: 26px;
    background-position: -122px -94px;
    background-image: url(/images/rd/contactus/sprite2.png);
    background-repeat: no-repeat;
    display: block;
    border: 0
}

.ps-scrollbar-y-arrow-down {
    bottom: -22px;
    right: 0 !important;
    position: absolute;
    cursor: pointer;
    width: 24px;
    height: 23px;
    background-position: -123px -122px;
    background-image: url(/images/rd/contactus/sprite2.png);
    background-repeat: no-repeat;
    display: block;
    border: 0
}

.custom-select .ps-scrollbar-x {
    display: none !important
}

.custom-select .caret {
    width: 13px;
    height: 25px;
    background-position: -122px -107px;
    background-image: url(/images/rd/contactus/sprite2.png);
    background-repeat: no-repeat;
    display: block;
    border: 0;
    margin-top: -13px !important;
    right: 12px !important
}

.custom-select a:focus, .custom-select li:focus, .custom-select button:focus, .custom-select .input:focus {
    outline: none !important;
    outline-color: transparent !important
}

.custom-select .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 85%;
    text-align: left;  
    text-overflow: ellipsis;
    vertical-align: middle
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .custom-select .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        position: absolute;
        margin: auto;
        left: 15px;
        height: 27px;
        top: 0;
        bottom: 0
    }
}

@media(max-width:736px) {
    .custom-select .bootstrap-select.btn-group .dropdown-menu li a span.text {
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .custom-select .bootstrap-select.btn-group .dropdown-menu li {
        height: 31px !important
    }

        .custom-select .bootstrap-select.btn-group .dropdown-menu li a {
            padding-right: 0;
            width: 98%;
            line-height: 21px !important
        }
}

.custom-select-multy .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.glyphicon-ok {
    position: absolute;
    display: inline-block;
    left: 13px;
    margin-top: 7px
}

.custom-select-multy .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-left: 20px;
    margin-right: 0
}

.custom-select-multy .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.check-mark.glyphicon-ok:before {
    content: "";
    width: 15px;
    height: 15px;
    background-position: -177px -115px;
    background-image: url(/images/rd/dsearch/spritesheet-2016-04-04.png);
    background-repeat: no-repeat;
    display: block
}

.webp-support .custom-select-multy .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.check-mark.glyphicon-ok:before {
    background-image: url(/images/rd/dsearch/spritesheet-2016-04-04.webp)
}

.custom-select-multy .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark.glyphicon-ok:before {
    content: "";
    width: 15px;
    height: 15px;
    background-position: -53px -57px;
    background-image: url(/images/rd/dsearch/spritesheet-2016-04-04.png);
    background-repeat: no-repeat;
    display: block
}

.webp-support .custom-select-multy .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark.glyphicon-ok:before {
    background-image: url(/images/rd/dsearch/spritesheet-2016-04-04.webp)
}

.custom-select li.disabled, .custom-select li.disabled a {
    cursor: default !important
}

    .custom-select li.disabled .text {
        color: gray !important
    }

.custom-select select {
    overflow: hidden
}

.custom-select-multy .bootstrap-select.btn-group .dropdown-menu li a span.text {
    width: 87%;
    overflow: hidden;
    text-overflow: ellipsis
}

.custom-select .bootstrap-select.btn-group .dropdown-menu li {
    height: 30px !important
}
