﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#map {
    position: absolute;
    width: 100%;
    min-width: 290px;
    height: 100%;
}

.icon-btn{
    cursor:pointer;
}
    .icon-btn:hover {
        filter: drop-shadow(0px 0px 10px gray)
    }

.show-on-hover > span {
    display:none;
}
.show-on-hover:hover > span {
    display:block;
}

.clearboth{
    clear:both;
}

.overflow-x-scroll {
    overflow-x: scroll;
}

html, body, #app, .page, main{
    height:100%
}

.tox-tinymce{
    border:0 !important;
}

.bg-soft-light {
    background: linear-gradient( to top, 
        hsl(0, 0%, 0%) 0%, 
        hsla(0, 0%, 0%, 0.964) 7.4%, 
        hsla(0, 0%, 0%, 0.918) 15.3%, 
        hsla(0, 0%, 0%, 0.862) 23.4%, 
        hsla(0, 0%, 0%, 0.799) 31.6%, 
        hsla(0, 0%, 0%, 0.73) 39.9%, 
        hsla(0, 0%, 0%, 0.655) 48.2%, 
        hsla(0, 0%, 0%, 0.577) 56.2%, 
        hsla(0, 0%, 0%, 0.497) 64%, 
        hsla(0, 0%, 0%, 0.417) 71.3%, 
        hsla(0, 0%, 0%, 0.337) 78.1%, 
        hsla(0, 0%, 0%, 0.259) 84.2%, 
        hsla(0, 0%, 0%, 0.186) 89.6%, 
        hsla(0, 0%, 0%, 0.117) 94.1%, 
        hsla(0, 0%, 0%, 0.054) 97.6%, 
        hsla(0, 0%, 0%, 0) 100% 
    );
}

.hover:hover {
    box-shadow: var(--bs-body-color) 0px 0px 10px 0px;
}

article video, article img {
    max-height: 80vh;
}

article video, article img {
    max-width: 100%
}

.no-hover:focus, .no-hover:hover {
    color: initial !important;
    background-color: initial !important;
}

.datagrid-wrapper > form{
    height: 100%;
}

.datagrid-wrapper > form + div.row {
    padding-left: 1rem;
    padding-top: 1rem;
    margin-right: 0;
}

.click:hover {
    cursor: pointer;
    background-color: rgb(190, 191, 197);
}


/*.icon-btn {
    cursor: pointer;
}

    .icon-btn:hover {
        filter: drop-shadow(0px 0px 10px gray)
    }*/

.tox-editor-header {
    z-index: 9999 !important;
}
.tox-tinymce-aux {
    z-index: 10000 !important;
}

blockquote.twitter-tweet {
    display: inline-block;
    font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    border-color: #eee #ddd #bbb;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    margin: 1rem;
    margin-top: 0rem;
    padding: 1rem;
    max-width: 550px
    /*max-width: 468px;*/
}

    blockquote.twitter-tweet p {
        font-size: 16px;
        font-weight: normal;
        line-height: 20px;
    }

    blockquote.twitter-tweet a {
        font-weight: normal;
        text-decoration: none;
        outline: 0 none;
    }

        blockquote.twitter-tweet a:hover,
        blockquote.twitter-tweet a:focus {
            text-decoration: underline;
        }

:root {
    --bs-warning-rgb: 253,203,110;
    --bs-danger-rgb: 225, 112, 85;
    --bs-success-rgb: 0,184,148;
}

.b-input-color-picker > .b-input-color-picker-preview {
    height: 1rem;
}

.drag-handle{
    cursor:grab;
}