body{
	background:#e2e2e2 ;
}
h1 {
	color: #233142;
	font-size: 25px;
	margin-top: 3px;
}
h4 {
	color: #666;
	font-size: 18px;
	margin-bottom: 15px;
}
.login-container {
	width: 100%;
	max-width: 350px;
	padding: 30px;
	background: #fff;
	margin: 30px auto 60px;
	border-radius: 6px;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,.1);
}
.panel {
	background: #fff;
	padding: 10px;
	margin-top: 10px;
	border-radius: 6px;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,.1);
}
.btn.btn-primary {
	background: #233142;
	border: none;
	border-radius: 3px;
	border-bottom: 2px solid #11448B;
}
.login-container .btn.btn-primary {
	width: 100%;
}
label {
	color: #494949;
	font-size: 15px;
}
header {
	background: #fff;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,.1);
}
.nav-link {
	color: #606060 !important;
	font-size: 15px;
}
.btn {
	font-size: 14px;
}
.table thead th {
	color: #747474;
	font-size: 12px;
	font-weight: 800;
}
.table tbody td {
	color: #333;
	font-size: 14px;
}
.table td, .table th {
	padding: 8px;
}
.form-container {
	width: 100%;
	max-width: 800px;
	margin: 30px auto 0;
}
.panel  .dropzone span {
	color: #9d9d9d;
	font-size: 18px;
	letter-spacing: 1px;
}
.panel  .dropzone {
	min-height: 100px;
	border: 2px dashed rgba(0, 0, 0, 0.2);
	background: white;
	padding: 20px 20px;
}
.ui-sortable-handle{
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,.1);
	background:#fff;
}
label.error {
	color: red;
	font-size: 12px;
}
.nav-item {
	display: block;
	float: left;
}
.nav-link i.fa {
	font-size: 12px;
	position: relative;
	top: -1px;
	left: -1px;
}
.navbar-brand {
	float: left;
	height: 50px;
	padding: 7px 0;
	font-size: 18px;
	line-height: 20px;
}
.tag-editor {
	list-style-type: none;
	padding: 0 5px 0 0;
	margin: 0;
	overflow: hidden;
	/* border: 1px solid #eee; */
	cursor: text;
	font: normal 14px sans-serif;
	color: #555;
	background: #fff;
	line-height:25px !important;
	border: 1px solid #c9c9c9 !important;
	height: auto !important;
	border-radius: 5px;
	min-height:34px;
}
.img-block {
	width: 100%;
	overflow: hidden;
	display: block;
	height: 120px;
	object-fit: cover;
	box-shadow: 0px 0px 22px 0px rgba(0,0,0,.2);
	border-radius: 10px;
}
.img-block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img-details {
	width: 100%;
	overflow: hidden;
	display: block;
	box-shadow: 0px 0px 22px 0px rgba(0,0,0,.2);
	border-radius: 10px;
	text-align: center;
	padding: 10px;
	background: #666;
}
.img-details img{
	max-width:100%;
}
.tags {
	display: block;
	float: left;
	background: #e4e4e4;
	padding: 3px 12px;
	border-radius: 17px;
	color: #666;
	margin: 2px;
}