﻿
h3 {
    font-size:18px;
    line-height:20px;
}

/* Prevent underline when anchor elementes are styled as bootstrap buttons */
a.btn, a.btn-sm {
    text-decoration:none;
}

/* Blue button for wizzard */
.btn.blue {
    background-color: #1b497c;
    color: #FFFFFF;
}

/* Make right column headers blue */
/*
    We actually should rename login__user-box to something generic,
    because we use it for all the pages
*/
.login__user-box h3, .login__user-box h4 {
    color: #366aa7;
    margin-bottom: .7rem;
}

/* Min height of the blue line in top of the layout*/
.navigation-line {
    min-height:40px;
}

/* Adds left-margin to labels that comes after a radio button */
input[type="radio"] + label,
label + input[type="radio"],
span input[type="radio"] {
    margin-left: 7px;
}

.card-body { /*Bootstrap 4.2.1 hack*/
    padding: 1.1rem;
}

.anm-fejltekst {
    padding-left: 5px;
}

.rblHvem input:not(:first-child) {
    margin-top: 15px;
}

.rblHvem label {
    display: inline;
}

/* Accordion */
.accordion h5 {
    cursor: pointer;
    margin-bottom: 25px;
}

.accordion h6 {
    color: #2173AA;
    cursor: pointer;
    text-decoration: underline;
    padding: 7px 0 7px 0;
}

/*Fix for modal boxes */
.modal p {
    text-align:left;
}

/* Allow modal boxes to be wider on bigger sceens*/
@media all and (min-width:992px) {
    .modal-dialog {
        max-width: 600px;
    }
    .modal-dialog.modal-dialog-wide {
        max-width: 800px;
    }
}

.modal-body {
    padding: 1.5rem;
}

.modal-header {
    padding: 1rem 1.5rem;
}

@media all and (min-width:992px) {
    .modal-dialog {
        max-width: 600px;
    }
}

#begunstigede .row {
    margin-bottom:7px;
}

#begunstigede input[type="text"],
#begunstigede select {
    width: 150px;
    padding:1px 3px;
}
#begunstigede select {
    padding-left: 1px!important;
}

@media all and (min-width:768px) {
    #begunstigede input[type="text"],
    #begunstigede select {
        width: 225px;
    }
}

#begunstigede input[type="checkbox"] {
    margin-right:5px;
}

/*LCC: Dækningsoversigt start*/
h3.secHeading {
    color: #366aa7;
    padding-top:20px;
    padding-bottom:10px;
}

.aftale {
    cursor: pointer;
    font-size: 1rem;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    position: relative;
}

.aftale span {
    display: block;
    padding: 8px 8px;
}

    .aftale .pil {
        background: #366aa7;
        color: white;
        border-radius: 4px;
        width: fit-content;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-left:10px;
    }


.aftale .pil:after {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-size: 20px;
    color: white;
    content: "\e5cc";
}

.aftale .link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

    .aftale .laes_mere {
        font-size: 11px;
        white-space: nowrap;       
    }

.shadows {
    box-shadow: 0 3.5px 10px rgba(0,0,0,0.15);
    border-radius: 3px !important;
}

.borderTop {
    border-top: 3px solid #366aa7;
}

.borderLeft {
    border-left: 3px solid #366aa7;
}

/*.btn.sm {
    background-color: #366aa7;
    color: #FFFFFF;
}*/

.btn-sm.blue {
    background-color: #366aa7;
    border-color:transparent;
}

.daekning ul {
    padding-left: inherit;
}

.daekning h5,
.hjaelp h5 {
    color: #366aa7;
}

.dokumenter ul {
    padding-left:18px;
    padding-top:0;
}

.dokumenter ul li {
    padding-bottom:5px;
}

.betalOpl {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.betalOpl .arrow {
    margin-left: auto;
    order: 2;
    font-size: 30px;
}
    /*LCC: Dækningsoversigt end*/







