/*
	overwrite values, set by common admin styles
	default admin styling
*/

/* --- overwrites --- */
form .select2 span {
    color: #000000;
    padding-top: 0px;
}

/* --- admin styling --- */
.select2-container .select2-choice {
    border-radius: 0px;

    background-color: #ffffff;
    background-image: url("../../../../images/admin/main/input_bkg.gif");
    background-repeat: repeat-x;
    border-color: #92806d #dacfc3 #dacfc3 #92806d;
    border-image: none;
    border-style: solid;
    border-width: 1px;
}
.select2-container .select2-choice .select2-arrow {
    border-radius: 0px;
}
.select2-drop.select2-drop-above {
    border-radius: 0px;
    border-color: #92806d #dacfc3 #dacfc3 #92806d;
    border-image: none;
    border-style: solid;
    border-width: 1px;
}
.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #92806d;
}
.select2-drop-active {
    border-radius: 0px;
    border-left: 1px solid #92806d;
    border-right: 1px solid #dacfc3;
    border-bottom: 1px solid #dacfc3;
}
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    border-radius: 0px;
    border-top: 1px solid #92806d;
    border-left: 1px solid #92806d;
    border-right: 1px solid #dacfc3;
    border-bottom: 1px solid #dacfc3;
}
.select2-results li {
	float: none;
}