/*
Theme Name: Hittalanet.se
*/
body {
	background-color: #f3f3f4;
}
body a {
    color: #007bff;
    text-decoration: none;
}
.ws-nav-shadow {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    background: #FFFFFF;
    position: relative;
}
.navbar {
    font-size: 0.9rem;
}
.img-fluid {
    width: 100%;
}
.mini-text {
	font-size: 13px;
}
.mini-line-height {
    line-height: 0.6;
    padding: 20px 0;
}
.bg-shadow {
    background-color: #FFFFFF;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.brick {
    background: #FFFFFF;
    min-height: 80px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    margin-bottom: 5px;
    padding: 10px 5px;
}
.firstContent {
    width: 100%;
    padding: 62px 0 90px;
    display: inline-block;
    margin: 0 0 45px 0;
    border-bottom: 1px solid #CCCCCC;
    background-color: #e2ead2;
}
.covercalculators {
    background: url("https://www.hittalanet.se/wp-content/uploads/2018/05/hittalanet-cover-kalkylatorer.png") no-repeat;
background-size: cover;
}
.coverfacts {
    background: url("https://www.hittalanet.se/wp-content/uploads/2018/05/hittalanet-cover-facts.png") no-repeat;
background-size: cover;
}
.covercreditcards {
    background: url("https://www.hittalanet.se/wp-content/uploads/2018/06/hittalanet-cover-kreditkort.jpg") no-repeat;
background-size: cover;
}
.post-content h1 {}
.post-content h2 {}
.post-content h3 {
    font-size: x-large;
    margin: 30px 0 10px 0;
}
.post-content h4 {
    color: #555;
    font-size: large;
}
.footer-wrapper ul {
    padding: 0;
}
.footer-wrapper ul li {
    list-style-type: none;
}
.footer-wrapper ul li a {}
.end-footer-wrapper {
    background: #787878;
    color: #FFFFFF;
}
.end-footer-wrapper a {
    color: #FFFFFF;
}
.txt-small {
    font-size: small;    
}
.txt-x-small {
    font-size: x-small;    
}
.loader {
    border: 12px solid #f3f3f3; /* Light grey */
    border-top: 12px solid #28a745; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
}
.widget-related {
    border: 1px solid #B9D858;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.bg-gradient-blue {
    color: #FFFFFF !important;
    background: #07a7e3;
    background: -moz-linear-gradient(-45deg, #07a7e3 0%, #32dac3 100%);
    background: -webkit-linear-gradient(-45deg, #07a7e3 0%, #32dac3 100%);
    background: linear-gradient(135deg, #07a7e3 0%, #32dac3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$qp-color-1, endColorstr=$qp-color-2,GradientType=1 );
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.ak-card {
    height: auto;
    padding: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 10px 0;
    display: inline-block;
    width: 100%;
}
.card-top-left {
  font-weight: bold;
    font-size: 48px;
    float: left;
}
.card-smaller-txt {
    font-size: 18px;
    float: none;
}
.card-left-txt {}
.card-txt-wrapper-left {
    float: left;
    text-align: left;
    line-height: 16px;
    margin-top: 5px;
    max-width: 80%;
}
.card-txt-wrapper-right {
    float: right;
    text-align: right;
    line-height: 16px;
    margin-top: 5px;
    max-width: 70%;
}
.card-top-right {
  font-size: 26px;
}
.card-right-txt {
    font-size: 12px;
}
.archive-feat-img {
    overflow: hidden;
    height: 200px;
}
.table-mini {
    font-size: small;
    overflow: scroll;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
}
.table-mini td {
    padding: 0.3rem;
}
.introtext {
    font-size: 1.4rem;
    font-weight: 600;
}
.todolist {
    background: rgba(0,0,0,.05);
    padding: 0px;
    margin: 20px 0;
    border: 1px solid #28a745;
    font-size: 1.1rem;
}
.todolist p {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
}
.todolist ol {
    margin-right: 25px;
    list-style: none;
}
.todolist ol li {
    counter-increment: items;
    margin: 0 0 15px 0;
}
.todolist ol li:before {
    margin-right: 10px;
    content: counter(items);
    background: #28a745;
    border-radius: 100%;
    color: white;
    width: 1.5em;
    text-align: center;
    display: inline-block;
}
.todolist h3 {
    margin: 0px 0 10px 0;
    background: #28a745;
    color: #FFFFFF;
    padding: 10px 37px;
    font-size: 1.4rem;
}
.hlexample h3 {
    margin: 0 0 3px;
}
.hlexample {
    padding: 20px 10px 20px 20px;
    margin: 0 0 20px;
    border-left: 5px solid;
    border-left-color: #58c3e0;
    position: relative;
    background-color: #f0eff2;
    line-height: 1.8em;
}
.hlexample::before {
    left: -58px;
    top: 41px;
    content: 'Räkneexempel';
    background-color: #58c3e0;
    color: #FFF;
}
.hlexample::before {
    position: absolute;
    transform: rotate(90deg);
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 6px;
    line-height: 17px;
}
.morefacts {
background: none repeat scroll 0 0 #FCFCFC;
color: #555555;
font-size: 12px;
padding: 10px 30px;
background: #EEEEEE;
border-top: 3px solid #CCCCCC;
}
.morefacts h2 {
color: #E65C00;
}
.morefacts h3 {
color: #787878;
font-size: 16px;
}
.sammanfattning {
    background: none repeat scroll 0 0 #FCFCFC;
    border-color: #E65C00 #EEEEEE #EEEEEE;
    border-style: solid;
    border-width: 4px 1px 1px;
    color: #555555;
    float: right;
    font-size: 14px;
    margin: 8px 0 5px 9px;
    padding: 0 0 0 16px;
    width: 40%;
}
.sammanfattning.small {
    width: 29%;
}
.sammanfattning.wide {
    width: 100%;
    padding: 0;
    float: none;
}
.sammanfattning.wide ul {
margin: 0;
}
.sammanfattning.wide ul li {
    list-style-type: none;
    border-bottom: 1px solid #CCCCCC;
    display: inline-block;
    width: 100%;
    min-height: 52px;
    text-align: center;
    background: none;
    margin: 0;
    padding: 0;
}
.sammanfattning .spanLeft {
float: left;
width: 35%;
}
.sammanfattning .spanRight {
float: right;
width: 30%;
}
.sammanfattning .spanLeft.topMargin, .sammanfattning .spanRight.topMargin {
margin: 18px 0 0 0;
font-size: 18px;
}
.sammanfattning h5 {
color: #555555;
font-size: 17px;
margin: 5px 0;
padding: 0;
}
.footer-wrapper {
    margin-top: 66px;
    background: #E5E5E5;
    padding: 60px 0;
    border-top: 1px solid #CCCCCC;
}
/* -------------------------- myloans -----------------------*/
.myloans {
    bottom: 0;
    z-index: 10001;
    background: #FFFFFF;
    position: fixed;
    max-width: 434px;
    padding: 10px;
    width: 100%;
    right: 0;
    border: 1px solid #CCCCCC;
    border-width: 1px 1px 0px 1px;
}
/* -------------------------- ol design -----------------------*/
 body {
   counter-reset: item;
 }

ol.table-contents {
    list-style: none;
    padding: 0;
}
ol.table-contents li {
    counter-increment: item;
    margin-bottom: 5px;
    font-size: small;
}
ol.table-contents li:before {
    margin-right: 10px;
    content: counter(item);
    background: #28a745;
    border-radius: 100%;
    color: white;
    width: 1.5em;
    text-align: center;
    display: inline-block;
}

/* --------------------------------------- toc ---------------------------------------------------*/
.shortcode-toc {
    font-size: 0.8rem;
}
.shortcode-toc ul {
    padding: 0;
    margin: 0;
}
.shortcode-toc ul li {
    list-style-type: none;
    margin-bottom: 4px;
}
.shortcode-toc ul li a {

}
/* --------------------------------------- breadcrumbs ---------------------------------------------------*/
.breadcrumbs {
color: #666666;
font-size: 12px;
margin: 0 0 10px;
padding: 5px 0;
display: inline-block;
}
.level {
background: none repeat scroll 0 0 #EEEEEE;
padding: 3px 0 3px 5px;
margin: 5px 0;
border-width: 1px 0 1px 1px;
border-style: solid;
border-color: #DDDDDD;
float: left;
}
.levelnext {
background: url('https://www.hittalanet.se/wp-content/uploads/2018/05/level.png') no-repeat 0px 0px;
float: left;
margin: 5px 0;
height: 26px;
width: 17px;
}
.levelfinal {
background: none repeat scroll 0 0 #B9D858;
padding: 4px 14px;
float: left;
margin: 5px 0;
}
/* ---------------------------------------comments ---------------------------------------------------*/
.indexation {}
.indexation a {
    float: left;
    width: 21px;
    text-align: center;
    padding: 1px 0;
    margin: 2px 3px 5px 0;
    background: #EEE;
    font-size: 21px;
}
.index {
width: 24px;
clear: both;
font-size: 20px;
line-height: 22px;
color: #569612;
background: #F1F1F1;
text-align: center;
padding: 5px 0;
margin: 5px 0;
border: 1px solid #EEEEEE;
}
/* --------------------------------------- images ---------------------------------------------------*/
.alignleft {
    width: auto;
    float: left;
    margin: 0 10px 10px 0;
}
/* ---------------------------------------comments ---------------------------------------------------*/
.commentlist {
    margin: 0;
    padding: 0;
}
.commentlist ol {}
ol.commentlist li {
    list-style-type: none;
}
.comments-template {
    clear: both;
    margin: 50px 0;
}

#author:focus, 
#email:focus,
#url:focus {
background: #FFFFFF;
}
.comments-template ol.commentlist li {
    list-style-type: none;
}
.comments-template ol li ul li {
    background: none repeat scroll 0 0 transparent;
}
.comment-body {
    background: none repeat scroll 0 0 #FCFCFC;
    border-top: 1px solid #E65C00;
    margin: 10px 0;
    padding: 10px;
}
.comment ul.children {
    margin: 0;
}
.children .comment-body {
    background: none repeat scroll 0 0 #EBF5FF;
    margin: 0 0 0 30px;
}
.comment ul.children li.comment ul.children li.comment div.comment-body {
    background: none repeat scroll 0 0 #F7F7F7;
    margin: 5px 0 0 50px;
}

.comment-meta a
{
    color: #7A7A7A;
    font-size: 0.8em;
}
.comment-author a, 
.comment-author {
    font-size: 1.3em;
    color: #000000;
}
.avatar {}
.commentmetadata {}
.commentmetadata_dates {
font-size:0.7em;
margin-bottom:12px;
}
.comments-template h3 {
    clear: both;
    margin-top: 42px;
}
.comment-form-comment label {
clear: both;
}
.commentlist li.alt {
}
/* -------------------------------- media queries ------------------------- */
@media (max-width: 767px) {
    .sammanfattning {
        width: 100%;       
    }
}
@media (max-width: 600px) {

}


/*style for bank calc */

.main-grid.my-calc {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #E1ECD1; 
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}

@media screen and (max-width : 991px) {
    .main-grid.my-calc {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    }
} 
.fields.my-calc {
    grid-column: 1/2;
    grid-row: 1/2;
    display: -ms-grid;
    display: -moz-grid;
    display: grid;
    grid-template-columns: 1fr;
}
.accomodation.my-calc, .main-amount.my-calc, .downpayment.my-calc, .interest.my-calc, .expense.my-calc, .expense2.my-calc{
    padding-bottom: 1.5rem;
}
.input-numbers.my-calc {
    grid-column: 1/4;
    padding: 3%;
}
.my-calc2, .expense2{
    display: none;
}
@media screen and (max-width : 1200px) {
    .input-numbers.my-calc {
        grid-column: 1/6;
    }
    }
.note.my-calc p{
    text-align: justify;
    font-style: italic;
}
.results.my-calc {
    grid-column: 5/6;
    padding: 4%;
    display: -ms-grid;
    display: -moz-grid;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    background-color: #A8CB5C;
    color: white;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.radio-1.my-calc {
   display: inline-block;
}
@media screen and (max-width : 1200px) {
    .results.my-calc {
        grid-column: 1/6;
    }
    .radio-1.my-calc {
        width: 100%;
        padding-bottom: 1rem;
    }
}
table.my-calc {
    width: 100% !important;
    border: transparent;
}
table.my-calc.renter td {
    border: 1px solid #A8CB5C !important;
}
@media only screen and (max-width: 760px), (max-width: 1024px) and (min-width: 768px) {
    tr.my-calc {
        border: 1px solid #A8CB5C !important;
    }
    td.my-calc {
        padding-left: 0% !important;
    }
}
td.my-calc {
    background-color: #A8CB5C !important;
    border: 1px solid #A8CB5C !important;
}
table.my-calc tr>td:nth-child(2) {
    text-align: right !important;
}
.pre-sum.my-calc, .sum.my-calc {
    text-align: center;
}
.rate.my-calc {
    font-size: 250%;
    font-weight: 600;
}
input.my-calc[type=text], select.my-calc{
    width: 80%;
    padding: 12px;
    color: black;
    border: 1px solid #eee;
    resize: vertical;
    background-color: white;
  }
  select.my-calc {
    width: 83%;
    color: black;
    background-color: white;
  }
  option.my-calc {
    color: black;
    background-color: white;
  }
@media screen and (max-width : 1200px) {
    select.my-calc {
        width: 82%;
      }
    }
  @media screen and (-webkit-min-device-pixel-ratio:0) { 
    select:focus.my-calc,
    textarea:focus.my-calc,
    input:focus.my-calc {
      font-size: 16px;
      background: #eee;
    }
  }
  @media screen and (-webkit-min-device-pixel-ratio:0) { 
    select.my-calc,
    textarea.my-calc,
    input.my-calc {
      font-size: 16px !important;
      outline: none;
    }
  }
  td.my-calc {
    padding: 5% 0;
    background: #fff;
    border: transparent;
  }
.red {
    color: red;
    border: 1px solid red !important;
}
.tooltip-e.my-calc {
    display: none;
}
.tool {
  display: block;
  color: red;
}

h1.pre-sum.my-calc {
    color: white;
}

/* ad box css start */
.boxes {background: #ADCE663D  none repeat scroll 0 0;border: 3px dotted #5A9300; margin: 8px 0;padding: 10px 10px;}
.boxes p {margin-bottom: 10px;font-size: 14px;}
.boxes .widget {background: transparent;box-shadow: none;border: none;margin: 0;padding: 10px 0px 8px;}
.boxes h3 {font-weight: 600;margin: 0 0 12px;font-size: 20px;font-family: titillium web,sans-serif;color: #2b2b2b;}
.boxes p a {color: #5A9300;}

.bg-gradient-blue.ak-card
{
	display:flex !important;
}
.bg-gradient-blue.ak-card .card-txt-wrapper-right {
    flex: 1;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 100%;
}
.htmltext {
    font-size: 14px;
}