.badge-light {
    color: #212529;
    background-color: #f8f9fa;
    border: 1px solid #eceef1;
}

    body.fullscreen aside , body.fullscreen nav{
        display:none!important;
    }

    body.fullscreen #main{
        transition: none!important;
        margin-left:0!important;
    }
.nav-link {
    display: block;
    padding: .4rem 1rem;
}

.btn-group-xs>.btn,
.btn-xs {
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    border-radius: .25rem;
    padding: .5rem !important;
}


 @media (max-width: 767px) {
    .reportnav ul.nav-pills{
        width:100%;
    }
    .reportnav ul.nav-pills li{
        display: block;
        width:100%;
    }
}



.modal-body {
    max-height: 64vh;
    overflow: auto;
}

.healthbar {
    top: 4px;
    position: relative;
    border: 1px solid #ddd;
    background: linear-gradient(to right, #1e5799 0%, #73d673 100%);
    height: 8px;
    margin: 0 4px;
}

.healthbarinner {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    background: #fff;
    height: 6px;
}

/** scan pagina **/


.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000073;
    z-index: 101;
}


.square {
    position: relative;
    overflow-y: hidden;
}

.square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}


.bgimage {
    position: absolute;
    width: 100%;
    height: 100%;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.overlay {
    border: 1px solid #ffffff;
    position: absolute;
    cursor: pointer;
    animation: pulse 2s infinite;
    z-index: 102;
    transition: all .4s;
}

.tl,
.bl,
.tr,
.br,
.lct,
.lcb,
.rct,
.rcb {
    background: rgba(0, 0, 0, .3);
    position: absolute;
    z-index: 100;
    transition: all .4s;

}


.w8 {
    flex: 0 0 1012.5%;
    max-width: 12.5%;
}

.tl {
    top: 0;
    left: 0;
    border-right: 1px solid #fff;
    z-index: 101;
}

.tr {
    top: 0;
    right: 0;
}

.bl {
    bottom: 0;
    left: 0;
    height: 100%;
    border-right: 1px solid #fff;
    z-index: 101;
}

.br {
    bottom: 0;
    right: 0;
    height: 100%;
}

.lct {
    top: 0;
    left: 0;
    border-bottom: 1px solid #fff;
    z-index: 101;
}

.lcb {
    top: 0;
    left: 0;
}

.rct {
    top: 0;
    right: 0;
    border-bottom: 1px solid #fff;
    z-index: 101;
}

.rcb {
    top: 0;
    right: 0;
}

.mobile>div {
    padding-bottom: 177%;
    position: relative;
}

.card-body.p-3 .h6,
.card-body.p-3 h6 {
    font-size: .91rem;

}

.card-body.p-3 {
    padding: .8rem 1rem !important;

}



.help {
    max-height: 0px;
    overflow: hidden;
    transition: all .8s cubic-bezier(0, 1, 0, 1);
    font-size: 13px;
}

.help.show {
    max-height: 1000px;
    transition: all .8s ease-in-out;
}

.irrelevant {
    color: #bc4a49;
}

.relevant {
    color: #64a149;
    font-weight: 600;
}

.scrolloutslow.show {
    max-height: 100vh;
}

.meerinfo {
    background: #f8fafb;
}



.meerinfo th,
.meerinfo td {
    font-size: 13px !important;
}

#topbar {
    z-index: 1999;
}

/** scan pagina **/




aside,
#main {
    transition: all 0.5s ease;
    min-height: 100vh;
}

.serpresult {
    font-weight: 400;
}

h5 {
    font-size: 1rem;
    font-weight: 400;
    padding: 1rem 0 0 0;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.serpresult .title {
    color: rgb(26, 13, 171);
    font-size: 14px;
    text-overflow: ellipsis;
    max-width: 330px;
    white-space: nowrap;
    overflow: hidden;


}

.serpresult .url {
    color: rgb(0, 102, 33);
    font-size: 14px;
    font-style: normal;
    line-height: 16.8px;
    padding-top: 1px;
}

.serpresult .description {
    color: rgb(84, 84, 84);
    font-size: 13px;
    font-weight:
        line-height:18.2px;
    overflow-wrap: break-word;

}

.clickable {
    cursor: pointer;
}

pre {
    background: #2e323a;
    padding: 1rem;
    font-size: 13px;
    line-height: 14px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    margin: 1rem;
    max-height: 40vh;
    overflow: auto;
    color: #00ff3a;
}

table {
    font-size: .82rem;
}

body {
    background: #f9fafb !important;
    font-size: .85rem;
}

.card {
    margin-bottom: 2em;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    border-radius: 0;
}

.transition {
    transition: all .4s ease;
}

.card-hover {
    transition: all .2s ease;
}

.card-hover:hover {
    background: #fffdd5;

}

.ripple {
    background-position: center;
    transition: background 0.8s;
}

.ripple:hover {
    background: #fff radial-gradient(circle, transparent 1%, #f7f7f7 1%) center/15000%;
}

.ripple:active {
    background-size: 100%;
    transition: background 0s;
}



.form-user {
    width: 100%;
    max-width: 530px;
    padding: 15px;
    margin: auto;
}


aside#sidebar {
    position: fixed;
    left: 0;
    z-index: 3300;
    min-height: 100vh;
    overflow: auto;
    background-color: #fff !important;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

/*aside#sidebar>div>nav>ul>li.hf {
    height:36px;
}
*/

aside#sidebar ul li:hover {
    background: #f9fafb;
}

aside#sidebar ul li ul li.hr {
    height: 1px;
    margin-top: 2px;
    border-top: 1px solid #dee1e5;
}

aside#sidebar ul li ul li {
    padding-left: 41px;
}

aside#sidebar ul li ul {
    background: #fff;
}


aside#sidebar a {
    font-weight: 500;
    color: #7c818c;
}
aside#sidebar ul li ul li a{
    font-weight: 400;
}

aside#sidebar li.active,
aside#sidebar li:hover {
    color: #000;
        background: #f9fafb;

}

aside#sidebar .navicon {
    flex: 0 0 25px;
    max-width: 25px;
    background: #ffffff17 !important;
    display: inline-block;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 4px;
    padding-right: 43px;
}

aside#sidebar span {
    flex-grow: 1
}

aside#sidebar .navdropdown {
    flex-shrink-1
}



.reportcore .col-print-12{
    flex: 0 0 100%!important;
    max-width: 100%!important; 
}

.reportcore .card h3, .reportcore .card .h3{
    font-size:1rem;
} 

.reportcore .modal-backdrop {
    width: 100%!important;
}


/* IETS */
.ta-hidden-input {
    width: 1px;
    height: 1px;
    border: none;
    margin: 0;
    padding: 0; 
    position: absolute;
    top: -10000px;
    left: -10000px;
    opacity: 0;
    overflow: hidden;
}

/* add generic styling for the editor */
.ta-root.focussed > .ta-scroll-window.form-control {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ta-editor.ta-html, .ta-scroll-window.form-control {
    min-height: 300px;
    height: auto;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
}

.ta-scroll-window.form-control {
    position: relative;
    padding: 0;
}

.ta-scroll-window > .ta-bind {
    height: auto;
    min-height: 300px;
    padding: 6px 12px;
}

.ta-editor:focus {
    user-select: text;
}

/* add the styling for the awesomness of the resizer */
.ta-resizer-handle-overlay {
    z-index: 100;
    position: absolute;
    display: none;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-info {
    position: absolute;
    bottom: 16px;
    right: 16px;
    border: 1px solid black;
    background-color: #FFF;
    padding: 0 4px;
    opacity: 0.7;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-background {
    position: absolute;
    bottom: 5px;
    right: 5px;
    left: 5px;
    top: 5px;
    border: 1px solid black;
    background-color: rgba(0, 0, 0, 0.2);
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner {
    width: 10px;
    height: 10px;
    position: absolute;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tl{
    top: 0;
    left: 0;
    border-left: 1px solid black;
    border-top: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tr{
    top: 0;
    right: 0;
    border-right: 1px solid black;
    border-top: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-bl{
    bottom: 0;
    left: 0;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-br{
    bottom: 0;
    right: 0;
    border: 1px solid black;
    cursor: se-resize;
    background-color: white;
}

/* copy the popover code from bootstrap so this will work even without it */
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
    margin-top: -10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    content: "";
    border-width: 10px;
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}
.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}