﻿@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

:root{
    --primary-color:#1277BF;
    --primary-color2:#95C03B;
    --bs-link-color:#0f0645;
    --bs-link-hover-color:#e23838;
    
}


html, body 
{
    margin:0px;
    font-family: 'Raleway', sans-serif;
    padding: 0px;
    height: 100vh;
}

.bg-blue {
    background-color: var(--primary-color);
}

.btn-outline-primary{
    border-color: var(--primary-color);
}

.btn-outline-primary:hover{
    background-color: var(--primary-color);
    opacity: 80%;
}

.card-header{
    background-color: var(--primary-color);
    color: white;
}

.col-8 h3{
    color: var(--primary-color);
    font-size: 1.5em;
}
.btn {
    font-size: 18px;
}

.footer
{
    height: 60px;
    background-color: var(--primary-color);
    padding:10px 4px 4px 4px;
    color: #FFFFFF;
    margin-bottom: 0px;
    margin-top: 10px;
    flex: 0;
}

.row_plus {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #808080;
    
}
.row_bigplus {
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #13bb21;
    border: lightgreen solid 2px;
    margin-bottom: 10px;
}

.grad_nb{
    background: rgb(82,179,235);
    background: linear-gradient(180deg, rgba(82,179,235,1) 0%, rgba(30,157,229,1) 100%);
    margin-top:15px;
}
.grad_news{
    background: rgb(255,0,0);
    background: linear-gradient(180deg, rgba(255,0,0,1) 0%, rgba(205,61,6,1) 100%);
}

.page-header {
    border: solid white 1px;
    margin-top: 70px;
    margin-bottom: 10px;
}

.newsitem {
    padding: 15px;
    font-size: 1.5em;
    margin-bottom: 6px;
}
.helpli{
    font-weight: bold;
}
.boxitem{
    border: rgb(9, 243, 60) solid 1px; 
    border-radius: 4px;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0px 0px 5px #48f802;
    min-height: 280px;
}
.boxitemred {
    border: lightgray solid 1px; 
    border-radius: 4px;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0px 0px 5px #f80202;
    min-height: 280px;
}

.helpitem{
    color: black;
    font-size: 0.8em;
    font-weight: 300;
}
.spacing{
    margin-bottom: 10px;
    font-weight: 300;   
}

/*
.glyphicon
{
    font-size: 1.5em;
    display:inline;
    margin: 2px 4px 2px 0px;
    color:#3a87ad; 
}
*/
.default
{
    margin:2px;
}
.default li
{
    text-decoration: none;
    list-style-type: circle;
    
}
.nb_footer {
    color: white;
    padding: 4px;
    font-style: italic;
    font-size: 12px;
}
.nb_box{
    position:relative;
    overflow: hidden;
    width: 800px;
    
    
}
iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border: 1px solid black;
    width: 100%;
    height: 100%;
}

ion-icon{
    justify-content: flex-end;
}
input[name=email]{ /* bait input */
    /* do not use display:none or visibility:hidden
       that will not fool the bot*/
    position:absolute;
    left:-2000px;
  }
.emailpart {/* bait input */
    /* do not use display:none or visibility:hidden
       that will not fool the bot*/
    position:absolute;
    left:-2000px;
}
/*
@media (max-width: 1201px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
    */