*{
	font-family: tahoma;
	font-size: 12px;
}

.label-as-badge {
	 border-radius: 1em;
}

.bold-text{
	font-weight:bold;
}

.text-bold{
	font-weight:bold;
}

.text-white{
	color:white;
}

.text-italic{
	font-style: italic;
}

.mashtoob{
	text-decoration: line-through;
}

.tiny-user-thumb{
	max-width:75px;
	max-height:75px;
}
.text-underline{
	text-decoration: underline;
}

.text-sm{
	font-size:9px;
}


.text-md{
	font-size:12px;
}

.text-lg{
  font-size:15px;
}

.text-massive{
	font-size:30px;
}

.label-lg{	
	padding:5px;
}

.eee-bg{
	background-color: #eee;
}

.report-container{
	padding:1cm;
}

.separator{
	margin:2px;padding:0px;height:2px;
}
.panel-heading h3{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.price-input{
	
}

.scrollable-div{
    position: absolute;
    border: 0px solid gray;
    padding: 1px;
    background: white;
    width: 350px;
    height: 400px;
    overflow-y: scroll;
}
small{
	font-size:8px;
}


.img-md{
	width:75px;
	height:75px;
}

.img-sm{
	width:45px;
	height:45px;
}

.img-xs{
	width:25px;
	height: 25px;
}

.text-italic{
	font-style: italic;
}

.bordered-grey{
	border-width: 2px;
	border-style: solid;
	border-color: #eee
}

.hidden-item{
	display: none;
}

.panel-md>.panel-body{
	height:150px;
}

	