/* Anpassung fuer Standard-Layout cit intelliForm, eckige Ecken, Farbschema, ... */

.select2-results {
    font-size: 12px;
}

.select2-container {
    width: 423px;
}

.select2-search .select2-input {
    font-size: 12px;
}

.select2-container .select2-choice {
    height: 18px;
    line-height: 18px;
    border-radius: 0;
}

.select2-search {
    min-height: 18px;
}

.select2-search input {
    min-height: 18px;
    border: 1px solid #cdcdcd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff url('select2.png') no-repeat 100% -22px;
    background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #fff));
    background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #fff 99%);
    background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #fff 99%);
    background: url('select2.png') no-repeat 100% -22px, linear-gradient(top, #fff 85%, #fff 99%);
}

.select2-container-multi .select2-choices {
    min-height: 18px;
}

.select2-container.select2-drop-above .select2-choice {
    border-radius: 0;
    border-bottom-color: #cdcdcd;
}

.select2-drop {
    border-radius: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border: 1px solid #cdcdcd;
}

.select2-drop-auto-width {
    border-top: 1px solid #cdcdcd;
}

.select2-drop.select2-drop-above {
    border-top: 1px solid #cdcdcd;
    border-radius: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #cdcdcd;
}

.select2-drop-active {
    border: 1px solid #cdcdcd;
}

.select2-container .select2-choice .select2-arrow {
    border-left: 1px solid #cdcdcd;
    border-radius: 0;

}

.select2-container .select2-choice .select2-arrow b {
    background: url('select2.png') no-repeat 0 -2px;
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: 1px solid #cdcdcd;
    outline: none;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}

.select2-dropdown-open .select2-choice {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(top, #fff 0%, #fff 50%);

}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #cdcdcd;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px -2px;
}

a.select2-choice {
    font-weight: normal;
}
