/**
This stylesheet is for IE's CSS up to the version 9. For versions 10+, go to the section IE 10+ and Edge in Performind.css
 */

.ui-selectonemenu .ui-selectonemenu-label {
    width: auto;
}

.ui-selectonemenu.multiUserIEFix .ui-selectonemenu-label {
    width: 10px;
}

.loginInput {
    padding: 0 0 0 18px !important;
}

.forgotPasswordInput {
    padding: 0 0 0 18px !important;
}

.ui-selectcheckboxmenu-panel {
    width: 160px;
}

.descriptionSection {
    width: auto !important;
}

.fieldsetWebform {
    width: auto !important;
}

/* search checkbox align */
.ui-selectmanycheckbox.ui-widget.displayInline label {
    max-width: 70%;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 16px 0 8px;
    outline: medium none;
    z-index: 1;
    display: inline-block;
}

/* Use the displayInline class if the labels in the manyCheckBox are displayed below the icon */
.checkBox label
{
    width: auto !important;
}

.radioButtonList label
{
    width: auto !important;
    margin: 0 10px 0 10px;
}

.field-selection tbody{
    vertical-align: top;
}