﻿.hesabfa-combobox-listbox {
	z-index: 999;
    position: absolute;
    background: white;
    border: 1px solid #aaa;
    display: inline-block;
    overflow-y: hidden;
    overflow-x: hidden;
	box-shadow: 5px 5px 3px 1px rgba(0, 0, 0, 0.2);
}
.hesabfa-combobox-item {
	line-height: 140%;
	padding: 3px;
}
.hesabfa-combobox-item:hover {
	background: whitesmoke;
	cursor: pointer;
}

.hesabfa-combobox-activeitem {
	line-height: 100%;
	padding: 3px;
	background: whitesmoke;
}
.hesabfa-combobox-activeitem:hover {
	background: whitesmoke;
	cursor: pointer;
}

.hesabfa-combobox-divider {
	border-bottom: 1px solid #ececec;
}

.hesabfa-combobox-title-blue {
	color: #428bca;
}

.hesabfa-combobox-input {
    /*width: 100%;*/
    height: 36px;
    margin: 0px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	background-color: transparent;
}


.hesabfa-scrollbar {
	width: 10px;
	background-color: rgb(224, 224, 224);
	cursor: default;
}
.hesabfa-scrollbar-thumb {
	position: relative;
	margin-left: 1px;
	margin-right: 1px;
	background-color: silver;
}
.hesabfa-scrollbar-thumb:hover {
	background-color: rgb(145, 145, 145);
	cursor: default;
}
