/* here you can put your own css to customize and override the theme */
div.checker {
	margin-left:20px;
}
div.collection-item {
	clear:both;
}
div.collection-item div.form-group div.col-md-9 {
	width: 230px;
}
div.collection-item div.form-group {
	clear:none;
}
div.form-group div.form-group {
	margin:0;
}
div.collection-item div.form-group input {
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 0;
	box-shadow: none;
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	background-image: none;
	display: block;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	width: 100%;
}
#feed_upload_fields {
	clear:both;
}
#feed_upload_fields > div.form-group {
	margin:10px 20px;
	padding:10px 0;
	float:left;
}
div.collection-item > div.form-group > label.control-label {
	white-space:nowrap;
	width:130px;
	padding:0;
	margin-right:5px;
	margin-top:6px;
}
div.collection-item > div.form-group {
	clear:none;
	float:left;
}
form.feed-setting-form > div.form-group:nth-child(9) > label.control-label {
	display:none;
}
div.user-feed-info-dashboard {
	line-height:2em;
}
div.flash-box, div.error-message {
	padding:5px 15px;
	color:#fff;
	font-size:1.5em;
	margin-bottom:20px;
}
div.flash-success {
	background-color:#35AA47;
}
div.error-message {
	background-color:#BB2413;
}
div.form-group ul {
	list-style-type:none;
}
div.form-group ul li {
	background-color:#BB2413;
	padding:3px 5px;
	color:#fff;
	font-size:0.8em;
}
form.feed-setting-form div.form-group ul {
	margin-left:10%;
	margin-right:15px;
}
.feeds .col2 {
   margin-left: -140px;
   width: 140px;
}
.feeds .col1 .cont {
   margin-right: 140px;
}
.fa-event-2:before {
	content: "\f0e0";
}
.fa-event-3:before {
	content: "\f09e";
}
.label-2 {
	background-color: #3CC051;
}
.label-3 {
	background-color: #ED4E2A;
}
#feed_upload_fields > div.form-group {
	clear:left;
}
div.error-message ul {
	list-style-type: none;
}
span.feed-info-title {
	font-size:16px;
	font-weight:bold;
}
.portlet.box > .portlet-title > .tools > a.download, .portlet.solid > .portlet-title > .tools > a.download {
	height: 16px;
	width: 16px;
	margin-right:70px;
	margin-bottom:10px;
	color:white;
}
span.feed-field-required {
	font-style: italic;
}
input[type=number] {
	-moz-appearance:textfield;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.feed-info-helper {
	font-weight:bold;
	color:red;
}
div.feed-setting-form select {
	min-width:100px;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	box-shadow: none;
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	display: block;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
}

div.feed-setting-form-category select {
	height: 200px;
}

div.category-item-count {
	padding:5px 10px;
	background-color:#EEEEEE;
	margin-top:20px;
}

@media all and (max-width: 1450px) {
	#feed_upload_fields > div.form-group {
		width:93%;
		border-top: 1px solid #EFEFEF;
	}
}
.transparent {
	color: rgba(255, 0, 0, 0.0)!important;
}
