.ac_border {
	border: 1px solid silver;
	border-radius: 4px;
	background-color: #F8F8F8;
}

.ac_border.ac_invalid {
	border-color: darkred;    
}

.ac_border.ac_focused {
	border-color: #C7A158; 
	background-color: white;      
}

.acs_button {
	background-image: url(img/icon-down-0.png);	
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
}

.acs_button:hover {
	background-image: url(img/icon-down-1.png);    
}

.ac_select.ac_expanded .acs_button {
	background-image: url(img/icon-up-0.png);    
}

.ac_select.ac_expanded .acs_button:hover {
	background-image: url(img/icon-up-1.png);    
}

.ac_items {
	margin-left: -1px;
	background-color: white;    
	border: 1px solid silver;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.3);       
}

.ac_item {
    line-height: 20px;    
}

.ac_item, .ac_group {
	padding: 0 5px;	
	border: 1px solid transparent;
}

.ac_group {
	font-weight: bold;  
}

.ac_item.ac_focused { 
	background-color: #E7F4F9;
	border: 1px solid #E7F4F9;
	cursor: pointer;
}

.ac_item.ac_selected {
	background-color: #EEEEEE;
	border: 1px solid #EEEEEE;
}

.ac_item.ac_selected.ac_focused {
	background-color: #E7F4F9;
	border: 1px solid #EEEEEE;
}

.ac_item.ac_disabled {
	color: silver;	
}

.ac_empty {
	font-style: italic;
	color: gray;	
}

.ac_slider {
	padding: 0 10px;	
	height: 20px;
}

.acs_grip {
    top: 1px;
    bottom: 1px;
	width: 7px;
	border: 1px solid silver;
	background-color: #EEEEEE;
	cursor: pointer;	
    border-radius: 2px;
}

.acs_line {
    top: 50%;
    height: 8px;
    margin-top: -5px;
    left: 0;
    right: 0;
    border: 1px solid silver;
    background-color: #EEEEEE;    
}

.acs_range {
	height: 6px;
	margin-top: -3px;
	background-color: darkgreen;
    opacity: 0.8;    	
}

.ac_checklist .acl_item {
	padding-left: 20px;
    border: 1px solid transparent;
}

.ac_checklist .acl_item > label {
	cursor: pointer;	
}

.ac_checklist .acl_item.ac_disabled {
    opacity: 0.5;
}

/*
.ac_checklist .acl_item:focus {
    background-color: #E7F4F9;
    padding-right: 2px;    
    border: 1px solid #7CA1CE;
    outline: 0;
} 
*/

.ac_bullet {
    border: 1px solid #C0C0C0;
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -6px;
    width: 11px;
    height: 11px;
    background-image: linear-gradient(to bottom right, #E2E2DD 0%, #F5F5F3 100%);
}

.ac_bullet:after {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 2px;
    content: " ";
    background-color: white;    
}

.ac_checked .ac_bullet:after {
    background-color: #74C173;        
}

.ac_partial .ac_bullet:after {
    background-color: #C0C0C0;        
}

.ac_checktree .act_check {
    cursor: pointer;
    padding-left: 20px;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;       
}

.ac_checktree .act_folder { 
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;       
    cursor: pointer;
}

.ac_checktree .act_item.ac_disabled {
    opacity: 0.5;
}         

.act_icon {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -4px;
    border: 1px solid #919191;    
    border-radius: 1px;
    background-image: linear-gradient(to bottom, #FCFCFC 0%, #E3E3E3 100%);
    width: 7px;
    height: 7px;
}

.act_icon:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 1px;
    right: 1px;
    height: 1px;
    background-color: #4B63A7;
}

.act_node.act_collapsed .act_icon:after {
    content: "";
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 3px;
    width: 1px;
    background-color: #294272;    
}

.ac_selecttree .act_item { 
    cursor: pointer;
    border-radius: 2px;
    padding-left: 3px;
    padding-right: 3px;   
}

.act_item:hover { 
    background: linear-gradient(to bottom, #F1F7FE 0%, #EBF3FD 100%);
    border: 1px solid #B8D6FB;
    box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}

.act_item.ac_selected { 
    background: linear-gradient(to bottom, #F1F7FE 0%, #DEEDFE 100%);
    border: 1px solid #84ACDD;
    box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}

