﻿.RadComboBox_Standard {
    color: #333
}

    .RadComboBox_Standard .rcbInner {
        border-color: #b3b3b3;
        color: #333;
        background-color: #fff;
        border-radius: 3px
    }

    .RadComboBox_Standard .rcbActionButton {
        border-color: #b3b3b3;
        color: #333;
        background-color: #e6e6e6;
        background-image: linear-gradient(white,#e6e6e6);
        border-radius: 0 3px 3px 0
    }

    .RadComboBox_Standard .rcbHovered {
        border-color: darkgray;
        color: white;
        background-color: #3276b1;
    }

        .RadComboBox_Standard .rcbHovered .rcbActionButton {
            border-color: darkgray;
            color: #000;
            background-color: #c2c2c2;
            background-image: linear-gradient(gainsboro,#c2c2c2)
        }

    .RadComboBox_Standard .rcbFocused, .RadComboBox_Standard .rcbExpanded {
        border-color: #676666;
        color: #333;
        background-color: #fff
    }

        .RadComboBox_Standard .rcbFocused .rcbActionButton, .RadComboBox_Standard .rcbExpanded .rcbActionButton {
            border-color: #676666;
            color: #fff;
            background-color: #808080;
            background-image: linear-gradient(#9a9999,#808080)
        }

    .RadComboBox_Standard .rcbReadOnly {
        border-color: #b3b3b3;
        color: #333;
        background-color: #e6e6e6;
        background-image: linear-gradient(white,#e6e6e6)
    }

        .RadComboBox_Standard .rcbReadOnly.rcbHovered {
            border-color: darkgray;
            color: #000;
            background-color: #c2c2c2;
            background-image: linear-gradient(gainsboro,#c2c2c2)
        }

        .RadComboBox_Standard .rcbReadOnly.rcbFocused, .RadComboBox_Standard .rcbReadOnly.rcbExpanded {
            border-color: #676666;
            color: #fff;
            background-color: #808080;
            background-image: linear-gradient(#9a9999,#808080)
        }

.RadComboBox_Standard_rtl .rcbActionButton {
    border-radius: 3px 0 0 3px
}

.RadComboBoxDropDown_Standard {
    border-color: #ccc;
    color: #333;
    background-color: #fff
}

    .RadComboBoxDropDown_Standard .rcbSeparator {
        color: #333;
        background-color: #e6e6e6
    }

    .RadComboBoxDropDown_Standard .rcbHovered {
        color: white;
        background-color: #3276b1;
    }

    .RadComboBoxDropDown_Standard .rcbSelected {
        color: #fff;
        background-color: #1e4a6f;
    }

    .RadComboBoxDropDown_Standard .rcbLoading {
        color: #000;
        background-color: #c2c2c2
    }

    .RadComboBoxDropDown_Standard .rcbItem em {
        color: #000;
        background-color: #c2c2c2
    }

    .RadComboBoxDropDown_Standard .rcbCheckAllItemsHovered {
        color: #000;
        background-color: #c2c2c2
    }


.RadComboBox_Standard {
    width: 12em;
    line-height: 1.42857143;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

    .RadComboBox_Standard .rcbInner {
        padding: 1px 2em 1px 10px !important;
        border-width: 1px;
        border-style: solid;
        background-repeat: repeat-x;
        background-position: 0 0;
        display: block;
        position: relative;
    }

        .RadComboBox_Standard .rcbInner.rcbToggleButtonHidden {
            padding-right: 10px
        }

    .RadComboBox_Standard .rcbInput {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 1.42857143em;
        border: 0;
        box-shadow: none;
        outline: 0;
        color: inherit;
        background: 0;
        font: inherit;
        display: inline-block;
        -webkit-appearance: none;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis
    }

    .RadComboBox_Standard .rcbActionButton {
        padding: 1px 4px !important;
        width: 1.42857143em;
        height: 1.42857143em;
        color: inherit;
        border-width: 0 0 0 1px;
        border-style: solid;
        box-sizing: content-box;
        background-color: transparent;
        background-repeat: repeat-x;
        background-position: 0 0;
        font: inherit;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: auto;
        outline: 0
    }

        .RadComboBox_Standard .rcbActionButton::-moz-focus-inner {
            padding: 0;
            border: 0;
            outline: 0
        }

        .RadComboBox_Standard .rcbActionButton .p-icon {
            cursor: default
        }

        .RadComboBox_Standard .rcbActionButton .rcbButtonText {
            display: none
        }

        .RadComboBox_Standard .rcbActionButton:active span, .RadComboBox .rcbActionButton:focus span {
            position: relative;
            top: 0;
            left: 0
        }

    .RadComboBox_Standard .rcbDisabled {
        filter: alpha(opacity=50);
        opacity: .5
    }

    .RadComboBox_Standard .rcbReadOnly .rcbActionButton {
        border-width: 0;
        outline: 0
    }

    .RadComboBox_Standard .rcbReadOnly .rcbActionButton, .RadComboBox .rcbReadOnly.rcbHovered .rcbActionButton, .RadComboBox .rcbReadOnly.rcbFocused .rcbActionButton, .RadComboBox .rcbReadOnly.rcbExpanded .rcbActionButton {
        box-shadow: none;
        color: inherit;
        background: 0
    }

    .RadComboBox_Standard .rcbLabel {
        padding-top: 5px;
        padding-right: 10px;
        float: left;
        vertical-align: baseline
    }


/*
.RadComboBox_rtl {
    text-align: right
}

    .RadComboBox_rtl .rcbInner {
        padding-right: 10px;
        padding-left: 2em
    }

        .RadComboBox_rtl .rcbInner.rcbToggleButtonHidden {
            padding-left: 10px
        }

    .RadComboBox_rtl .rcbActionButton {
        border-right-width: 1px;
        border-left-width: 0;
        right: auto;
        left: 0
    }

    .RadComboBox_rtl .rcbLabel {
        float: right;
        padding-right: 0;
        padding-left: 10px
    }

.rcbSlide {
    display: none;
    position: absolute;
    overflow: hidden
}

.RadComboBoxDropDown {
    border-width: 1px;
    border-style: solid;
    text-align: left;
    cursor: default;
    position: relative;
    line-height: 1.42857143;
    box-sizing: border-box
}

    .RadComboBoxDropDown input[type="checkbox"] {
        margin: 3px 3px 3px 4px
    }

    .RadComboBoxDropDown.rcbAutoWidth {
        min-width: 12em
    }

        .RadComboBoxDropDown.rcbAutoWidth .rcbList {
            white-space: nowrap
        }

    .RadComboBoxDropDown .rcbItem, .RadComboBoxDropDown .rcbHovered, .RadComboBoxDropDown .rcbDisabled {
        min-height: 1.42857143em
    }

    .RadComboBoxDropDown.rcbAutoWidthResizer .rcbItem, .RadComboBoxDropDown.rcbAutoWidthResizer .rcbHovered, .RadComboBoxDropDown.rcbAutoWidthResizer .rcbDisabled {
        padding-right: 20px
    }

    .RadComboBoxDropDown .rcbScroll {
        height: 100%;
        border-color: inherit;
        position: relative;
        overflow: auto
    }

    .RadComboBoxDropDown .rcbHeader, .RadComboBoxDropDown .rcbFooter {
        padding: 4px 10px;
        border: 0 solid transparent;
        border-color: inherit
    }

    .RadComboBoxDropDown .rcbHeader {
        margin-bottom: 1px;
        border-bottom-width: 1px
    }

    .RadComboBoxDropDown .rcbFooter {
        margin-top: 1px;
        border-top-width: 1px
    }

    .RadComboBoxDropDown .rcbList {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative
    }

    .RadComboBoxDropDown li {
        line-height: inherit
    }

    .RadComboBoxDropDown .rcbItem, .RadComboBoxDropDown .rcbHovered, .RadComboBoxDropDown .rcbDisabled, .RadComboBoxDropDown .rcbLoading, .RadComboBoxDropDown .rcbCheckAllItems, .RadComboBoxDropDown .rcbCheckAllItemsHovered {
        *zoom: 1;
        padding: 4px 10px;
        background-repeat: repeat-x
    }

        .RadComboBoxDropDown .rcbItem:after, .RadComboBoxDropDown .rcbHovered:after, .RadComboBoxDropDown .rcbDisabled:after, .RadComboBoxDropDown .rcbLoading:after, .RadComboBoxDropDown .rcbCheckAllItems:after, .RadComboBoxDropDown .rcbCheckAllItemsHovered:after {
            content: "";
            height: 0;
            clear: both;
            display: block
        }

        .RadComboBoxDropDown .rcbItem > label, .RadComboBoxDropDown .rcbHovered > label, .RadComboBoxDropDown .rcbDisabled > label, .RadComboBoxDropDown .rcbLoading > label, .RadComboBoxDropDown .rcbCheckAllItems > label, .RadComboBoxDropDown .rcbCheckAllItemsHovered > label {
            margin: -4px -10px;
            padding: 4px 10px;
            font-weight: normal;
            display: block
        }

    .RadComboBoxDropDown .rcbNoWrap .rcbItem, .RadComboBoxDropDown .rcbNoWrap .rcbHovered, .RadComboBoxDropDown .rcbNoWrap .rcbDisabled, .RadComboBoxDropDown .rcbNoWrap .rcbLoading {
        white-space: nowrap
    }

    .RadComboBoxDropDown .rcbDisabled {
        cursor: default;
        filter: alpha(opacity=50);
        opacity: .5
    }

    .RadComboBoxDropDown .rcbLoading {
        text-align: center
    }

    .RadComboBoxDropDown em {
        font-style: normal;
        font-weight: bold
    }

    .RadComboBoxDropDown .rcbCheckAllItems, .RadComboBoxDropDown .rcbCheckAllItemsHovered {
        margin-bottom: 1px;
        border: 0 solid transparent;
        border-color: inherit;
        border-bottom-width: 1px
    }

    .RadComboBoxDropDown .rcbCheckBox, .RadComboBoxDropDown .rcbCheckAllItemsCheckBox {
        padding: 0;
        margin: 0;
        vertical-align: middle;
        position: relative;
        top: -1px;
        margin-right: .3em
    }

    .RadComboBoxDropDown .rcbImage {
        margin: 0 6px 2px 0;
        vertical-align: middle
    }

    .RadComboBoxDropDown .rcbMoreResults {
        margin: 1px 0 0 0;
        padding: 2px 5px;
        border: 0 solid transparent;
        border-color: inherit;
        border-top-width: 1px;
        border-style: solid;
        text-align: center;
        cursor: pointer
    }

        .RadComboBoxDropDown .rcbMoreResults a {
            color: inherit;
            display: inline-block;
            vertical-align: middle;
            overflow: hidden;
            cursor: pointer;
            text-decoration: none
        }

            .RadComboBoxDropDown .rcbMoreResults a .p-icon {
                display: inline-block
            }

    .RadComboBoxDropDown .rcbSeparator {
        margin: 5px 0 0;
        font-weight: bold
    }

    .RadComboBoxDropDown .rcbSeparatedList .rcbSeparator {
        padding-left: 5px;
        padding-right: 5px
    }

.RadComboBoxDropDown_rtl {
    text-align: right;
    direction: rtl
}

    .RadComboBoxDropDown_rtl.rcbAutoWidthResizer .rcbItem, .RadComboBoxDropDown_rtl.rcbAutoWidthResizer .rcbHovered, .RadComboBoxDropDown_rtl.rcbAutoWidthResizer .rcbDisabled {
        padding-left: 20px;
        padding-right: 10px
    }

    .RadComboBoxDropDown_rtl .rcbImage {
        margin: 0 0 2px 6px
    }

.RadComboBoxWithLabel .rcbInner {
    display: block;
    overflow: hidden
}

    */
