.red, .error{
	color:red;
}
.green{
	color:green;
}
.thumbnail{
	width: 100px;
}
.force_inline{
	display: inline !important;
}
select.select2{
	width: 100%;
}
.modal_iframe{
	border: 0;
	width: 100%;
	height: 100%;
}
.full_modal{
	width: 90%;
	height: 90%;
}
.full_modal .modal-content{
	height: 100%;
}
.full_modal .modal-content .modal-body{
	height: 90%;
}