.block.gray {
    border: 1px solid #d6d8db;
    border-radius: 5px;
    padding: 15px;
    background: #e2e3e5;
    color: #383d41;
}

.block.gray tr td a {
    color: #383d41;
    font-weight: bold;
}

.dashboard-headings {
    font-size: 23px;
}

.block.gray table {
    border: 0px !important;
}

.block.gray tr {
    background: #f6f6f6;
    border: 0px;
    border-bottom: 0px;
}


.block.gray tr th {
    background: #e2e3e5 !important;
    color: #444 !important;
}

.block.gray tr td {
    background: #d6d8db;
    border: 0px !important;
}

.block.gray tr:nth-child(even) td {
    background: #E2E3E5;
}

.block.green {
    border: 1px solid #c3e6cb;
    border-radius: 5px;
    padding: 15px;
    background: #d4edda;
    color: #155724;
}

.block.yellow {
    border: 1px solid #ffeeba;
    border-radius: 5px;
    padding: 15px;
    background: #fff3cd;
    color: #856404;
}

.block.yellow a {
    color: #856404;
    font-weight: bold;
}

.block.blue {
    border: 1px solid #bee5eb;
    border-radius: 5px;
    padding: 15px;
    background: #d1ecf1;
    color: #0c5460;
}

p:last-of-type {
    margin-bottom: 0px;
}

.user-edit-form .form-group+.form-group {
	clear: both;
}
.user-edit-form .col-sm-6 > .form-group+.form-group > .col-sm-12 > .form-item {
	border-top: 1px solid #DDD;
	padding-top: 15px;
}
.user-edit-form .password-strength {
	margin-top: -5px;
	margin-bottom: -17px;
	font-size: 12px;
}
.user-edit-form .form-item-pass-pass2 {
	margin-top: -50px;
	margin-bottom: 0px;
}
.page-user .page-title {
	font-size: 0px;
	margin-bottom: 0px;
	margin-top: 40px;
}
#primary > .tabs {
	display: none;
}
.page-admin #primary > .tabs {
	display: block;
	position: absolute;
	top: -22px;
	right: 0px;
	width: 100%;
}
#subscriptions {
	margin-top: 50px;
	margin-left: 1px;
}
#subscriptions .panel {
	border-radius: 0px;
	margin-left: -1px;
	/*min-height: 665px;
	position: relative;*/
}
#subscriptions .panel.Pro-panel {
	overflow: hidden;
}
#subscriptions .panel #price-ribbon {
	display: none;
}
#subscriptions .panel.Pro-panel #price-ribbon {
	display: block !important;
}
#subscriptions .panel.Pro-panel #price-ribbon {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 35px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 198px;
	background: #79A70A;
	background: linear-gradient(#007095 0%, #007095 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	text-transform: uppercase;
	top: 25px;
	right: -55px;
}
#subscriptions .panel .panel-heading {
	text-align: center;
}
#subscriptions .panel .panel-price {
	border-bottom: 1px solid #ddd;
	background: #f9f9f9;
	font-size: 26px;
	text-align: center;
	color: #428bca;
	margin: -15px -15px 15px -15px;
	padding: 15px;
	min-height: 95px;
}
#subscriptions .panel .panel-price span.small {
	font-size: 14px;
}
#subscriptions .panel .panel-body div {
	border-bottom: 1px solid #f1f1f1;
	padding: 5px;
}
#subscriptions .panel .panel-body div:last-child {
	border-bottom: 0px;
}
#subscriptions .panel .panel-body div .fa-times {
	color: #f1f1f1;
}
#subscriptions .panel .panel-footer .btn {
	white-space: normal;
}
#subscriptions .panel .panel-footer {
	height: 100px;
	/*position: absolute;
	width: 100%;
	bottom: 0;
	margin: 15px -15px 0px;*/
}
.panel-footer .btn-primary {
	background: #4f97b6 !important;
	border-color: #4f97b6 !important;
}
.panel-footer .btn-primary:hover {
	border-radius: 0px !important;
}
.visible-xs {
	display: none;
}
@media screen and (max-width: 990px) {
	.visible-xs {
		display: block !important;
	}
	.hidden-xs {
		display: none !important;
	}
	#subscriptions .panel .panel-body div i {
		display: none;
	}
	#subscriptions .panel .panel-body div span.inactive {
		color: #f1f1f1;
		text-decoration: line-through;
	}
}
#views-exposed-form-admin-views-user-system-1 .views-submit-button,
#views-exposed-form-admin-views-user-system-1 .views-reset-button {
	margin-top: 20px;
}
#permissions th,
#permissions td {
	display: table-cell;
}
#permissions input {
	margin-left: 0px;
}
#payment_info .alert {
	max-width: 450px;
	margin: 15px 0px;
}
.payment_icons img {
	margin-right: -30px;
}
#job-posting .row {
	margin-bottom: 10px;
}
#job-posting .control-label {
	font-weight: bold;
}
#job-posting .control-label small {
	font-weight: normal;
	line-height: 16px;
	display: block;
}
#job-posting .required .control-label span::after {
	display: inline;
	color: red;
	font-weight: bold;
	content: '*';
	padding-left: 3px;
}
#job-posting textarea + p {
	margin-top: 3px;
	font-size: 13px;
	line-height: 15px;
}
#job-posting .btn-group button {
	border-radius: 5px;
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
}
#job-posting .btn-group button.active {
	background: #ddd;

}
#job-posting .btn-group button:first-child {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
#job-posting .btn-group button:last-child {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
#job-posting .btn-group {
	margin-bottom: 30px;
}
.disclaimer.required::before {
	display: inline;
	color: red;
	font-weight: bold;
	content: '*';
	padding-right: 3px;
}
.jobpost_details {
	margin: 30px 0px;
}
.jobpost_details .row {
	margin: 10px 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.jobpost_details .row > div {
	padding: 0px;
}
.jobpost_details .row strong {
	line-height: 16px;
	display: block;
}
#contactCompany {
	padding: 10px;
	color: #fff;
	background: #c4296f;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
	margin-left: 5px;
	margin-top: 30px;
}
.vat_info {
	font-size: 12px;
	padding: 20px 0px 0px;
	margin-top: 20px;
	color: #999;
	border-top: 1px solid #ddd;
}
.vat_info h4 {
	font-size: 14px;
}
.vat_info i {
	font-style: italic;
}
.vat_info ul {
	/*margin-top: -15px;*/
}
.vat_info p {
	margin-bottom: 5px;
}
#block-views-faktura-oversigt-block h2 {
	font-size: 20px;
	margin: -10px 0px 10px;
}
.btn.btn-primary {
	background: #4f97b6 !important;
	border-color: #4f97b6 !important;
}
#payment_info {
	margin-top: 30px;
}
#account_info .address {
	margin: 0px 0px 20px;
}
#account_info a {
	margin-top: 20px;
}
#account_info .alert {
	max-width: 400px;
	font-size: 13px;
	margin-top: 10px;
}
#account_info .alert a {
	color: #b94a48;
	text-decoration: underline;
}
#social_profiles .media {
	border-radius: 10px;
	width: 260px;
	height: 260px;

	position: relative;
	box-shadow: 0px 0px 10px 0px #b3b3b3;
	margin-top: 30px;
}
#social_profiles .media .text {
	font-size: 26px;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	bottom: 5px;
	left: 0px;
	width: 100%;
}
#social_profiles .media .icon {
	color: #FFFFFF;
	font-size: 35px;
	text-align: center;
	position: absolute;
	top: 30px;
	left: 0px;
	width: 100%;
}
#social_profiles .media .status {
	position: absolute;
	top: 12px;
	padding: 5px 5px 5px 10px;
	z-index: 2;
	color: #000000;
	font-weight: 400;
	background: #ffffff;
}

#social_profiles .media .status-disconnect {
	position: absolute;
	top: 200px;
	padding: 5px 5px 5px 10px;
	z-index: 2;
	color: #000000;
	font-weight: 400;
	background: #ffffff;
	z-index: 3;
}


#social_profiles .media a.connect {

	display: block;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 3;

}

#social_profiles .media .disconnect {
	display: block;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 3;
}

#social_profiles .media + .info {
	margin: 15px 20px;
	line-height: 16px;
}
#social_profiles h2 {
	margin-top: -30px;
	margin-bottom: 10px;
}
#social_profiles + hr {
	margin-top: 30px;
}

#social_profiles .media {
	border-radius: 10px;
	width: 260px;
	height: 260px;
	background: #8DBDCF;
	position: relative;
	box-shadow: 0px 0px 10px 0px #b3b3b3;
	margin-top: 30px;
}
#social_profiles .media .text {
	font-size: 26px;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	bottom: 5px;
	left: 0px;
	width: 100%;
}
#social_profiles .media .icon {
	color: #FFFFFF;
	font-size: 35px;
	text-align: center;
	position: absolute;
	top: 30px;
	left: 0px;
	width: 100%;
}
#social_profiles .media .status {
	position: absolute;
	top: 12px;
	padding: 5px 5px 5px 10px;
	z-index: 2;
	color: #000000;
	font-weight: 400;
	background: #ffffff;
}

#social_profiles .media a {
	display: block;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 45%;
	position: absolute;
	z-index: 3;
	font-size: 12px;
}

#social_profiles .media + .info {
	margin: 15px 20px;
	line-height: 16px;
}
#social_profiles h2 {
	margin-top: -30px;
	margin-bottom: 10px;
}
#social_profiles + hr {
	margin-top: 30px;
}
.page-user- .view-rediger-influencer {
	position: absolute;
	top: 60px;
	right: 35px;
	width: 100%;
}
#masquerade-block-1 .container-inline {
	margin-top: 15px;
}
#masquerade-block-1 .container-inline .form-item {
	width: 80%;
	display: inline-block;
	float: left;
	margin-bottom: 0px;
}
#masquerade-block-1 .container-inline .form-submit {
	width: 20%;
	display: inline-block;
	float: left;
	margin-bottom: 0px;
}
#masquerade-block-1 .container-inline::after {
	content: '';
	display: block;
	clear: both;
}
#masquerade-block-1 > div > .form-item {
	margin-top: 20px;
}
#masquerade-block-1 .container-inline + .form-item {
	margin-top: 0px;
}
#quick_switch_links {
	font-size: 0px;
}
#quick_switch_links ul {
	font-size: 12px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#privatemsg-new {
	display: none;
}
.facetapi-facet-field-influencer-category .facetapi-checkbox {
	margin-right: 5px;
}
/*#facetapi-facet-search-apisearch-influencers-block-field-influencer-category > .expanded .item-list {
	display: none;
}
#facetapi-facet-search-apisearch-influencers-block-field-influencer-category > .expanded:hover .item-list {
	display: block;
	position: absolute;
	top: 30px;
	left: 0px;
		width: 100%;
}
#facetapi-facet-search-apisearch-influencers-block-field-influencer-category > .expanded:hover .item-list ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #FFF;
}*/
#edit-profile-influencer-field-influencer-category-und {
	border: 1px solid #ddd;
	padding: 0px 3px 5px;
	/*max-height: 100px;
	overflow-y: scroll;*/
	display: block;
	width: 100%;
}
#edit-profile-influencer-field-influencer-category .form-item {
	width: 100%;
}
#edit-profile-influencer-field-influencer-category-und ul {
	margin: 0px;
	width: 100%;
}
#edit-profile-influencer-field-influencer-category-und ul .term-reference-tree-level li {
	width: 33%;
	float: left;
}
#edit-profile-influencer-field-influencer-category-und ul .term-reference-tree-level li label {
	font-weight: normal;
}
#edit-profile-influencer-field-influencer-category-und ul .term-reference-tree-level {
	margin-bottom: 5px;
}
#edit-profile-influencer-field-influencer-category-und ul .term-reference-tree-level::after {
	content: '';
	display: block;
	clear: both;
}
.youtube-embed-wrapper {
	max-width: 750px;
	max-height: 422px;
}
.youtube-embed-wrapper iframe {
	max-height: 422px;
}
@media screen and (min-width: 1140px) {
	.youtube-embed-wrapper {
		padding-bottom: 480px !important;
		margin: 0 auto;
	}
}
#main-menu > ul > li > ul {
	background:#fff;
}
@media screen and (max-width: 480px) {
	#main-menu > ul > li > ul {
		display: none;
		border-top: 1px solid #4f97b6;
		position: static;
		width: 100%;
		background: #fafafa;
	}
	#main-menu > ul > li > ul > li:last-child {
		border: none;
	}
	#main-menu > ul > li > ul > li > a {
		border: none!important;
		display: block;
		width: 100%!important;
	}
	#main-menu > ul > li > ul > li > a::before {
		content: "> ";
		color: #225A7C;
		margin-right: 5px;
		margin-left: -5px;
	}
}
@page {
	size: A4;
	margin: 0;
}
@media print {
	html, body {
		width: 210mm;
		height: 297mm;
	}
	header, footer,
	.page-title {
		display: none;
	}
	.invoice-box {
		background: #FFFFFF !important;
		margin: -35px -40px -70px;
		padding-top: 100px;
	}
	.invoice-box img {
		width: 100%;
		max-width: 200px !important;
	}
}
input[readonly="readonly"], select[readonly="readonly"] {
	background: #f1f1f1;
}
fieldset.form-wrapper {
	margin: -15px 0px 5px;
	padding: 0px;
	border: 0px;
}
.form-wrapper legend {
	position: relative;
	background: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
	top: 0px;
	left: 0px;
	height: 0px;
	text-indent: 0px;
	text-shadow: none;
	font-size: 13px;
	font-weight: bold;
	color: #606060;
}
.form-wrapper .fieldset-wrapper {
	padding: 0px;
	margin-top: 15px;
}
.form-item-profile-influencer-field-birthday-und-0-value-date label {
	display: none;
}
.date-padding {
	padding: 10px 0px !important;
}
.modal-dialog .modal-header .modal-title {
	display: inline-block;
}

.fb-background::before {
	content: url("/sites/all/themes/nexus/images/fb-button.png");
}

#block-block-4 {
    clear: both;
}
#block-block-4 .content {
    width: 100%;
    padding: 30px 15px 0px;
}

html.js fieldset.collapsed {
	height: 30px;
}

.contact-info p {
	/* font-weight: 600; */
}