#tinymce {
	padding: 0;
    background: #ffffff;
}

/* BUTTONS */

.ts-btn1 {
    display: inline-block;
    padding: 12px 15px;
    border: 1px solid #12100b;
    font-size: 12px;
    transition: all 0.6s ease;
    cursor: pointer;
}

.ts-btn1:hover {
    background-color: #000;
    color: #ffffff;
}

.ts-btn2 {
    display: inline-block;
    background-color: #000;
    color: #ffffff;
    padding: 12px 15px;
    border: 1px solid #12100b;
    font-size: 12px;
    transition: all 0.6s ease;
    cursor: pointer;
}

.ts-cookie-btn{
    display: inline-block;
    padding: 10px 21px;
    border: 1px solid #12100b;
    font-size: 12px;
    transition: all 0.6s ease;
    cursor: pointer;
    border-radius: 21px;
    background-color: #000;
    color: #fff;
}

.ts-cookie-btn:hover{
    background-color: transparent;
    color: #000;
}

/* HELPERS */

.line {
	width: 100%;
	height: 1px;
	background-color: black;
	margin: 20px 0;

}

.insidan-mediagallery-topbar-container {
    position: -webkit-sticky;
    position: sticky;
    top: -20px;
    z-index: 2;
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-flow: column;
    padding-top: 20px;
}
.insidan-mediagallery-topbar-container .input-field,
.insidan-mediagallery-topbar-container #closeMedia {
    margin-top: 0;
}

.insidan-mediagallery-topbar-container .closeMedia-container {
    height: 45px;
    display: flex;
    justify-content: center;
}

.insidan-mediagallery-topbar-container #closeMedia {
    display: flex;
    align-items: center;
    height: 100%;
    width: 70%;
    justify-content: center;
}

.insidan-mediagallery-topbar-container .row {
    margin-bottom: 40px;
}

.slide-expired {
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}

#slidesGrid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 30px;
}

#slidesGrid .col{
    width: 100%;
    padding: 0;
}

#slidesGrid .col .card {
    height: 100%;
}

#slidesGrid .col .card .card-content {
    text-align: center;
}

#infoBox {
	width: 100%;
	background-color: black;
	top: 0;
	left: 0;
	line-height: 22px;
	text-align: center;
	color: #ffffff;
    padding: 15px;
}
#infoBox .container {
	background-color: black;
}

.input-field label {
    pointer-events: all;
    height: auto;
}

#coreUpdates a {
    color: #ffab40;
    margin-top: 10px;
    display: block;
    text-transform: uppercase;
}

#editSlideModal .picker__year,
#editSlideModal .picker__year-display {
    display: none;
}


#searchForm #turnoverMax {
    position: relative;
}

#searchForm #turnoverMax::before {
    content: 'MSEK';
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    color: #000;
    width: 20%;
    height: 100%;
}

#searchForm .form-row select {
    text-transform: none;
}
