/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * stopservice.se
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2016
 */

@font-face {
    font-family: "GravurCondensed";
    src: url("/download/18.5d2fb70815c11a8b383db6/1478783495639/lineto-gravurcondensed-regular.eot");
    src: url("/download/18.5d2fb70815c11a8b383db6/1478783495639/lineto-gravurcondensed-regular.eot?#iefix") format("embedded-opentype"), url("/download/18.5d2fb70815c11a8b383db5/1478783498695/lineto-gravurcondensed-regular.woff2") format("woff2"), url("/download/18.5d2fb70815c11a8b383db4/1478783497099/lineto-gravurcondensed-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GravurCondensed";
    src: url("/download/18.5d2fb70815c11a8b383db2/1478783650193/lineto-gravurcondensed-bold.eot");
    src: url("/download/18.5d2fb70815c11a8b383db2/1478783650193/lineto-gravurcondensed-bold.eot?#iefix") format("embedded-opentype"), url("/download/18.5d2fb70815c11a8b383db1/1478783652988/lineto-gravurcondensed-bold.woff2") format("woff2"), url("/download/18.5d2fb70815c11a8b383db3/1478783651550/lineto-gravurcondensed-bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

/* Automatisk utloggning START */
.env-modal-dialog {
   display: block;
   opacity: 1;
}

.env-modal-dialog__dialog > div {
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.83);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.83);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.83);   
}

.env-modal-dialog__dialog section {   
   border:none !important;
}
.env-modal-dialog__dialog header {   
   background-color:#eee !important;   
}
.env-modal-dialog__dialog h5 {   
   font-size:17px;
   color:#000;
   margin-top:2px;
}
.env-modal-dialog__dialog p, .env-modal-dialog__dialog button, .env-modal-dialog__dialog a {   
   font-size:15px;   
}
.env-modal-dialog__dialog p {   
   font-size:14px;
   margin:10px 0 !important;
}
.env-modal-dialog__dialog button {
   background-color:#444;
   border-color:#444;
}
.env-modal-dialog__dialog button:hover {
   background-color:#555;
   border-color:#555;
}
/* Automatisk utloggning END */

#move-to-aws-wrapper {
    position: fixed;
    padding: 20px 0 !important;
    top: auto !important;
    right: 0;
    bottom: 0;
    margin-bottom: 0 !important;
    z-index: 1;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.normal a,
.normalxvit a,
.sidhuvudxtext a {
    font-size: inherit;
}

.sts-padbottom40px {
    padding-bottom: 40px;
}

.sts-ankarlank {
    visibility: hidden;
    position: absolute;
    top: 0;
    margin-top: -80px;
}

.sts-ankarlank p {
    margin: 0;
}

.sts-header-base-content {
    background-color: rgba(27, 37, 45, 1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.navScroll .sts-header-base-content,
.menuOpen .sts-header-base-content {
    background-color: rgba(27, 37, 45, 1);
}

.sts-header {
    position: relative;
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
    padding: 25px 0px;
    height: 100px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sts-header-content {
    position: relative;
}

.sts-header-left {
    float: left;
}

.sts-header-right {
    float: right;
    padding-top: 15px;
}

.sts-header-right>div {
    float: right;
    margin: 0;
    padding: 0 10px;
    border-left: 2px solid white;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sts-header-right>div:last-of-type {
    border-left: none;
    padding-left: 0;
}

.sts-content-wrapper {
    margin-top: 100px;
    padding: 0 0 60px;
}

.sts-varatjanster .sv-grid-tolvgrid {
    max-width: 640px;
}

.sts-tjanstemeny img {
    width: auto;
    height: 52px;
}

.sts-tjanstemeny {
    text-align: center;
    margin: 10px auto;
}

.sts-tjanstemeny .sts-meny-item {
    width: 25%;
    display: block;
    float: left;
}

.sts-tjanstemeny .sts-meny-item p {
    text-transform: uppercase;
}

.sts-ikon-img {
    text-align: center;
}

.sts-ikon-img img {
    width: auto !important;
    height: 52px !important;
}

.sts-logo img {
    width: 195px !important;
    max-width: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sts-logo-footer img {
    width: 77px !important;
    max-width: none;
}

.sts-login {
    padding-left: 15px !important;
}

.sts-login .icon a:before {
    content: "";
    background-image: url('/login.svg');
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    display: block;
    float: left;
    background-size: 18px;
}

.sts-login .icon a.mobil:before {
    height: 20px;
    width: 20px;
    background-size: 20px;
    margin-top: -3px;
}

.sts-login span {
    display: block;
    float: left;
}

/* MENU CSS */

.sts-menu-button {
    width: 20px;
    padding: 7px;
    margin-left: -7px;
    box-sizing: content-box;
    position: absolute;
    top: 10px;
    cursor: pointer;
    z-index: 9999;
}

.sts-menu-button div {
    height: 2px;
    background: white;
    position: absolute;
    width: 20px;
    border-radius: 3px;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sts-menu-button div:nth-child(1) {
    top: 0;
}

.sts-menu-button div:nth-child(2) {
    top: 5px
}

.sts-menu-button div:nth-child(3) {
    top: 10px;
}

.menuOpen .sts-menu-button div:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px;
}

.menuOpen .sts-menu-button div:nth-child(2) {
    opacity: 0
}

.menuOpen .sts-menu-button div:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 5px;
}

.sts-menu-container {}

.sts-menu li {
    display: block;
    float: left;
}

.menytext,
.sidhuvudxtext {
    margin: 0 10px;
    padding: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.menytext {
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
}

.sts-menu-container .menytext:hover,
.sts-menu-container .aktiv .menytext {
    border-bottom: 2px solid #ff4b2f;
}

.open {
    display: block;
}

.sidfotxmeny {
    margin: 0 10px;
    white-space: nowrap;
}

.sidhuvudxtext:before {
    content: "\f095";
    display: inline-block;
    font-family: "FontAwesome";
    margin-right: 8px;
}

/* STARTSIDA */

.sts-startblock {
    position: relative;
    min-height: 300px;
}

.sts-startblock .sv-grid-tolvgrid {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 65%;
}

.sts-startblock .sv-image-portlet {
    z-index: -1 !important
}

.sts-startblock .sv-image-portlet img {
    max-width: none;
    max-height: none;
}

.sts-startblock p {
    max-width: 75%;
    margin: 0 auto;
}

.sts-startblock * {
    color: white;
}

.headingx1xstartsida {
    margin-bottom: 10px;
}

.sts-block-tjanster {
    padding: 60px 0;
    position: relative;
    border-bottom: 1px solid black;
}

.plus-knappar a {
    position: absolute;
    background: #ff4b2f;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    text-decoration: none;
}

.plus-knappar a:before {
    content: "+";
    text-align: center;
    color: white;
    display: block;
    font-size: 18px;
}

.plus-dator {
    right: 14.8%;
    top: 61%;
}

.plus-kopp {
    right: 18%;
    top: 27%;
}

.plus-post {
    left: 11%;
    top: 67%;
}

.plus-barn {
    left: 17%;
    top: 21%;
}

.plus-planbok {
    right: 32.5%;
    bottom: 19%;
}

.plus-bil {
    right: 13%;
    top: 55%;
}

.plus-kort {
    left: 10%;
    bottom: 29%;
}

.plus-bok {
    left: 7%;
    top: 9%;
}

.plus-nyckel {
    left: 30%;
    bottom: 12%;
}

.plus-kamera {
    right: 9.5%;
    bottom: 37%;
}

.rodxknapp a {
    background: #ff4b2f;
    padding: 11px 10px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 20px;
    min-width: 220px;
}

.sts-redbox-container {
    background-color: #ff4b2f;
    overflow: hidden;
    padding: 20px 0;
}

.sts-redbox-container h3 {
    margin-top: 0px;
}

.sts-redbox-container * {
    color: white !important;
}

.sts-toggle-boxes>div {
    display: block !important;
}

.sts-toggle-boxes .sv-row>div:first-of-type {
    cursor: pointer;
    text-align: center;
}

.sts-toggle-boxes .sv-row>div:first-of-type p:after {
    content: "+";
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
    line-height: 20px;
}

.sts-toggle-boxes .sv-row>div:last-of-type {
    display: none;
    margin: 5px 0px 20px;
    overflow: hidden;
}

.sts-toggle-boxes p {
    margin: 0;
    padding: 0;
}

.sts-toggle-boxes .open p:after {
    content: "-" !important;
}

.sts-start-valkommen {
    position: fixed;
    top: 100px;
    left: -420px;
    width: 420px;
    padding: 25px 45px 25px 20px;
    background: rgba(255, 75, 47, 0.9);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
}

.sts-start-valkommen .close:after {
    content: "\f104";
    position: absolute;
    right: 20px;
    top: 20%;
    font-size: 40px;
    color: white;
    font-family: "Fontawesome";
    cursor: pointer;
}

.sts-start-valkommen h3 {
    color: white;
    font-size: 170%;
    margin: 0px;
}

.sts-start-valkommen.show {
    left: 0px !important;
}

@media only screen and (max-width: 700px) {
    .sts-start-valkommen {
        top: 93px;
        left: -75%;
        width: 75%;
        padding: 20px 50px 20px 20px;
    }
}

.bubbla {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 20px;
    width: 210px;
    display: block;
    top: 29%;
    right: 18%;
    color: #1b252d;
    font-size: 150%;
    font-family: "GravurCondensed", sans-serif;
    border-radius: 5px;
    margin-top: -85px;
    margin-right: -92px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.bubbla.show {
    opacity: 1;
    top: 25%;
}

.bubbla:after {
    position: absolute;
    bottom: -15px;
    right: 90px;
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid rgba(255, 255, 255, 0.9);
    display: block;
}

/* LÃ¤smer toggle */

.sts-lasmer-toggle .sv-text-portlet {
    position: relative;
    margin: 10px 0;
    padding: 0px;
}

.sts-lasmer-toggle .sv-text-portlet:first-of-type p {
    cursor: pointer;
}

.sts-lasmer-toggle .sv-text-portlet:first-of-type p:after {
    content: "+";
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    line-height: 20px;
}

.sts-lasmer-toggle .sv-text-portlet:last-of-type {
    /*  display: none; */
    margin: 5px 0px 20px;
    overflow: hidden;
}

.sts-lasmer-toggle .sv-text-portlet:last-of-type p:first-of-type {
    margin-top: 0px
}

.sts-lasmer-toggle .sv-text-portlet p {
    padding: 0;
    display: inline-block;
}

.sts-lasmer-toggle .open p:after {
    content: "-" !important;
}

.sts-bestall-list {
    background: #eeeeee;
    text-align: center;
}

.sts-bestall-list>div:first-child {
    padding: 13px 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #999999;
}

.sts-bestall-list>div:last-child>.sv-text-portlet {
    border-bottom: 1px solid #999999
}

.sts-bestall-list>div:last-child>.sv-text-portlet:first-child p {
    background: #dddddd;
}

.sts-bestall-list>div:last-child p {
    margin: 0;
    padding: 13px 0;
    text-transform: uppercase;
    position: relative;
}

.sts-bestall-list .rodxknapp {
    margin-bottom: 0px;
}

.sts-bestall-list img {
    max-width: none !important;
    max-height: none !important;
    height: 75px !important;
    width: auto !important;
}

.sts-bestall-list .sts-bestall-plus p:before {
    content: "+";
    display: inline-block;
    color: red;
    font-size: 40px;
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 42px;
}

.sts-menu-minasidor {
    text-align: center;
    margin: 0;
}

.sts-menu-minasidor a {
    padding: 15px;
    width: 25%;
    display: block;
    float: left;
    background: #dedede;
    border-radius: 5px 5px 0 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sts-menu-minasidor a:hover {
    background: white;
}

.sts-menu-minasidor .aktiv a {
    background: white;
}

.sts-menu-minasidor-mobil .normal {
    font-size: 18px;
    padding: 10px;
}

.sts-menu-minasidor-mobil input[type="submit"] {
    display: none;
}

.sts-to-top {
    display: block;
    position: fixed;
    bottom: -10px;
    right: 10px;
    padding: 0px;
    background: rgba(27, 37, 45, 0.85);
    z-index: 9999;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sts-to-top:hover {
    background: rgba(27, 37, 45, 1);
}

.sts-to-top.active {
    opacity: 1;
    bottom: 20px;
}

.sts-to-top div {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 10px 12px 10px;
    border-color: transparent transparent #ffffff transparent;
    margin: 15px 15px 20px 15px;
    margin-top: 20px;
}

/* Inloggade formulÃ¤r */

#profileTable tr td,
#contactFormTable tr td,
#subscriptionTable tr td {
    padding-top: 0;
    padding-bottom: 0.5em;
}

/*
#profileTable tr td.bodyText{border: 1px solid #9a999a;height: 45px;padding:0.5em;background: #f5f7f6;opacity: 0.5;}
*/

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #000;
    margin: 3.5em 0 0;
    padding: 0;
}

.sts-portlet-content table {
    margin: 0 auto;
}

.sts-portlet-content .nol_Body,
.sts-portlet-content .nol_Body a {
    font-family: "GravurCondensed", sans-serif;
    font-size: 16px;
}

.rubrik1 {
    font-size: 18px;
    text-transform: uppercase;
}

.no_table_inputBox,
.no_table_inputBox_small {
    border-radius: 0px;
    padding: 12px;
    height: 45px !important;
    background: #f5f7f6;
    border: 1px solid #9a999a;
    width: 100%;
    max-width: none;
    -webkit-appearance: none;
}

.sts-portlet-content .select select {
    width: 100%;
    height: 45px !important;
    border-radius: 0px;
    padding: 12px;
}

.no_small_button,
.sts-portlet-content input[type="submit"] {
    background: #ff4b2f;
    padding: 11px 26px;
    display: block;
    border-radius: 5px;
    margin-top: 20px;
    /*  max-width: 300px; */
    cursor: pointer;
    border: none;
    height: auto;
    color: white;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: "GravurCondensed", sans-serif;
    text-transform: uppercase;
}

.no_small_button:hover,
.sts-portlet-content input[type="submit"]:hover {
    opacity: 0.8;
}

/* Profil */

#profileTable .select {
    display: block;
}

#profileTable tr.head td {
    padding-top: 2em;
}

/* Registreringar */

#houseHoldTableID .select {
    display: block;
    /*  max-width: 300px; */
}

#houseHoldTableID .rubrik3>td {
    padding: 10px 10px;
    font-weight: bold;
}

#houseHoldTableID .bodyText>td {
    padding: 15px 10px;
}

#houseHoldTableID .no_sperr_evenRow,
#houseHoldTableID .no_sperr_oddRow {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

#houseHoldTableID .no_sperr_oddRow {
    background: rgba(236, 236, 236, 0.5);
}

#houseHoldTableID .deleteAsset {
    background-image: none;
    height: auto;
}

#houseHoldTableID .deleteAsset:after {
    font-family: "FontAwesome";
    content: "\f057";
    color: #ff4b2f;
    font-size: 20px;
}

/* KontaktformulÃ¤r */

#nol_contactForm .no_table_inputBox {
    max-width: none;
}

#nol_contactForm .contactform_textArea {
    font-family: "GravurCondensed", sans-serif;
    font-size: 16px;
    border-radius: 0px;
    background: #f5f7f6;
    border: 1px solid #9a999a;
    width: 100%;
    max-width: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#nol_contactForm td.select {
    display: block;
    padding: 0;
    margin-bottom: 0.5em;
}

#nol_contactForm .select select {
    width: 100%;
    height: 45px !important;
    border-radius: 0px;
    padding: 12px;
}

/* Rubrik fÃ¶r add asset */

.subHead_padding {
    max-width: 300px;
    margin: 0 auto;
}

.sts-faq-Toggle {
    position: relative;
    overflow: hidden;
}

.sts-faq-Toggle h3 {
    background: #1b252d;
    padding: 10px 3%;
    color: white;
    margin: 10px 0;
    cursor: pointer;
}

.sts-faq-Toggle h3:after {
    content: "\f067";
    float: right;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    font-family: "FontAwesome";
}

.open h3:after {
    content: "\f068";
}

.sts-faq-Toggle .sv-text-portlet:last-of-type {
    overflow: hidden;
}

.sts-faq-Toggle p {
    margin: 0;
    padding: 5% 3% 6%;
    border-bottom: 1px solid rgba(27, 37, 45, 0.15);
}

.sts-faq-Toggle p:last-of-type {
    border-bottom: none;
}

.sts-faq-Toggle p:nth-of-type(even) {
    background: rgba(27, 37, 45, 0.05);
}

.sts-faq-Toggle p strong {
    text-transform: uppercase;
}

.sts-login-form #sv-login-form form {
    /*min-width: 350px;*/
    width: 100%;
}

.sts-login-form #sv-login-form form input {
    border-radius: 0px;
    height: 45px !important;
    background: #f5f7f6;
    border: 1px solid #9a999a;
    width: 100%;
    max-width: none;
    margin-bottom: 10px !important;
    -webkit-appearance: none;
}

.sts-login-form #sv-login-form form input[type="submit"] {
    background: #ff4b2f;
    padding: 11px 26px;
    display: block;
    border-radius: 5px;
    margin-top: 20px;
    border: none;
    height: auto;
    color: white;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 18px;
    text-transform: uppercase;
}

/* Bankid */

.sts-logincontent-wrapper {
    min-height: 33vw;
}

.bankidDiv {
    max-width: 400px;
    margin: 0 auto;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

#bankidmenu {
    visibility: hidden;
}

#bankidmenu.show,
.sv-editing-mode #bankidmenu {
    visibility: visible;
}

.bankIdLinkButton {
    color: black;
}

.sv-swedishbankidlogin-portlet * {
    font-family: inherit !important;
}

.sv-swedishbankidlogin-portlet a {
    text-decoration: underline;
}

.sv-swedishbankidlogin-portlet {
    font-family: "GravurCondensed", sans-serif;
}

.sv-swedishbankidlogin-portlet .normal {
    font-size: 14px;
}

.bvBankIDHeading1 {
    font-family: "GravurCondensed", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 40px;
    line-height: normal;
    text-transform: uppercase;
}

.bankIdmsg {
    font-family: "GravurCondensed", sans-serif;
    font-size: 18px;
    line-height: normal;
}

.bankIDButton {
    background: #ff4b2f;
    padding: 11px 26px;
    display: inline-block;
    border-radius: 5px;
    min-width: 220px;
    font-family: "GravurCondensed", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    line-height: normal;
    text-transform: uppercase;
    -webkit-appearance: none;
}

.bankid_inputBox {
    font-family: "GravurCondensed", sans-serif;
    letter-spacing: initial;
    width: 100%;
    border-color: #ff4b2f;
    -webkit-appearance: none;
    border-radius: 0px;
    font-size: 18px;
}

.bankIdBottomDiv {
    text-align: center;
    padding-top: 0px;
}

.cancelLink,
.bankIdLinkButton {
    font-size: 18px;
    margin-bottom: 10px;
    text-decoration: underline;
}

.bankIdLinkButton,
.bankIDCancel {
    float: none;
}

.bankIDCancel {
    display: block;
}

.warningText {
    background: white;
    font-size: 18px;
    padding: 20px;
}

.warningText span:before {
    content: "\f071";
    display: inline-block;
    font-family: "FontAwesome";
    margin-right: 12px;
    color: #ff4b2f;
    font-size: 30px;
    vertical-align: middle;
}

/* BestÃ¤ll/Registrera */

.sv-subscriptionadmin-portlet {
    margin-top: 40px;
}

.sv-subscriptionadmin-portlet h1.rubrik1 {
    font-size: 40px;
    text-align: center;
}

.sv-subscriptionadmin-portlet .nol_Body {
    max-width: 380px;
    margin: 0 auto;
}

.sv-subscriptionadmin-portlet #addAssetTableID {
    max-width: 380px;
}

.sv-subscriptionadmin-portlet form[name="confirmCheckoutForm"] {
    margin: 20px 0;
}

/******* Objektregistrering *******/

.sv-obejctassetview-portlet {
    font-family: "GravurCondensed", sans-serif;
    font-size: 150%;
}

.sv-obejctassetview-portlet .list__item {
    padding: 20px 10px;
}

.sv-obejctassetview-portlet .bvObjectcell {
    min-height: 62px;
    background: rgba(236, 236, 236, 0.18);
    margin: 5px 1%;
    border: 1px solid rgba(222, 222, 222, 0.76);
    border-radius: 3px;
}

.sv-obejctassetview-portlet .list__info {
    background-color: transparent !important;
    padding: 20px 0 30px;
}

.sv-obejctassetview-portlet .list__info>div {
    float: left;
    width: 48%;
    padding: 10px 10px 10px 10px;
}

.sv-obejctassetview-portlet .list__info>div:nth-of-type(2n+2) {
    clear: both
}

.sv-obejctassetview-portlet .list__info:after {
    content: "";
    display: block;
    border-bottom: 1px solid #e5e5e5;
    width: 80%;
    margin: 0 auto;
    padding-top: 40px;
}

.sv-obejctassetview-portlet ul>.list__info:last-child:after {
    display: none;
}

.sv-obejctassetview-portlet .list__info>div:first-of-type {
    width: 98%;
    border-left: 3px solid #ff4b2f !important;
}

.sv-obejctassetview-portlet .list__info>div:last-of-type {
    margin-bottom: 30px;
}

.sv-obejctassetview-portlet .bvObjectImage img {
    max-width: 100%;
}

.bvList_addLink {
    right: 75px;
    color: #ff4b2f;
    top: 20px;
    text-transform: uppercase;
}

.list__edit {
    clear: both;
    position: static;
    display: block;
    margin: 0 auto;
    padding: 12px 10px;
    border-radius: 3px;
    background: #ff4b2f;
    color: white;
    text-align: center;
    margin: 0 1%;
    bottom: 0px;
    right: 0px;
    text-transform: uppercase;
}

.list__edit:after {
    content: "\f040";
    font-family: "Fontawesome";
    font-size: 20px;
    margin-left: 10px;
}

.sv-obejctassetview-portlet .bvObjectInput {
    width: 100%;
    height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    padding: 5px;
    -webkit-appearance: none;
    font-size: 16px;
    font-family: "GravurCondensed";
}

.icon--right {
    cursor: pointer;
}

.icon--right:after {
    transition: all .2s ease;
}

.icon-arrow-up::after {
    margin-top: 5px;
}

/* override knappar utanfÃ¶r portlet-klass*/

.skjema_button {
    font-size: 18px
}

.skjema_button:nth-of-type(2) {
    background: transparent !important;
    color: #ff4b2f !important;
    text-transform: capitalize !important;
    text-decoration: underline;
}

.skjema_button:nth-of-type(3) {
    margin-top: 0px !important;
    background: transparent !important;
    color: #1b252d !important;
    text-transform: capitalize !important;
    text-decoration: underline;
}

.skjema_button:nth-of-type(2),
.skjema_button:nth-of-type(3) {
    width: auto !important;
    margin: 20px auto !important;
    padding: 0 !important;
}

.sv-obejctassetview-portlet .list__child {
    overflow: hidden;
}

@media only screen and (max-width: 890px) {
    .sv-obejctassetview-portlet .list__info>div {
        width: 100% !important;
        margin: 5px 0;
    }
    .sv-obejctassetview-portlet {
        max-width: 600px;
        margin: 0 auto;
    }
}

.sts-login-form>div {
    padding: 20px 25px 30px;
}

.sts-login-form .normal {
    font-size: 14px;
}

.sts-login-form .rodxknapp {
    margin: 0;
}

.sts-login-form .rodxknapp a {
    width: 100%
}

/* SV epostformulÃ¤r */

.sv-form-portlet form input {
    border-radius: 0px;
    height: 45px !important;
    border: 1px solid #9a999a;
    width: 100%;
    max-width: none;
    margin-bottom: 10px !important;
    -webkit-appearance: none;
    padding-top: 0.5em;
    padding-left: 0.5em;
    padding-bottom: 0.5em;
}

.sv-form-portlet form select {
    width: 100%;
    height: 45px;
    padding-top: 0.5em;
    padding-left: 0.5em;
    padding-bottom: 0.5em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    border: 1px solid #888;
    border-radius: 0px;
}

.sts-contact-form form>div>div:first-of-type>div:last-child {
    position: relative;
}

.sts-contact-form form>div>div:first-of-type>div:last-child:before,
.sts-contact-form form>div>div:first-of-type>div:last-child:after {
    content: " ";
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 5px;
    border-color: black transparent transparent;
    border-style: solid;
    display: block;
    position: absolute;
    top: 50%;
    right: 13px;
    margin-top: 1px;
    z-index: 0;
}

.sts-contact-form form>div>div:first-of-type>div:last-child:before {
    border-color: transparent transparent black;
    margin-top: -11px;
}

.sv-form-portlet form textarea {
    width: 100%;
    padding-top: 0.5em;
    padding-left: 0.5em;
    padding-bottom: 0.5em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    border: 1px solid #888;
    border-radius: 0px;
}

.sv-form-portlet form input[type="submit"] {
    background: #ff4b2f;
    padding: 11px 26px;
    display: block;
    border-radius: 5px;
    margin-top: 20px;
    border: none;
    height: auto;
    color: white;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 18px;
    text-transform: uppercase;
}

ul.generated-list-name-alfabet ul,
ol.generated-list-name-alfabet ul {
    list-style-type: lower-alpha !important;
}

.sts-box60pxToBo {
    padding: 60px 0;
}

.sts-box40pxToBo {
    padding: 40px 0;
}

/* Fancybox Override */

.fancybox-inner .sv-text-portlet {
    display: block !important
}

.fancybox-inner .sv-text-portlet:first-of-type {
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.fancybox-overlay {
    background: url('/fancybox_overlay.png') !important;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('/fancybox_sprite.png') !important;
}

/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url('/fancybox_sprite%402x.png') !important;
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}

@media only screen and (min-width: 1141px) {
    .navScroll .sts-header {
        padding: 15px 0px;
        height: 80px;
    }
}

@media only screen and (min-width: 701px) {
    .sts-redbox-container {
        display: none;
    }
}

@media only screen and (min-width: 891px) {
    .sts-menu-container {
        display: block !important;
    }
    .minasidor .mobil,
    .sts-login .mobil {
        display: none;
    }
}

@media all and (max-width: 1150px) {
    /******* FOOTER *******/
    .sts-footer-menu-wrapper a {
        font-size: 140%;
    }
}

@media only screen and (max-width: 1140px) {
    .sts-header {
        padding: 20px 0;
        height: 75px;
    }
    .sts-logo img {
        width: 150px !important;
    }
    .sts-header-right {
        padding-top: 10px;
    }
    .sts-header-right>div {
        padding: 0 10px;
    }
    .sts-content-wrapper {
        margin-top: 75px;
    }
    .menytext,
    a.menytext,
    .menytext a,
    .sidhuvudxtext {
        font-size: 16px;
    }
    .sts-login p:before {
        margin: 0px 10px 0 0;
    }
}

@media only screen and (max-width: 1000px) {
    .headingx1xstartsida {
        font-size: 50px;
    }
}

@media all and (max-width: 1050px) {
    .sts-footer-menu-wrapper a {
        margin: 0 5px;
    }
}

@media only screen and (max-width: 1020px) {
    .sts-header {
        height: 55px;
        padding: 12px 0;
    }
    .sts-header-right {
        padding-top: 8px;
    }
    .sts-content-wrapper {
        margin-top: 55px;
    }
    .sts-logo img {
        width: 29px !important;
    }
    .sts-startblock .sv-grid-tolvgrid {
        width: 55%;
    }
    .headingx1xstartsida {
        font-size: 40px;
    }
}

@media all and (max-width: 950px) {
    .sts-footer-menu-wrapper a {
        display: block;
        font-size: 18px;
        margin: 10px 0;
    }
    .sts-footer-menu-wrapper li:first-child a {
        margin-top: 0;
    }
    .sts-footer-menu-wrapper li:last-child a {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 890px) {
    .headingx1xstartsida {
        font-size: 30px;
    }
    .normalxvit,
    .normal,
    .merxinfoknapp {
        font-size: 16px;
    }
    .sts-kuntjanst {
        display: none;
    }
    .sts-header {
        padding: 12px 20px;
        width: auto;
    }
    .sts-header-right,
    .sts-header-left {
        float: none;
    }
    .sts-header-right>div {
        border-left: none;
    }
    .sts-login {
        position: absolute;
        right: 0;
        top: 10px;
        padding: 0px !important
    }
    .sts-kundtjanst-mobil {
        background-color: rgba(27, 37, 45, 1);
        padding: 10px;
        text-align: center;
        position: relative;
    }
    .sts-kundtjanst-mobil>div {
        display: inline-block;
    }
    .sts-logo {
        text-align: center;
        position: relative;
    }
    .sts-logo,
    .sts-kundtjanst-mobil,
    .sts-login {
        z-index: 9999;
    }
    .sts-content-wrapper {
        margin-top: 90px;
    }
    .sts-startcontent-wrapper {
        margin-top: 38px;
    }
    .sts-login .desktop {
        display: none;
    }
    .sts-login .mobil {
        display: block;
    }
    .logout {
        display: none !important;
    }
    .plus-kopp {
        right: 13%;
        top: 20%;
    }
    .plus-planbok {
        right: 27%;
        bottom: 12%;
    }
    .plus-nyckel {
        left: 24%;
        bottom: 10%;
    }
    .bubbla {
        right: 13%;
        top: 17% !important;
    }
    /* MENY */
    .sts-menu-container {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 9998;
        margin: 0;
        padding: 0 !important;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background: rgba(27, 37, 45, 1);
        width: 80%;
        /*  max-width: 400px; */
        left: -100%;
        opacity: 0;
        padding-top: 110px !important;
        border-right: none !important;
        box-shadow: 10px 0px 16px rgba(0, 0, 0, 0.31);
        transition: left 0.2s ease;
        -moz-transition: left 0.2s ease;
        -o-transition: left 0.2s ease;
        -webkit-transition: left 0.2s ease;
    }
    .sts-MenyOverlay {
        display: none;
        position: fixed;
        z-index: 5;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        background: #000;
        opacity: .33;
        filter: alpha(opacity=33);
    }
    .menuOpen .sts-MenyOverlay {
        display: block;
    }
    .menuOpen {
        display: block
    }
    .menuOpen .sts-menu-container {
        left: 0;
        opacity: 1;
    }
    .sts-menu li {
        float: none;
    }
    .sts-menu li a {
        font-size: 20px;
        padding: 10px 20px;
        margin: 0;
        /*    border-bottom: 1px solid rgba(27, 27, 27, 0.7);
    border-top: 1px solid rgba(255, 255, 255, 0.05); */
    }
    .sts-menu-inloggad {
        padding-top: 20px;
        /*  border-top: 1px solid rgba(255, 255, 255, 0.7); */
        margin-top: 20px;
    }
    .sts-menu-inloggad ul {
        border-left: 3px solid #ff4b2f !important;
        margin-left: 20px;
    }
    .sts-menu-inloggad li a {
        font-size: 20px;
        padding: 7px 20px;
        margin: 0;
    }
    .sts-menu-container .menytext:hover,
    .sts-menu-container .aktiv .menytext {
        color: #ff4b2f;
        border-bottom: none;
    }
    .sts-menu-container .menytext {
        border-bottom: none;
    }
    /*BankID */
    .bankIdmsg,
    .bankIDButton,
    .cancelLink,
    .bankIdLinkButton {
        font-size: 16px;
    }
}

@media only screen and (max-width: 700px) {
    .sts-startblock {
        border-top: 1px solid #080b0e;
    }
    .sv-grid-tolvgrid {
        padding: 0 20px;
    }
    .sts-logincontent-wrapper .sv-grid-tolvgrid {
        padding: 10% 20px;
    }
    .sts-startcontent-wrapper {
        margin-top: 34px;
    }
    .plus-knappar {
        display: none !important
    }
    .menytext,
    a.menytext,
    .menytext a,
    .sidhuvudxtext {
        font-size: 12px;
        margin: 0 5px;
        padding: 0;
    }
    .sts-tjanstemeny {
        max-width: 380px;
    }
    .sts-tjanstemeny .sts-meny-item {
        width: 50%;
        padding-bottom: 20px;
    }
    h1.heading {
        font-size: 40px;
    }
    h2.subheading,
    .bvBankIDHeading1 {
        font-size: 30px;
    }
    .sidfotxmeny {
        display: block;
        margin: 10px 0;
    }
    /*  .sts-login .icon a:before{margin-top: -3px;}*/
}

@media only screen and (max-width: 600px) {
    .headingx1xstartsida {
        font-size: 24px;
    }
    h1.heading {
        font-size: 30px;
    }
    h2.subheading,
    .bvBankIDHeading1 {
        font-size: 20px
    }
    .normalxvit,
    .normal,
    .merxinfoknapp,
    .rodxknapp a {
        font-size: 14px;
        margin-top: 10px;
        min-width: 120px;
    }
    .logout {
        display: none !important;
    }
    .sts-box60pxToBo,
    .sts-block-tjanster {
        padding: 40px 0;
    }
    .sts-box40pxToBo {
        padding: 20px 0;
    }
    .sts-ankarlank {
        margin-top: -80px;
    }
    .sts-ikon-img img {
        height: 40px !important;
    }
    /* Inloggade formulÃ¤r */
    .sts-portlet-content table {
        max-width: none !important;
    }
    .nol_Body {
        font-size: 14px;
    }
    .nol_Body a {
        font-size: inherit;
    }
    #houseHoldTableID .rubrik3>td {
        padding: 10px 0px;
    }
    #houseHoldTableID .bodyText>td {
        padding: 10px 0px;
    }
    .subHead_padding {
        max-width: none;
    }
    .sts-login-form>div {
        padding: 10px 10px 20px;
    }
    /*BankID */
    .bvIlTag {
        padding-bottom: 1.2em
    }
    .bankIdmsg,
    .bankIDButton,
    .cancelLink,
    .bankIdLinkButton {
        font-size: 14px;
    }
}

@media only screen and (max-width: 350px) {
    .normalxvit,
    .normal,
    .rodxknapp a {
        font-size: 12px;
    }
    .sts-first-start .sts-startblock .sv-grid-tolvgrid {
        top: 75%;
        -webkit-transform: translateY(-75%);
        -moz-transform: translateY(-75%);
        -ms-transform: translateY(-75%);
        -o-transform: translateY(-75%);
        transform: translateY(-75%);
    }
}