.scroll_msg{
	min-height:500px;
	max-height:500px;
	height:500px;
	overflow:auto;
}
.myPanel{
	height:600px;
}
.sortable li {
    list-style: outside none none;
}
.modal{
	background:black;
}
.scrollit{
	overflow-y:auto;
	
    height:300px;
}
.red{
	color:red;
}
.blue{
	color:blue;
}
.green{
	color:Aquamarine ;
}
.orange{
	color:orange;
}
.alert-red{
	color:red;
	font-size: 20px;
	 font-weight: bold;
	
	
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.datepicker{
	z-index:800 !important;
}
.dropdown-menu{
	z-index:1250 !important;
}
.btn-table{
	margin-left:2px;
	margin-right:2px;
}
.info-box-cpt{
	font-size:large;
}
#panelResume{
	padding-left:10px;
	padding-right:10px;
}
.myscroll{
	display:block;
    max-height: 300px;
	width:100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}
.msg-body{
	height:290px; 
	overflow:auto;
}