.colorwhite{
	color:#fff !important;
}
.divoverflow {
    height: 250px;
    overflow: auto;
	border:1px solid #e6ecf5;
	border-radius: .25rem;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #c2272d; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.colorwhite{
	color:#fff !important;
}

.containerers {
    position: relative;
}

.toptext {
    position: absolute;
    top: 14px;
    font-size: 16px;
	color:#fff;
	left:27px;
	font-weight: bold;
}
.topcentertext {
    position: absolute;
    top: 27px;
	color:#fff;
	left:13px;
    font-size: 32px;
	font-weight: bold;
}
.bottomtext {
    position: absolute;
    bottom: 7px;
	color:#fff;
	left:43px;
    font-size: 16px;
	font-weight: bold;
}
.spantext
{
font-size:20px;
color:#fff !important;
}
.imgsizeon
{
height:89px; width:89px;
padding:5px;
}
.modal-btn{ 
    background: #c2272d;
    border: 1px solid #c2272d;
    border-radius: 4px 0 0 4px;
 }
.fa-plus{
	color:#fff;
} 
.restaurant-panel .panel-heading li {
    width: auto;
    text-align: center;
    margin-bottom: 8px;
}
a {
    text-decoration: none !important;
}
.imgclass{
		height:100px; width:95px; float:left;
		}
 
.fa-plus{
	color:#fff;
} 
.restaurant-panel .panel-heading li {
    width: auto;
    text-align: center;
    margin-bottom: 8px !important;
}
a {
    text-decoration: none !important;
}
.imgclass{
		height:100px; width:90px; float:left;
		}
.btncolrchn{ 
    background: #c2272d !important;
    border: 1px solid #c2272d !important;
    border-radius: 4px 0 0 4px !important;
 }	