@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS Example 8.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.ng-cloak {
  display: none;
}
.preview_cell {min-width:80px;}

tr.template-download td {
	padding: 8px;
}
.table td {
	vertical-align: middle;
	max-width: 180px;
}
.table td.preview_cell {
	max-width: 65px;
}
.table td.save_changes {
	max-width: 94px;
}
.table td.checkbox_cell {
	max-width: 120px;
}
.table .title, .table .category, .table .group {
	vertical-align: top;
}
.table td.checkbox_cell {
	text-align: right;
}
.title label, .title input {
	text-align: left;
	width:100%;
}
.update-btn, .saved { display:none; }

div.group { float:left; width:100%; }
div.cancel, div.gallery { margin-top:5px; }
div.title, div.progress, div.save_changes { margin-top:0; }
div.admin { display:none; }

.table-striped td, .table-striped th {
	background-color: #f3f3f3;
}
div.title input {
	border:1px inset #ccc;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}

div.title input:focus {
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px;
}

/*
td.title input { width:auto; }
td.category select, td.group select { width:auto; }
td.title { width:20%; }
td.category, td.group { width:5%; }
td label { width:5em; }
*/
