/*

flatpickr

--- EVENEMANG - Sortera på datum 

*/

.flatpickr {
   display: flex;
   justify-content: center;
   margin: 0 auto;
   max-width: 360px;
   margin-bottom: 10px;
}

.flatpickr-container {
   margin-top: 2em;
}

.flatpickr input {
   border: 1px solid #c3c3c3;
   width: 100%;
   padding: 0 8px;
   max-width: 360px;
   background: #fff;
   font-family: "open sans",sans-serif;
   cursor: pointer;
   box-sizing: border-box;
   font-size: 16px;
}

.flatpickr label {
   position: relative;
   left: 4em;
   margin-left: -4em;
}

.flatpickr label span {
   position: relative;
   top: -1.5em;
   left: 5px;
}

.flatpickr .input-button {
   text-decoration: none;
   border: 1px solid #bbb;
   display: block;
   padding: 12px;
   border-left: 0;
   cursor: pointer;
   align-self: center;
   justify-content: center;
   line-height: 1;
}
.flatpickr .input-button:hover {
   background: #f2f2f2;
}

.flatpickr .input-button span {
	position: relative;
   top: -0.5em;
}

.icon-close:before {
   font-family: "Ionicons";
   content: "\f2d7";
   font-size: 26px;
   line-height: 0;
   top: 5px;
   position: relative;
   font-style: normal;
}

.icon-calendar:before {
   font-family: "Ionicons";
   content: "\f3f3";
   font-size: 26px;
   line-height: 0;
   top: 5px;
   position: relative;
   font-style: normal;
}