#root {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
#root > section {
    flex: 1
}

/*lägger till en border ovanför istället för under samt en extra padding till nästa sektion, men inte för första förekommande element.*/
.sp-summary h1:not(:first-child) {
    border-top: black 1px solid;
    margin-top: 5px !important;
    padding-top: 16px;
}

.sp-summary h2 {
    border-bottom: black 1px solid;
    margin-top: 5px !important;
}


.sp-summary {
 
    padding: 10px;
}

.sp-summary:first-child {
    border: 1px solid black;
    padding: 10px;
   
}

.sp-effect-card > div:last-child {
  max-height: 40vh !important;
  overflow-y: scroll;
}

.sp-effect-card > div > .sp-effect-card {
  min-height: fit-content;
  margin: 0px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 6px 10px, rgba(0, 0, 0, 0.05) 0px 0px 3px;
  border-bottom: 1px solid gray;
}

@font-face {
    font-family: "Crimson Text";
    src: ("../css/CrimsonText-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "FiraSans-Light";
    src: url("../css/FiraSans-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "FiraSans-ExtraBold";
    src: url("../css/FiraSans-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}


.sp-input fieldset label {
    z-index: 1;
}

.naviLogga .section-menu-icon {
    display: none !important;
}

.sp-navbar-mobile {
    display: inline !important;
}

.fa-check:before {
    background: #29818D;
}

.bypTjn {
    background-color: #29818D !important;
}

.sp-required label:first-child::after {
    content: "";
    visibility: visible;
    background: rgb(218, 57, 74);
    width: 8px;
    height: 8px;
    margin-left: 6px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: -1px;
}

.sp-date .sp-required legend::after {
     content: "" !important;
    visibility: visible;
    background: rgb(218, 57, 74) !important;
    width: 8px;
    height: 8px;
    margin-left: 6px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: -1px;
}

.sp-input .sp-required label::after {
    content: "";
    visibility: visible;
    background: rgb(218, 57, 74);
    width: 8px;
    height: 8px;
    margin-left: 6px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: -1px;
}

.sp-dropdown .sp-required label::after {
      content: "";
    visibility: visible;
    background: rgb(218, 57, 74);
    width: 8px;
    height: 8px;
    margin-left: 6px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: -1px;

}

.sp-radio .sp-required div legend::after {
 content: "" !important;
    visibility: visible;
    background: rgb(218, 57, 74) !important;
    width: 8px;
    height: 8px;
    margin-left: 6px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: -1px;
}
h1 {
    font-family: "FiraSans-Light", sans-serif;
    color: rgb(41, 129, 141);
    font-size: 39px;
    line-height: 1.2;
    margin: 0px 0px 20px;
}

h2 {
    font-family: "FiraSans-ExtraBold", sans-serif;
    color: rgb(53, 56, 59);
    font-size: 23px;
    line-height: 1.2;
    margin: 0px 0px 20px;
}

h3 {
    font-family: "FiraSans-ExtraBold", sans-serif;
    color: rgb(53, 56, 59);
    font-size: 19px;
    line-height: 1.2;
    margin: 0px 0px 20px;
}

h4 {
    font-family: "FiraSans-ExtraBold", sans-serif;
    color: rgb(53, 56, 59);
    font-size: 17px;
    line-height: 1.2;
    margin: 0px 0px 20px;
}

h5, h6 {
    font-family: "FiraSans-ExtraBold", sans-serif;
    color: rgb(53, 56, 59);
    font-size: 17px;
    line-height: 1.2;
    margin: 0px 0px 20px;
}


p {
    font-family: "Crimson Text";
    color: #212529;
    font-size: 23px;
    line-height: 1.2;
    margin: 0px 0px 16px;
}

a {
    color: #28282a;
    text-decoration: underline;
}

ul {
    font-family: "Crimson Text";
}

 .sp-input label {
    font-family: 'FiraSans', sans-serif;
    font-size: 17px;
}

.sp-date legend {
    font-family: 'FiraSans', sans-serif;
    font-size: 17px;
}

 .sp-dropdown label {
    font-family: 'FiraSans', sans-serif;
    font-size: 17px;
}

 .sp-checkbox label {
    font-family: 'FiraSans', sans-serif;
    font-size: 17px;
}

 .sp-radio label {
    font-family: 'FiraSans', sans-serif;
    font-size: 17px;
}

 .sp-input label {
    font-family: 'FiraSans', sans-serif;
    font-size: 17px;
}

.sp-repeat-item-label{
    font-family: 'FiraSans', sans-serif;
    font-size: 17px;
}

label {
    font-family: 'FiraSans', sans-serif;
    font-size: 17px !important;
    color: #404E67;
}


.sp-repeat-item-label{
    font-family: 'FiraSans', sans-serif;
    font-size: 17px;
    color: #404E67;
}

.sp-form-label {
    font-family: 'FiraSans', sans-serif;
    font-size: 17px;
    font-weight: bold;
}

li {
    font-size: 19px;
}

/* label {
    font-family: "Crimson Text";
}
*/

.sp-form-label {
    font-family: 'FiraSans', sans-serif;
    font-size: 17px;
}

.sp-radio legend {
    font-family: 'FiraSans', sans-serif;
    font-size: 17px;
}

.InputTable > label {
    font-family: 'FiraSans', sans-serif;
    font-size: 17px !important;
    color: #404E67;
    font-weight: bold;
}

button:disabled {
    display: none;
}

a:hover {
    color:#29818D;
    text-decoration: underline;
}

.naviLogga .sp-navbar-desktop {
    padding: 15px 45px;
}

.naviLogga img {
    height: 48px;
}

.naviLinks .container .section-nav span:hover {
    border-bottom: 3px solid #FFFFFF;
}

.naviLinks .container .section-nav a:active {
    border-bottom: 3px solid #FFFFFF;
}

.naviLinks li:active {
    border-bottom: 3px solid #FFFFFF !important;
}

.naviLinks {
    height: 58px !important;
}

.naviLinks .sp-navbar-desktop {
    height: 56px !important;
    box-shadow: 0 3px 12px 0 rgba(0,0,0,.05);
}

.sp-repeat-item-label {
    font-family: 'FiraSans', sans-serif;
    font-size: 17px;
    color: #404E67;
}

.naviLinks li span {
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    height: 56px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.naviLinks li span:hover {
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.sp-categories-card-text {
    font-family: 'Fira Sans',sans-serif;
    color: #00aecb;
    font-size: 18px !important;
    font-weight: 300;
    margin-bottom: 0;
}

.sp-search-wrapper {
    background: #FFFFFF !important;
}

.sp-search-wrapper-heading {
    font-family: 'Fira Sans',sans-serif;
    font-size: 39px !important;
    color: #29818D;
    font-weight: 400 !important;
    line-height: normal !important;
}

.sp-search-wrapper-text {
    font-family: 'Fira Sans',sans-serif;
    color: #35383b;
    font-size: 18px !important;
    font-weight: 300;
}

.sp-categories-card-heading {
    font-family: 'Fira Sans',sans-serif;
    color: #00aecb;
    font-size: 24px !important;
    font-weight: 600;
    margin-bottom: 3px !important;
    margin-top: 0;
}

.sp-search-results h2 {
    font-family: 'Fira Sans',sans-serif;
    text-align: left;
    color: rgb(53, 56, 59);
    font-size: 23px;
    line-height: 1.2;
}

.sp-search-results h3 {
    font-family: "Fira Sans, sans-serif";
    margin-bottom: 20px;
    text-align: left;
    font-size: 19px;
    line-height: 1.2;
}

.sp-search-results a {
    font-family: "Fira Sans", sans-serif;
}

.footer-section:first-child {
    background-color: #66E6FF;
    text-align: center;
}
.footer-section:last-child {
    background-color: #29818D;
    color: #FFFFFF;
    text-align: left;
}
.footer-section > .container {
    padding: 40px 40px 40px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-section > .container img {
    margin-bottom: 20px;
}

.footer-section:first-child > .container > div {
    flex: 1;
}
.footer-section > .container > div:not(:last-child) {
    margin-right: 15px;
}

.footer-section:first-child h3 {
    font-family: 'Fira Sans',sans-serif;
    font-size: 19px;
    font-weight: 500;
}

.footer-section:first-child p {
    font-family: 'Fira Sans',sans-serif;
    font-size: 16px;
}

.footer-section:last-child p {
    font-family: 'Fira Sans',sans-serif;
    font-size: 16px;
}

.footer-section:last-child a {
    font-family: 'Fira Sans',sans-serif;
    font-size: 16px;
}

.footer-section p {
    margin-bottom: 0;
    color: #FFFFFF;
}

@media (min-width: 768px) {
.col-md-3 {
    width: 50%;
}
}

.footer-link {
    align-items: center;
    color: #FFFFFF;
}

.footer-link a {
    display: flex;
    color: #fff;
    align-items: center;
}

.footer-link .icon-wrapper {
    width: 38px;
    height: 38px;
    margin-right: 14px;
    border-radius: 50%;
    background-color: rgba(255,255,255,.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

body {
    font-family: "Crimson Text", sans-serif;
    overflow-y: scroll;

}

.InputTable>div>table>thead{
    background-color: #29818D;
}

.hMFKMw{
    background-color: #29818D !important;
}

.sp-navbar {
    font-weight: bold;
    font-size:14px;
    display:flex;
    /*align-items:flex-end;
    padding-bottom:8px;*/
}

/* Start button */

button[name="_next"] {
    border: 1px solid #29818D !important;
    background-color: #29818D;
    color: #FFFFFF !important;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
}

button[name="_next"]:hover {
    border: 1px solid #65B6C3 !important;
    background-color: #65B6C3;
    color: #35383B !important;
    text-decoration: underline;
    text-decoration-color: #35383B;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
}

button[name="_prev"] {
    border: 1px solid #29818D !important;
    background-color: #29818D;
    color: #FFFFFF !important;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
}

button[name="_prev"]:hover {
    border: 1px solid #65B6C3 !important;
    background-color: #65B6C3;
    color: #35383B !important;
    text-decoration: underline;
    text-decoration-color: #35383B;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
}

button[name="_cancel"] {
    border: 1px solid #29818D !important;
    background-color: #29818D;
    color: #FFFFFF !important;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    border-radius: 40px;
    overflow: hidden;
    width: fit-content;
    padding: 10px 30px;
    transition: all 250ms ease 0s;
    min-height: 50px;
    margin-bottom: 12px;
}

button[name="_cancel"]:hover {
    border: 1px solid #65B6C3 !important;
    background-color: #65B6C3;
    color: #35383B !important;
    text-decoration: underline;
    text-decoration-color: #35383B;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    border-radius: 40px;
    overflow: hidden;
    width: fit-content;
    padding: 10px 30px;
    transition: all 250ms ease 0s;
    min-height: 50px;
    margin-bottom: 12px;
}

button[name="_Skicka in"] {
    border: 1px solid #29818D !important;
    background-color: #29818D;
    color: #FFFFFF !important;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    border-radius: 40px;
    overflow: hidden;
    width: fit-content;
    padding: 10px 30px;
    transition: all 250ms ease 0s;
    min-height: 50px;
    margin-bottom: 12px;
}

button[name="_Skicka in"]:hover {
    border: 1px solid #65B6C3 !important;
    background-color: #65B6C3;
    color: #35383B !important;
    text-decoration: underline;
    text-decoration-color: #35383B;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    border-radius: 40px;
    overflow: hidden;
    width: fit-content;
    padding: 10px 30px;
    transition: all 250ms ease 0s;
    min-height: 50px;
    margin-bottom: 12px;
}

button[name="_Signera"] {
    border: 1px solid #29818D !important;
    background-color: #29818D;
    color: #FFFFFF !important;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    border-radius: 40px;
    overflow: hidden;
    width: fit-content;
    padding: 10px 30px;
    transition: all 250ms ease 0s;
    min-height: 50px;
    margin-bottom: 12px;
}

button[name="_Signera"]:hover {
    border: 1px solid #65B6C3 !important;
    background-color: #65B6C3;
    color: #35383B !important;
    text-decoration: underline;
    text-decoration-color: #35383B;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    border-radius: 40px;
    overflow: hidden;
    width: fit-content;
    padding: 10px 30px;
    transition: all 250ms ease 0s;
    min-height: 50px;
    margin-bottom: 12px;
}

button[name="_Spara och fortsätt senare"] {
    border: 1px solid #29818D !important;
    background-color: #29818D;
    color: #FFFFFF !important;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    border-radius: 40px;
    overflow: hidden;
    width: fit-content;
    padding: 10px 30px;
    transition: all 250ms ease 0s;
    min-height: 50px;
    margin-bottom: 12px;
}

button[name="_Spara och fortsätt senare"]:hover {
    border: 1px solid #65B6C3 !important;
    background-color: #65B6C3;
    color: #35383B !important;
    text-decoration: underline;
    text-decoration-color: #35383B;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    border-radius: 40px;
    overflow: hidden;
    width: fit-content;
    padding: 10px 30px;
    transition: all 250ms ease 0s;
    min-height: 50px;
    margin-bottom: 12px;
}

.cCSXbl {
    color: unset !important;
}

button[color="primary"] > div {
    font-weight: unset;
    color: #FFFFFF;
}

button[color="danger"] > div {
    font-weight: unset;
}


/* End button */

/* Start breadcrumb */

.past div {
    background-color: #65B6C3  !important;
    border-top: 1px solid #6F6F6F  !important;
    border-right: 1px solid #6F6F6F  !important;
    border-bottom: unset !important; 
    border-left: unset !important; 
}
.past {
    background-color:  #65B6C3 !important;
    border-top: 1px solid  #6F6F6F  !important;
    border-left: 1px solid  #6F6F6F  !important;
    border-bottom: 1px solid  #6F6F6F  !important;
    font-weight: regular;
    color: #000000 !important;
    font-family: 'Fira Sans', sans-serif;
    list-style: square url(example.png) inside;
}
.current div {
    background-color:  #29818D  !important;
    border-top: 1px solid  #6F6F6F  !important;
    border-right: 1px solid  #6F6F6F  !important;
    border-bottom: unset !important; 
    border-left: unset !important; 
}
.current {
    background-color:  #29818D !important;
    border-top: 1px solid  #6F6F6F  !important;
    border-left: 1px solid  #6F6F6F  !important;
    border-bottom: 1px solid  #6F6F6F  !important;
    font-weight: bolder;
    font-size: 16px !important;
    color: #FFFFFF !important;
    font-family: 'Fira Sans', sans-serif;
    list-style: square url(example.png) inside;
}
.coming div {
    background-color:#65B6C3 !important;
    border-top: 1px solid #6F6F6F !important;
    border-right: 1px solid #6F6F6F !important;
    border-bottom: unset !important; 
    border-left: unset !important; 
}
.coming {
    background-color: #65B6C3 !important;
    border-top: 1px solid #6F6F6F !important;
    border-left: 1px solid #6F6F6F !important;
    border-bottom: 1px solid #6F6F6F !important;
    font-weight: regular;
    color: #000000 !important;
    font-family: 'Fira Sans', sans-serif;
    list-style: square url(example.png) inside;
}

/* End breadcrumb */

/* START ACCORDION */

.sp-accordion-bar {
    -webkit-appearance: none;
    width: 100%;
    /*padding: 14px 50px 14px 22px;*/
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(41,129,141,.2);
    border: solid 1px #29818D;
    border-left-width: 3px;
    border-left-color: #29818D;
    color: #35383b;
    text-align: left;
    text-decoration: none;
    line-height: 1.1;
    font-weight: 600;
    font-size: 15px;
    margin: 0;
    cursor: pointer;
    font-family: 'Fira Sans', sans-serif;
}

.sp-accordion-bar:hover {
    -webkit-appearance: none;
    width: 100%;
    /*padding: 14px 50px 14px 22px;*/
    background-color: #E2EAEB !important;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(41,129,141,.2);
    border: solid 1px #29818D;
    border-left-width: 3px;
    border-left-color: #29818D;
    color: #35383b;
    text-align: left;
    line-height: 1.1;
    font-weight: 600;
    font-size: 15px;
    margin: 0;
    cursor: pointer;
    font-family: 'Fira Sans', sans-serif;
    text-decoration: underline;
}

div.sp-accordion > div:nth-child(1) > div:nth-child(1):only-child {
  background-color: #FFFFFF;
}

.sp-accordion-bar {
    background-color: #E2EAEB;
}

.sp-accordion-bar p {
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    margin-bottom: 20px;
    font-family: 'Crimson text',serif;
    color: #28282a;
    font-size: 23px;
    line-height: 1.32em;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgba(0,0,0,.004);
}

.sp-accordion-bar > div > row {
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    border-radius: 3px;
    padding: 20px 20px 60px;
}

/* END ACCORDION */

li::marker {
    color: #29818D;
    font-size: 23px;
}

.sp-fileupload-wrapper div:last-of-type {
    background-color: #29818D !important;
    content: "Bläddra";
    color: #FFFFFF;
    font-family: 'Fira Sans', sans-serif;
}

.sp-fileupload-wrapper div {
    font-family: 'Fira Sans', sans-serif;
}

/* START DATASHEET */

.sp-datasheet button {
    background-color: #29818D;
    color: #FFFFFF !important;
}

.sp-datasheet button:hover {
    background-color: #65B6C3;
    color: #FFFFFF !important;
}

.sp-datasheet tr th {
    background-color: #29818D;
    color: #FFFFFF;
    font-family: 'Fira Sans', sans-serif;
}

.InputTable button {
    font-family: 'Fira Sans', sans-serif;
    background-color: #29818D;
    color: #FFFFFF !important;
}

.InputTable button:hover {
    background-color: #65B6C3;
    color: #FFFFFF !important;
}

/* END DATASHEET */

/*

.profileview h1 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 39px;
    font-weight: 400;
}

.profileview button {
    border: 1px solid #29818D !important;
    background-color: #29818D;
    color: #FFFFFF !important;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
}

.profileview button:hover {
    border: 1px solid #65B6C3 !important;
    background-color: #65B6C3;
    color: #35383B !important;
    text-decoration: underline;
    text-decoration-color: #35383B;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
}

*/

.InputTable > div > table > thead > tr > th {
    min-width: unset;
    font-family: 'FiraSans', sans-serif;
    font-size: 17px;
    color: #FFFFFF;
}

.vertical-table-row {
    text-transform: none !important;
}

@media screen and (max-width: 690px) {
.sp-wrapper-process-button div {
    flex-direction: column-reverse;
    }
}

/* Chatt */

.sp-chat-box > div:first-child {
    background: #29818D !important;
}

.fa-comment {
    background: #29818D !important;
}

.fa-times {
    background: #29818D !important;
}

/* End Chatt */

.sp-repeat-add-btn button {
    color: #FFFFFF;
    background: #29818D;
    border: 1px solid #29818D !important;
    align-self: center;
    border-radius: 40px;
    font-family: 'FiraSans', sans-serif;
}

.sp-repeat-add-btn button:hover {
    color: #FFFFFF;
    background: #65B6C3;
    border: 1px solid #65B6C3 !important;
    align-self: center;
    border-radius: 40px;
    text-decoration: underline;
    font-family: 'FiraSans', sans-serif;
}
