[onclick]{cursor:pointer;}
.table-fixed{table-layout:fixed;word-wrap:break-word;overflow-wrap:break-word;}
.table-nodata{height:120px;text-align:center;padding-top:50px;}
.column-title{text-align:center;}
.sortable-placeholder{background-color:#eeeeee;}
.datepicker-range{background: #fff; cursor: pointer; padding: 6px 10px; padding-bottom:7px; border: 1px solid #ccc}
.include-switch .switchery{height:16px;}
.include-switch .switchery>small{height:16px;}
.control-inline{display:inline}
.hide{display:none;}

.form-data label{padding-top:6px;margin-right:15px;}

.upload-dropzone{min-height:150px; background-color:#f9f9f9;margin-bottom:0px;}
.upload-file-preview-guide{position: absolute; width:100%; text-align:center; margin-top:30px}
.upload-file-preview-container{width:150px;height:150px;display:inline-block;margin-bottom:15px;}
.upload-file-preview-image{width:120px;height:120px;position:absolute;margin-top:15px;}
.upload-file-preview-file{width:120px;height:120px;position:absolute;margin-top:15px;background-color:#cfcfcf;}
.upload-file-preview-delete{width:30px;height:30px;position:absolute;margin-left:105px;}

.upload-file-preview-progress {
	display:none;
	opacity: 1;
	z-index: 1000;
	pointer-events: none;
	position: absolute;
	height: 12px;
	margin-top: 64px;
	margin-left: 30px;
	width: 60px;
	background: rgba(255, 255, 255, 0.9);
	-webkit-transform: scale(1);
	border-radius: 8px;
	overflow: hidden;
}

.upload-file-preview-progress .upload-progress {
	background: #337ab7;
	background: linear-gradient(to bottom, #337ab7, #337ab7);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	-webkit-transition: width 300ms ease-in-out;
	-moz-transition: width 300ms ease-in-out;
	-ms-transition: width 300ms ease-in-out;
	-o-transition: width 300ms ease-in-out;
	transition: width 300ms ease-in-out;
}

div.tags p.item { border: 1px solid #a5d24a; -moz-border-radius:2px; -webkit-border-radius:2px; display: block; padding: 5px; text-decoration:none; background: #cde69c; color: #638421; margin-right: 5px; margin-bottom:5px;font-family: helvetica;  font-size:13px;}
div.tags p.item a { font-weight: bold; color: #82ad2b; text-decoration:none; font-size: 11px; float:right;  }