#call_list
{

	float:right;
	border:1px solid;
	height:250px;
	width:360px;
	background-color: yellow;
	position: fixed;
	top: 600px;
	left: 950px;
}

#call_list > ul
{
	list-style: decimal;
}

.white
{
	color:white;

}

.prop_features
{

	width: auto;
	border: 1px solid #f7f7f7;
	float: left;
	margin-left: 10px;
	padding: 5px;
	background: #f7f7f7;
	margin-top: 8px;
	border-radius: 7px;
}


.blue_details, .blue_details label,  .white_details, .white_details label, .feature_detail, .feature_detail label{

	cursor: move;
}

a{
	text-decoration: none;
	cursor: pointer;
	color: blue;
}

.toast-center {
    top: 50%;
    left: 40%;
     //margin:0 0 0 -150px;
     width: 60% !important;
}

.toast-center > div.toast 
{
	width: 600px;
}

.toast-top-full-width
{
width: 60% !important;
top: 50% !important;
left: 20% !important;

}

.scrollmenu {
	background-color: #fff;
	overflow: auto;
	white-space: nowrap;
}

.scrollmenu li {
	display: inline-block;
	padding: 14px;
}


@media (max-width: 992px) {

.blank_div {height: 150px;}

}

@media (max-width: 768px) {

.blank_div {height: 900px;}

}