/* login page styles */
#login .card .card-header-primary {
	box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 182, 164, 0.4)!important;
	background: #00b6a4!important;
}

#login .btn.btn-primary {
	background-color: #00b6a4;
	border-color: #00b6a4;
}

#login .content {
	width: 100%;
}

#login {
	display: flex;
	align-items: center;
}

/* hide plugin */
.fixed-plugin {
	display: none;
}

.edit-feed, .delete-feed {
	display: block;
	margin: 7px 0;
}

.off-state, .on-state {
	margin: 0;
}

.off-state {
	color: #ff9800;
}

.on-state {
	color: #4caf50;
}

.basic-btn, .basic-btn:focus {
	color: #ffffff;
	padding: 10px 15px;
	border-radius: 3px;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	-webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
    border: 2px solid;
}

.add-feed {
	background: #00bcd4;
	border-color: #00bcd4;
}

.add-feed:hover {
	color: #00bcd4;
	background: #ffffff;
}

.start-all-feeds {
	background: #4caf50;
	border-color: #4caf50;
}

.start-all-feeds:hover {
	color: #4caf50;
	background: #ffffff;
}

.stop-all-feeds {
	background: #f44336;
	border-color: #f44336;
}

.stop-all-feeds:hover {
	color: #f44336;
	background: #ffffff;
}

.start-all-feeds, .stop-all-feeds {
	margin-right: 15px;
}

.error-wrapper, .page-form {
	display: none;
}

.no-data span b {
	font-size: 16px;
}

.no-data span {
	font-weight: 400;
}

.back-links {
	line-height: 24px;
	font-size: 18px;
}

.loading-page {
	text-align: center;
}

.loading-page p {
	font-size: 20px;
	margin-top: 10px;
}

.feed-state-form {
	visibility: hidden;
}

.form-error-text {
	color: #fccac7;
	margin: 10px 0;
}

.form-error-text-bold {
	color: red;
	margin: 10px 0;
}

.power-buttons {
    margin-bottom: 25px;
    margin-top: 15px;
}

.category-dashboard {
	width: 64px;
}

.geolocation-alert {
	display: none;
}

.radio-news-categories {
	margin-right: 10px;
}

.form-group input[type=file] {
	opacity: 1;
	position: initial;
	display: inline-block;
	width: auto;
}

.category_file {
	height: 46px;
}

.color_div_wrapper {
	position: relative;
}

.color_div {
	position: absolute;
	top: 0;
	left: 150px;
}