#country-list{
	float: none;
    list-style: none;
    margin-top: -3px;
    width: 355px;
    position: absolute;
    padding: 0px !important;
    margin: 0;
    list-style: none !important;
    left: 0;
    z-index: 999;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #bbb9b9;
    / border-top: none; /
    / margin-top: 35px; /
    background-color: #fff;
    top: 34px;
}

/*#adminmenu #menu-users{*/
/*display: none;*/
/*}*/

#country-list li{
	padding: 5px 10px;
	background: #fff;
    border-bottom: #bbb9b9 1px solid;

}
#country-list li:hover{
	background:#ece3d2;
	cursor: pointer;

}
.button-blue{
    border-radius: inherit;
    background-color: #273f50;
    border-color: #273f50;
    padding: 10px 15px;
}
#search{
	padding: 10px;
	border: #bbb9b9 1px solid;
	border-radius:4px;

}
.form-group {
    margin-bottom: 15px;
    word-break: break-word !important;
    overflow-y: auto;
}
.form-group label {
    font-weight: 600 !important;
    font-size: 12px;
}
.form-wrapper{
	padding: 10px;
	border: 1px solid #bbb9b9;
	margin: 15px 0;
    padding-left: 17px;
}
.label-align{
	position: relative;
	top: 11px;
	font-size: 16px;
	font-weight: 600 !important;
}
.search-list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.pdf-img-div img{
	width: 180px;
	height: 90px;
}

#search-bar{
    margin-top: 40px;
    margin-bottom: 19px;
}
#detail-box{
    padding-left: 67px;
}