/*
 * jQuery UI Selectgroup @VERSION
 *
 * Copyright 2011, George Paterson
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 */

.ui-selectgroup {display: block; overflow: hidden; position: relative; text-decoration: none;}
.ui-selectgroup-copy {display: block; padding: 5px;}
.ui-selectgroup-icon {position: absolute; top: 5px; right: 0;}
.ui-selectgroup-group {max-height: 100px;}
.ui-selectgroup-group {position: absolute;}
.ui-selectgroup-list {list-style: none; padding: 0; margin: 0;}
.ui-selectgroup-list li {border-top: 1px dotted transparent; border-bottom: 1px dotted transparent;}
.ui-selectgroup-list .ui-state-hover {border-right: none; border-left: none; font-weight: normal;}
.ui-selectgroup-list .ui-state-active {border-right: none; border-left: none; font-weight: normal;}
.ui-selectgroup-list a {display: block; padding: 5px; text-decoration: none;}
.ui-selectgroup-optgroup {padding: 0 0 0 5px;}
.ui-selectgroup-optgroup span {display: block; padding: 5px 0;}
.ui-selectgroup-optgroup ul {list-style: none; padding: 0;margin: 0; }
.ui-selectgroup-optgroup li {padding: 0 0 0 10px; margin: 0 0 0 -5px;}

/* Custom */
.ui-selectgroup {
  width: 213px;
	background: url("../images/ui-bg_flat_100_ffffff_40x100.png") repeat-x scroll 50% 50% #FFFFFF;
	color: #000;
	border: 1px solid #609ECD !important;
	font-size: 11px;
	height: 24px;
}
.ui-selectgroup:hover {
	font-weight: normal; 
}
.ui-selectgroup-icon {
	top: 4px;
	right: 0;
}
.ui-state-default .ui-icon {
    /*background-image: url("../images/ui-icons_609ecd_256x240.png"); */
		/*background-color: #FFFFFF; */
		height: 15px;
    width: 15px;
}
.ui-selectgroup-copy {
    padding: 7px 20px 7px 5px;
		white-space: nowrap;
}
.ui-selectgroup-group {
	border: 1px solid #609ECD;
  border-radius: 3px 3px 3px 3px;
  overflow: auto;
	z-index: 999;
}
.ui-selectgroup-list a {
	font-size: 11px;
}
.ui-icon-triangle-1-s {
  background-position: -63px -15px;
}

a.ui-selectgroup span.ui-icon {
  background-image: url("https://s3-sa-east-1.amazonaws.com/plugins.eicon.com.br/jquery-ui/1.8.16/development-bundle/themes/fisc-theme/images/ui-icons_609ecd_256x240.png");
  height: 16px;
  width: 16px;
}
