﻿.leaflet-tooltip {
    font-size: 0.875rem;
    margin: var(--bs-tooltip-margin);
    white-space: pre;    
    color: white;
    background-color: black;
    border-radius: var(--bs-border-radius);
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    line-break: auto;
    word-wrap: break-word;
    opacity: 0;
    padding: 9px;
    top: -50px;
}


.navbar {
    font-size: 0.94em;
}

.maaleserie {
    font-weight: bolder;
    color:darkslateblue
}

.maaleserie-label {
    font-size: smaller;
}

.maaleserie-header {
    margin-left: 10px;
}


.maaleserie-header-val {    
    font-weight: bolder;
    margin-left: 10px;
}

.maaleserie-highlight {
    background: lightblue
}

.maaleserie-highlight-bold {
    font-weight: bolder;
    background: lightblue
}

.frih-highlight {
    background: lightgray;
    font-weight: bolder;
}

.maaleserie-dd {
    margin-left: 30px;
    margin-right: 30px;
}

.maaleserie-diff-error {
    background: tomato;
    color: white;
/*    opacity: 0.75;*/
}

.maaleserie-diff-warning {
    background: khaki;
/*    opacity: 0.75;*/
    /*    color: white;*/
}

.maaleserie-changed {
    background: gold !important;
/*    color: white;*/
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.maaleserie-textarea {
    width: 100%;
    font-size: smaller;
    padding: 5px;
    border-width: 1px;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: #000000;
    border-style: solid;
    border-radius: 4px;
    box-shadow: 0px 0px 1px rgba(66,66,66,.75);
    text-shadow: 0px 0px 0px rgba(66,66,66,.75);
}

.maaleserie-textarea:focus {
    outline: none;
       
}

.sky-dd {
    font-size: smaller;
}

.jconfirm-title {
   line-height:1;
}

.jconfirm-box-container {
    width:auto;
}

.sky_below {
    font-size: small;
    margin-top: 5px;
}

.sky-clearance {
    font-weight: 800;
    font-size: 11px;
    letter-spacing: -0.5px;
    background-image: url("../image/passable-clearance.png");
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
}

.sky-clearance-draft {
    font-weight: 800;
    font-size: 11px;
    letter-spacing: -0.5px;
    background-image: url("../image/missing-clearance-info.png");
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
}

.sky-clearance-more {
    font-weight: 800;
    font-size: 11px;
    letter-spacing: -0.5px;
    background-image: url("../image/passable-clearance-more.png");
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
}

.sky-clearance-count {
    font-size: 8px;
    background-image: url("../image/cluster-count.png");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    padding-top: 1px;
    border: 1px solid black;
    border-radius: 1px;
}

.sky-flag-hide {
    display: none !important;
}

.small-header {
    font-size:larger;
}

.sky-status-warning {
    color: yellow;
    background-color: red;
}

/*bs5 adjustment from bs4 $.notify*/
.alert-warning.animated.fadeInDown > button {
    background: none;
    border: none;
}

/*make background solid $.notify*/
.alert-warning.animated.fadeInDown {
    background: darkorange;
    color: white;
}

/*make toastrWarning solid*/
#toast-container > div {
    opacity: 1 !important;
}

.bounce {
    -webkit-animation: myfirst 2s ease-in-out;
}

@-webkit-@keyframes myfirst {

    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes myfirst {

    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}