// /*==============================
// =             $core            =
// --------------------------------
// *
// *
// * Write any code overriding core (browser or framework) styles here. Usually,
// * you will not have any classes or ids here, just tags.
// *
// *
// ==============================*\
select::-ms-expand {
    display: none;
}

.field-collection-container {
	border-bottom: 0;
}

.field-collection-view {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}

.not-logged-in {
	.contextual-links-region {
		&:hover {
			outline: none;
		}
	}
}

//Button share facebook
.stButton {
	.st-facebook-counter {
 		background-image: url('../images/share-facebook.png')!important;
 		background-size: cover;
    	height: 18px !important;
    	width: 79px !important;
 	}
}


.form-type-file {
	.seed-file-wrapper {
		background: $c-gainsboro;
		border-radius: 10px;
    	display: inline-block;
    	padding: 2%;
    	width: 96%;

		.form-file {
			background: $c-white;
			box-shadow: none;
			float: left;
			margin-right: 2%;
			width: auto;
		}

		.MultiFile-remove {
			@include button;
			background: $c-white;
			border: 1px solid tint($c-dimgray, 40);
			color: $c-dimgray;
			border-radius: 2px;
			padding: 4px 13px;
		}
		.MultiFile-title {
			display: block;
			font-size: 90%;
		}
	}
}

iframe {
	border: none;
}