@import url('https://fonts.googleapis.com/css2?family=Monoton&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://mikkomultanen.fi/data/meditor/mEditor-theme.css');

/* ------------------------------------------------------- *
 * MEDITOR PANEELI
 *
 * Logon fontti: font-family: 'Monoton', sans-serif;
 * Tkestien fontti: font-family: 'Roboto', sans-serif;

 *
 * ------------------------------------------------------- */



	html.meditor-logged {

	}


/* Lataus animaatio */

	.me-loader {
		  display: inline-block;
		  position: relative;
		  height:100px;
		  width:100%;

	}

	.me-spinner {
		  -webkit-animation: rotate 2s linear infinite;
		 animation: rotate 2s linear infinite;
		  z-index: 2;
		  position: absolute;
		  top: 25px;
		  left: calc(50% - 25px);
		  margin: 0 0;
		  width: 50px;
		  height: 50px;
	}
	
	.me-spinner .me-path {
		  stroke: rgba(var(--me-gray-rgb), .33) !important;
		  stroke-linecap: round;
		  -webkit-animation: dash 1.5s ease-in-out infinite;
		  animation: dash 1.5s ease-in-out infinite;
	}



/* Meditor paneeli */

	#meditor-panel .card-header:hover {
		text-decoration:none;
	}

	#meditor-wrapper a {
		color:#fff;
	}

	#meditor-wrapper a:hover {
		text-decoration:none;
	}

	#meditor-wrapper .meditor-panel-top {
		height: 40px;
		overflow: hidden;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		background-color: rgba(39,40,41,1);
		border-bottom:1px solid rgba(73,76,80,1);
		z-index: 99999;
	}

	#meditor-wrapper .meditor-panel-top .meditor-logo {
		height: 40px;
		width: auto;
		padding:2px 2px;
		float:left;
		margin:0px;
	}

	#meditor-wrapper .meditor-panel-top .meditor-logo svg {
		height: 36px;
		width: 36px;
	}

	#meditor-wrapper .meditor-nav {
		display:inline-block;
		width:auto;
		height:40px;
		float:left;
		padding:0 0;
		margin:0 0;
	}

	#meditor-wrapper .meditor-user-nav {
		float:right;
	}

	#meditor-wrapper .meditor-panel-top ul.meditor-nav>li {
		background: 0 0;
		clear: none;
		list-style: none;
		float: left;
		margin: 0;
		padding: 0;
		position: relative;
		text-indent: 0;
		display: inline-block;
		z-index: 99999;
		border-right:1px solid rgba(73,76,80,1);
	}

	#meditor-wrapper .meditor-panel-top ul.meditor-nav>li:first-child {
		border-left:1px solid rgba(73,76,80,1);
	}


	#meditor-wrapper .meditor-panel-top ul>li>a {
		color: #fff;
		display: inline-block;
		padding: 10px 15px;
		line-height: 20px;
		font-size: 13px;
	}

	#meditor-wrapper .meditor-panel-top ul>li>a:hover {
		background-color: rgba(var(--me-white-rgb), .15) !important;
	}


/* Meditor paneeli - Accordion collapse */


#me-panel-accordion .accordion-button {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .45em;
    line-height: 1.5rem;
    padding: 1rem;
}

#me-panel-accordion .accordion-button .accordion-icon {
	margin-right: 0.55rem;
    font-size: 1.4em;
    line-height: 1.5rem;
	color: rgba(var(--me-primary-rgb), 1);
}

#me-panel-accordion .accordion-button::after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    flex-shrink: 0;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    width: 1.5rem;
    text-align: center;
    height: 1.5rem;
    font-size: .85em;
    line-height: 1.5rem;
    margin-left: auto;
    content: "\f078";
    background-image: none;
    background-repeat: no-repeat;
    background-size: unset;
    transition: none;
}

#me-panel-accordion .accordion-button:not(.collapsed) {
    color: rgba(var(--me-body-rgb), 1);
    background-color: rgba(var(--me-light-rgb), 1);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 rgba(var(--me-dark-rgb), .33);
}

/* Fontti koot collapsessa */

#me-panel-accordion {
    font-size: .85rem;
}

#me-panel-accordion h4 {
    font-size: 1.05rem;
    text-transform: uppercase;
    margin: 1rem 0 .5rem;
    font-weight: 600;
}

#me-panel-accordion h4:first-child {
    margin: 0 0 .5rem;
}

/* KIRJAUDU SIVU */

	.meditor-theme .form-signin {
		width: 100%;
		max-width: 330px;
		padding: 1rem;
		margin: auto;
		border-radius: 10px;
	}


	.meditor-theme .form-signin .form-floating:focus-within {
	  z-index: 2;
	}

	.meditor-theme .form-signin input[type="text"] {
	  margin-bottom: -1px;
	  border-bottom-right-radius: 0;
	  border-bottom-left-radius: 0;
	}

	.meditor-theme .form-signin input[type="password"] {
	  margin-bottom: 10px;
	  border-top-left-radius: 0;
	  border-top-right-radius: 0;
	}

	.meditor-theme .form-floating>label {
		color:rgba(var(--me-gray-rgb), 1) !important;
	}


/* FONT SIZE */

	.font-size-1x {
		font-size: 1em !important;
	}
	
	.font-size-2x {
		font-size: 2em !important;
	}

	.font-size-3x {
		font-size: 3em !important;
	}

	.font-size-4x {
		font-size: 4em !important;
	}

	.font-size-5x {
		font-size: 5em !important;
	}	


/* M LOGO */

.M-logo {
    font-family: 'Monoton', cursive;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-transform: lowercase;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.16em;
    padding: .35em .33em;

    color:  rgba(var(--me-white-rgb), 1) !important;
    background-color:  rgba(var(--me-primary-rgb), 1);
    border-radius: 10%;
	vertical-align: text-bottom;
}

.M-logo:before {
    content: "m";
}



/* EDITOITAVAT SISÄLLÖT */


/* otsikko sisältölohkot */

.mcms-header {
    outline: dashed 1px rgba(0, 174, 239, 1);
}

.mcms-header:hover {
	box-shadow: 0 0 10px rgba(0, 174, 239, .66);
}

.mcms-header.mce-edit-focus {
    outline: solid 1px rgba(0, 174, 239, 1);
}

.mcms-header.mce-edit-focus:hover {
	box-shadow: 0 0 10px rgba(0, 174, 239, 0);
}

/* teksti sisältölohkot */

.mcms-editor {
    outline: dashed 1px rgba(0, 174, 239, 1);
}

.mcms-editor:hover {
	box-shadow: 0 0 10px rgba(0, 174, 239, .66);
}

.mcms-editor.mce-edit-focus {
    outline: solid 1px rgba(0, 174, 239, 1);
}

.mcms-editor.mce-edit-focus:hover {
	box-shadow: 0 0 10px rgba(0, 174, 239, 0);
}


/* sarakkeiden teksti sisällöt */

.contentblock-multiple {
    outline: solid 1px rgba(0, 174, 239, 1);
}

.mcms-multiple:hover {
	box-shadow: 0 0 10px rgba(39, 174, 96, .66);
}

.mcms-header.mce-edit-focus {
    outline: solid 1px rgba(39, 174, 96, 1);
}

.mcms-header.mce-edit-focus:hover {
	box-shadow: 0 0 10px rgba(39, 174, 96, 0);
}




.meditor-multiple.meditor-contentblock {
    outline:unset;
	border: dashed 1px #27ae60;
	margin-bottom:6px;
}


.meditor-multiple.meditor-contentblock.active-contentblock {
    border: solid 1px #27ae60;
	outline:unset;
}

.meditor-multiple.meditor-contentblock:hover {
   border: solid 1px #27ae60;
   outline:unset;
}

.meditor-multiple.meditor-contentblock.active-contentblock:hover {
    border: solid 1px #27ae60;
    box-shadow: 0 0 10px #27ae60;
}



/* MULTI LOHKO */


.meditor-multiblock-content {
	/*
    outline: dashed 1px #27ae60;
	
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
	*/
}



.meditor-multiblock-footer {
    display: block;
    width: 100%;
    position: relative;
    height: auto;
	border-radius: .25rem;
    background-color: transparent;
    margin-top: 4px;
	padding:0px;
}


.meditor-multiblock-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;

    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f7f7f7;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.note-editor.note-frame .note-editing-area .note-editable, .note-editor.note-airframe .note-editing-area .note-editable {
    padding: 0px;
    overflow: auto;
    word-wrap: break-word;
}

.note-toolbar {
    position: absolute;
    min-width: 100%;
    bottom: calc(100% + 1px);
	left: -1px;
    right: -1px;
    z-index: 99991;
    background-color: #f1f1f1;
	outline: 1px solid #c2c2c2;

}

.note-editor.note-frame .note-statusbar {
    position: absolute;
    width: 100%;
    bottom: -10px;
    background-color: #f1f1f1;
    border-top: 1px solid #c2c2c2;
	
	display:none;
}

.note-editor.note-frame, .note-editor.note-airframe {
    border:none;
}

/*

.contentblock-editor {
	 outline: dashed 1px #3498db;
}

.contentblock-editor:hover {
    outline: solid 1px #3498db;
    box-shadow: 0 0 10px #3498db;
}

*/



/* BOX */


.small-meditorbox {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.small-meditorbox > .inner {
    padding: 10px;
}
.small-meditorbox > .small-meditorbox-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
.small-meditorbox > .small-meditorbox-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
}
.small-meditorbox h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}
.small-meditorbox p {
    font-size: 15px;
}
.small-meditorbox p > small {
    display: block;
    color: #f9f9f9;
    font-size: 13px;
    margin-top: 5px;
}
.small-meditorbox h3,
.small-meditorbox p {
    z-index: 5;
}
.small-meditorbox .icon {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15);
}
.small-meditorbox:hover {
    text-decoration: none;
    color: #f9f9f9;
}
.small-meditorbox:hover .icon {
    font-size: 95px;
}
@media (max-width: 767px) {
    .small-meditorbox {
        text-align: center;
    }
    .small-meditorbox .icon {
        display: none;
    }
    .small-meditorbox p {
        font-size: 12px;
    }
}
.meditorbox {
    width: 304px;
    position: fixed;
    z-index: 99;
    left: 50px;
    top: 150px;
	
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    max-width: 100%;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.33);
}


.meditorbox.meditorbox-primary {
    border-top-color: #3c8dbc;
}
.meditorbox.meditorbox-info {
    border-top-color:  rgba(var(--me-primary-rgb), 1);
}
.meditorbox.meditorbox-danger {
    border-top-color: #dd4b39;
}
.meditorbox.meditorbox-warning {
    border-top-color: #f39c12;
}
.meditorbox.meditorbox-success {
    border-top-color: #00a65a;
}
.meditorbox.meditorbox-default {
    border-top-color: #d2d6de;
}
.meditorbox.collapsed-meditorbox .meditorbox-body,
.meditorbox.collapsed-meditorbox .meditorbox-footer {
    display: none;
}
.meditorbox .nav-stacked > li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}
.meditorbox .nav-stacked > li:last-of-type {
    border-bottom: none;
}
.meditorbox.height-control .meditorbox-body {
    max-height: 300px;
    overflow: auto;
}
.meditorbox .border-right {
    border-right: 1px solid #f4f4f4;
}
.meditorbox .border-left {
    border-left: 1px solid #f4f4f4;
}
.meditorbox.meditorbox-solid {
    border-top: 0;
}
.meditorbox.meditorbox-solid > .meditorbox-header .btn.btn-default {
    background: transparent;
}
.meditorbox.meditorbox-solid > .meditorbox-header .btn:hover,
.meditorbox.meditorbox-solid > .meditorbox-header a:hover {
    background: rgba(0, 0, 0, 0.1);
}
.meditorbox.meditorbox-solid.meditorbox-default {
    border: 1px solid #d2d6de;
}
.meditorbox.meditorbox-solid.meditorbox-default > .meditorbox-header {
    color: #444;
    background: #d2d6de;
    background-color: #d2d6de;
}
.meditorbox.meditorbox-solid.meditorbox-default > .meditorbox-header a,
.meditorbox.meditorbox-solid.meditorbox-default > .meditorbox-header .btn {
    color: #444;
}
.meditorbox.meditorbox-solid.meditorbox-primary {
    border: 1px solid #3c8dbc;
}
.meditorbox.meditorbox-solid.meditorbox-primary > .meditorbox-header {
    color: #fff;
    background: #3c8dbc;
    background-color: #3c8dbc;
}
.meditorbox.meditorbox-solid.meditorbox-primary > .meditorbox-header a,
.meditorbox.meditorbox-solid.meditorbox-primary > .meditorbox-header .btn {
    color: #fff;
}
.meditorbox.meditorbox-solid.meditorbox-info {
    border: 6px solid  rgba(var(--me-primary-rgb), 1);
    border-radius: 0;
}
.meditorbox.meditorbox-solid.meditorbox-info > .meditorbox-header {
    color: #fff;
    background:  rgba(var(--me-primary-rgb), 1);
    background-color:  rgba(var(--me-primary-rgb), 1);
}
.meditorbox.meditorbox-solid.meditorbox-info > .meditorbox-header a,
.meditorbox.meditorbox-solid.meditorbox-info > .meditorbox-header .btn {
    color: #fff;
}
.meditorbox.meditorbox-solid.meditorbox-danger {
    border: 1px solid #dd4b39;
}
.meditorbox.meditorbox-solid.meditorbox-danger > .meditorbox-header {
    color: #fff;
    background: #dd4b39;
    background-color: #dd4b39;
}
.meditorbox.meditorbox-solid.meditorbox-danger > .meditorbox-header a,
.meditorbox.meditorbox-solid.meditorbox-danger > .meditorbox-header .btn {
    color: #fff;
}
.meditorbox.meditorbox-solid.meditorbox-warning {
    border: 1px solid #f39c12;
}
.meditorbox.meditorbox-solid.meditorbox-warning > .meditorbox-header {
    color: #fff;
    background: #f39c12;
    background-color: #f39c12;
}
.meditorbox.meditorbox-solid.meditorbox-warning > .meditorbox-header a,
.meditorbox.meditorbox-solid.meditorbox-warning > .meditorbox-header .btn {
    color: #fff;
}
.meditorbox.meditorbox-solid.meditorbox-success {
    border: 1px solid #00a65a;
}
.meditorbox.meditorbox-solid.meditorbox-success > .meditorbox-header {
    color: #fff;
    background: #00a65a;
    background-color: #00a65a;
}
.meditorbox.meditorbox-solid.meditorbox-success > .meditorbox-header a,
.meditorbox.meditorbox-solid.meditorbox-success > .meditorbox-header .btn {
    color: #fff;
}
.meditorbox.meditorbox-solid > .meditorbox-header > .meditorbox-tools .btn {
    border: 0;
    box-shadow: none;
}
.meditorbox.meditorbox-solid[class*="bg"] > .meditorbox-header {
    color: #fff;
}
.meditorbox .meditorbox-group > .meditorbox {
    margin-bottom: 5px;
}
.meditorbox .knob-label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 0.3em;
}
.meditorbox > .overlay,
.overlay-wrapper > .overlay,
.meditorbox > .loading-img,
.overlay-wrapper > .loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.meditorbox .overlay,
.overlay-wrapper .overlay {
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
}
.meditorbox .overlay > .fa,
.overlay-wrapper .overlay > .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}
.meditorbox .overlay.dark,
.overlay-wrapper .overlay.dark {
    background: rgba(0, 0, 0, 0.5);
}
.meditorbox-header:before,
.meditorbox-body:before,
.meditorbox-footer:before,
.meditorbox-header:after,
.meditorbox-body:after,
.meditorbox-footer:after {
    content: " ";
    display: table;
}
.meditorbox-header:after,
.meditorbox-body:after,
.meditorbox-footer:after {
    clear: both;
}
.meditorbox-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}
.meditorbox-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}
.collapsed-meditorbox .meditorbox-header.with-border {
    border-bottom: none;
}
.meditorbox-header > .fa, .meditorbox-header > .glyphicon, .meditorbox-header > .ion, .meditorbox-header .meditorbox-title {
    display: inline-block;
    font-size: 23px;
    margin: 0;
    line-height: 1;
    font-weight: 200;
}
.meditorbox-header > .fa,
.meditorbox-header > .glyphicon,
.meditorbox-header > .ion {
    margin-right: 5px;
}
.meditorbox-header > .meditorbox-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}
.meditorbox-header > .meditorbox-tools [data-toggle="tooltip"] {
    position: relative;
}
.meditorbox-header > .meditorbox-tools.pull-right .dropdown-menu {
    right: 0;
    left: auto;
}
.meditorbox-header > .meditorbox-tools .dropdown-menu > li > a {
    color: #444 !important;
}
.btn-meditorbox-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
}
.open .btn-meditorbox-tool,
.btn-meditorbox-tool:hover {
    color: #606c84;
}
.btn-meditorbox-tool.btn:active {
    box-shadow: none;
}
.meditorbox-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 0px;
}
.no-header .meditorbox-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.meditorbox-body > .table {
    margin-bottom: 0;
}
.meditorbox-body .fc {
    margin-top: 5px;
}
.meditorbox-body .full-width-chart {
    margin: -19px;
}
.meditorbox-body.no-padding .full-width-chart {
    margin: -9px;
}
.meditorbox-body .meditorbox-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
}
.meditorbox-body .meditorbox-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
}

.meditorbox-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}

.chart-legend {
    margin: 10px 0;
}
@media (max-width: 991px) {
    .chart-legend > li {
        float: left;
        margin-right: 10px;
    }
}
.meditorbox-comments {
    background: #f7f7f7;
}
.meditorbox-comments .meditorbox-comment {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
.meditorbox-comments .meditorbox-comment:before,
.meditorbox-comments .meditorbox-comment:after {
    content: " ";
    display: table;
}
.meditorbox-comments .meditorbox-comment:after {
    clear: both;
}
.meditorbox-comments .meditorbox-comment:last-of-type {
    border-bottom: 0;
}
.meditorbox-comments .meditorbox-comment:first-of-type {
    padding-top: 0;
}
.meditorbox-comments .meditorbox-comment img {
    float: left;
}
.meditorbox-comments .comment-text {
    margin-left: 40px;
    color: #555;
}
.meditorbox-comments .username {
    color: #444;
    display: block;
    font-weight: 600;
}
.meditorbox-comments .text-muted {
    font-weight: 400;
    font-size: 12px;
}


/* Ikonit */

.meditor-icon {
	width:1em;
	height:1em;
	display:inline-block;
	position:relative;
}

/* Savepage nappi */

.meditor-savepage {
	margin-left:8px;
}

/* ALERT */

#notification {
  margin-top: 6rem !important;
  z-index:5999;
}

/* NAPPEJA */

.meditorbtn-selectbox {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    padding:15px 0px 10px;
    font-size: 1rem;
    text-align: center;
    height: 115px;
	width:calc(12.5% - 10px);
    line-height: 20px;
	margin-left:10px;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:44px auto;
}

.meditorbtn-selectbox:first-child {
	width:12.5%;
	margin-left:0px;
}


.meditorbtn-label {
    font-size: 10px;
    font-weight: 400;
    display: block;
    margin: 5px auto 0;
    text-align: center;
    color: #212529;
}

.meditorbtn-selectbox svg {
    height: 45px;
    display: block;
    margin: 15px auto 0;
}

.meditorbtn-icon {
	fill: rgba(var(--me-primary-rgb), 1);
}


.meditorbtn-selectbox:hover,
.meditorbtn-selectbox.meditor-active {
	border-color: rgba(var(--me-primary-rgb), 1);
	background-color: rgba(var(--me-primary-rgb), 1);
	color:#fff;
	cursor:pointer;
	text-decoration:none;
}


.meditorbtn-selectbox:hover .meditorbtn-icon,
.meditorbtn-selectbox.meditor-active .meditorbtn-icon {
	fill:#fff;
}

.meditorbtn-selectbox:hover .meditorbtn-label,
.meditorbtn-selectbox.meditor-active .meditorbtn-label {
	color:#fff;
}

	

.meditor-multiblock-nav {
	display:block;
	position:relative;
	padding-top:20px;
	margin-top:20px;
	text-align:center;
	border-top: 1px solid #d8d8d8;;
}


/* Collapse meditorbox */


.meditorbox a:hover {
	text-decoration:none;
}

.meditorbox-header-xs {
	font-size:11px;
	display:block;
	font-weight:400;
line-height:11px;
margin-bottom:4px;
}


.meditorbox-header-lg {
	font-size:23px;
	line-height:23px;
	display:block;
	font-weight:700;
	text-transform:uppercase;	
}


/* TABIT */

.meditorbox-nav-tabs .dropdown-toggle::after {
    display: none;
}

.meditorbox-tabs .tab-pane {
	padding:10px;
}

/* MODAL */




/* LOMAKKEET */


#widgetmodal .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

#widgetmodal .form-header {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
}

#widgetmodal label.meditor-label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 500;
    font-size: 14px;
}




/* LOGIN SIVU */

.login-logo,
.register-logo {
  font-size: 2.1rem;
  font-weight: 300;
  margin-bottom: .9rem;
  text-align: center;
}

.login-page, 
.register-page {
    -ms-flex-align: center;
    align-items: center;
    background: #e9ecef;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
}

.login-box, .register-box {
    width: 360px;
}

@media (max-width: 480px) {
	
	.login-box, .register-box {
		margin-top: 20px;
		width: 90%;
	}
   
}
  
.login-card-body,
.register-card-body {
  background: #fff;
  border-top: 0;
  color: #666;
  padding: 20px;
}
    
.login-box-msg,
.register-box-msg {
  margin: 0;
  padding: 0 20px 20px;
  text-align: center;
}

.login-card-body .input-group .form-control, 
.register-card-body .input-group .form-control {
    border-right: 0;
}

.login-card-body .input-group .input-group-text, .register-card-body .input-group .input-group-text {
    background-color: transparent;
    border-bottom-right-radius: .25rem;
    border-left: 0;
    border-top-right-radius: .25rem;
    color: #777;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



/* Keyframes */



@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}



/* EDITORI SIDEBAR */

#me-sidebar {
	position:fixed;
	display:inline-block;
    min-height: calc(100% - 70px);
	top:70px;
	right:-270px;
    background-color: rgba(var(--bs-dark-rgb), 1);
    font-weight: normal;
    padding: 0;
    width: 270px;
    z-index: 11;
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#me-sidebar.me-sidebar-toggled {
	right:0;
}


#me-sidebar .btn:focus,
#me-sidebar .btn:hover,
#me-sidebar .btn {
	
	box-shadow:none !important;
}

#me-sidebar-toggle {
    display: inline-block;
	position:absolute;
    width: 60px;
    height: 60px;
    line-height: 30px;
    font-size: 27px;
    padding: 15px 0;
    text-align: center;
    border-radius: 0;
    z-index: 9;
	margin-left:-60px;
}


#me-sidebar-toggle .icon-open {
    display: none;
}

#me-sidebar-toggle .icon-close {
    display: inline-block;
}

#me-sidebar-toggle.open .icon-close {
    display: none;
}

#me-sidebar-toggle.open .icon-open {
    display: inline-block;
}


.me-sidebar-content  {
    height: 100vh;
    position: absolute;
    display:none;
    width: 100%;
    top: 0;
    left: 0;
	padding:2rem 1.25rem;
}

.me-sidebar-content.open {
    display:inline-block;
}

.me-sidebar-header-icon {
	font-size:3rem;
}

.me-sidebar-header {
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .15rem;
    font-weight: 500;
    font-size: 1.15rem;
}

#me-sidebar-primary {
    display: inline-block;
	position:absolute;
    width: 60px;
    height: 60px;
    line-height: 30px;
    font-size: 27px;
    padding: 15px 0;
    text-align: center;
    border-radius: 0;
    z-index: 9;
	margin-left:-60px;
	margin-top:60px;
}


#me-sidebar-secondary {
    display: inline-block;
	position:absolute;
    width: 60px;
    height: 60px;
    line-height: 30px;
    font-size: 27px;
    padding: 15px 0;
    text-align: center;
    border-radius: 0;
    z-index: 9;
	margin-left:-60px;
	margin-top:120px;
}

/* MATERIAALISALKKU */

/* Uploader */

.upload-area {
    width: 100%;
    height: 12rem;
    border: 2px dashed rgba(255, 255, 255, .25);
    border-radius: 0px;
    margin: 1rem auto;
    text-align: center;
    overflow: auto;
    padding: 1rem 1rem 1rem;
}

.upload-area:hover{
    cursor: pointer;
}

.upload-area h3{
    text-align: center;
    font-weight: normal;
	font-size:1.15rem;
	width:100%;
	margin-bottom:0;
    line-height: 1.5rem;
    color:2px dashed rgba(255,255,255,1);
}

#file{
    display: none;
}


.select-file {
  display: inline-block;
  border: 1px dashed #0fb7ba;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 10px;
}