.picker{
	position: absolute;
	border: 1px solid #1C3262;
	padding: 2px;
	max-width: 750px;
	/*width: 294px;
	height: 240px;*/
	background: #fff;
	line-height: normal;
	z-index: 100;
	display:none;
	border-radius: 5px;
	font-size: 14px;
}
.picker .pickerContent {
	/*height: 195px;*/
	/*overflow:auto;*/
	position: relative;
	width: 100%;
}
.picker .header, .picker .footer{
	margin:0;
	padding: 10px 4px;
	background-color: #eee;
	border-bottom: 1px solid #1C3262;
	margin-bottom: 5px; 	
}

.picker .footer{
	margin:0;
	padding: 10px 4px;
	background-color: #eee;
}

.picker .button-row {
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 1rem;
}


.picker .bttn {
	position: absolute;
	height: 15px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.picker .header .bttn{
	top: 5px;
}
.picker .footer .bttn{
	top: 203px;
}

.picker .closeBtn{
	float:right;
	margin-top: -0.5rem;
	margin-right: -0.5rem;
	/* margin-top: 2px; */
	/* margin-left: 4px; */
}

.picker .okBtn{
	float:right;
	/* height: 25px; */
}

.btn-circle-sm {
    width: 22px;
    height: 22px;
    text-align: center;
    padding: 2px 0;
    font-size: 12px;
    line-height: 1.65;
    border-radius: 50%;
}