.ui-multiselect {
    width: 100% !important;
    padding: 2px 0 2px 4px;
    text-align: left;
    background: #fff;
    border: 2px solid #717171;
}


.ui-multiselect-arrow-down:after {
    position: absolute;
    display: block;
    right: 6px;
    top: 7px;
    content: "";
    width: 15px;
    height: 14px;
    background: url(/media/img2/sprite.png);
    background-position: -197px 4px;    
}

.ui-multiselect-arrow-up:after {
    position: absolute;
    display: block;
    right: 6px;
    top: 7px;
    content: "";
    width: 15px;
    height: 14px;
    background: url(/media/img2/sprite.png);
    background-position: -247px 4px;    
}

.ui-multiselect span {
    color: #000;
}

.ui-multiselect span.ui-icon {
    float: right;
}

.ui-multiselect-single .ui-multiselect-checkboxes input {
    position: absolute !important;
    top: auto !important;
    left: -9999px;
}

.ui-multiselect-single .ui-multiselect-checkboxes label {
    padding: 5px !important;
}

.ui-multiselect-header {
    position: absolute;
    width: 100%;
    height: 97px;
    bottom: -74px;
    background: #fff;    
    border: 2px solid #717171;
    border-top: none;
}

.ui-multiselect-header ul {
    font-size: 0.9em;
}

.ui-multiselect-header .ui-helper-reset li {
    display: inline-block;
    width: 80px;
}

.ui-multiselect-header .ui-helper-reset li + li {
    margin-top: 10px;
    text-align: center;
    float: right;
}

.ui-multiselect-header .ui-helper-reset li + li + li {
    margin-top: 0;
}

.ui-multiselect-header .ui-helper-reset .ui-multiselect-all {
    width: 130px;
    padding: 10px 0 10px 15px;
    display: block;
}

.ui-multiselect-header ul li {
    padding: 0 10px 0 0;
}

.ui-multiselect-header a {
    text-decoration: none;
}

.ui-multiselect-header a:hover {
    text-decoration: underline;
}

.ui-multiselect-header span.ui-icon {
    float: left;
}

.ui-multiselect-header li.ui-multiselect-close {
    text-align: right;
    padding-right: 0;
    width: 100%;
    border-top: 1px solid #f2f2f2;
    overflow: hidden;
}

.ui-multiselect-header li.ui-multiselect-close span {
    display: block;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
    background: #1256bb;
    margin-left: 42%;
}

.ui-multiselect-menu {
    display: none;
    margin-top: 1px;
    position: absolute;
    z-index: 10000;
    text-align: left;
}

.ui-multiselect-checkboxes {
    position: relative /* fixes bug in IE6/7 */;
    background: #fff;
    border: 2px solid #717171;
    border-bottom: none;
    padding: 15px;
    /*height: 585px !important;*/
}

.ui-multiselect-checkboxes .ui-corner-all span {
    margin-left: 5px;   
    font-family: 'Roboto Light';
}

.ui-multiselect-checkboxes label {    
    font-weight: bold !important;
    cursor: default;
    display: block;
    border: 1px solid transparent;
    padding: 3px 1px;
}

.ui-multiselect-checkboxes label input {
    position: relative;
    top: 1px;
}

.ui-multiselect-checkboxes li {
    clear: both;
    font-size: 0.9em;
    padding-right: 3px;
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid;
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
    display: block;
    padding: 3px;
    margin: 1px 0;
    text-decoration: none;
}

.ui-multiselect-all:focus {
    outline: 0 !important;
    border: 0;
}

.ui-multiselect-all:focus span {
    outline: 2px solid #1256BB;
}

.ui-multiselect-close:focus {
    outline: 0 !important;
    border: 0;
}

.ui-multiselect-close:focus span {
    outline: 2px solid #000;
}

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label {
    border: none;
}


/*fixes to jquery-ui-1.104.custom.min.js checked in by Tomasz U.*/
 .ui-helper-reset{
	margin:0px 0px 20px 0px
}

.ui-icon{
	overflow-x: visible;
	overflow-y: visible;
	text-indent: 0px;
}