﻿
a.navbar-brand {
  white-space: normal;
  text-align: center;
  /*word-break: break-all;*/
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 350px) {
    body {
        font-size: 0.8rem !important;
    }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
  font-weight:normal;
  text-shadow:none;
  opacity:1;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 99%;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
    font-family: Absans, Bahnschrift, Helvetica, Verdana, sans-serif;
}
@font-face {
    font-family: Bahnschrift;
    src: url('/css/Bahnschrift.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    url('/css/Bahnschrift.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
    font-family: Absans;
    src: url("/css/absans-regular.otf") format("opentype");
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

.bg-secondary {
    background-color: rgba(108, 117, 125, 0.51) !important
}

.tooltip-inner {
    max-width: 300px;
}

.chartcontainer {
    border-radius: 0.2rem !important;
    /*min-height:240px;*/
}

.btn-primary {
    border: none;
    cursor: pointer;
}

.btn-outline-primary:hover {
    border: none;
    cursor: pointer;
}

.btn-danger {
    border: none;
}

.btn-danger:hover {
    border: none;
}

.btn-success {
    border: none;
}

.btn-warning {
    border: none;
}

.btn-dark {
    border: none;
    background-color: #646464 !important;
}
.btn-dark:hover {
    border: none;
}


.btn-secondary {
    border: none;
}

.fixed-input {
    font-size: 1rem;
    padding-left: 0.5rem !important;
}



.media-gallery {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.btn-close {
    font-size: 30px;
    line-height: 26px;
    --bs-btn-close-bg: unset !important;
}
.nav-link{
    font-weight:500 !important;
}

.navbar-expand-sm .navbar-nav .nav-link {
    border-radius: 5px;
}

navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    background-color: #a9a9ad;
}

.table thead th {
    font-weight: 600 !important;
}

.table tfoot th {
    font-weight: 600 !important;
}

.control-label {
    font-weight:600;
    margin-bottom: 0.5rem;
}
.table th, .table td {
    padding: 0.4rem;
}



input[type=checkbox] {
    /* Double-sized Check boxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    padding: 10px;
    margin-left: 1rem;
}


    a {
    text-decoration: none;
}


nav ul {
    list-style: none; /* Remove Bullets from Lists */
    padding: 0; /* remove default browser padding for ul */
    z-index: 100;
}

/* Any list item in the menu */
nav li {
    position: relative; /* positioned so this is the reference. Required to be able to have the sub menu show up at the same level */
    display: inline-block;
}

/* All Sub menues */
nav ul ul {
    display: none; /* Hide sub menu by default */
    position: absolute; /* Absolute position to push the sub menu out of the box instead of making the box larger and having the top level menu pushed down */
    background-color: #cdcdcd;
    left: 50%;
    transform: translate(-50%, 0);

}

.bg-success {
    background-color: rgb(52, 181, 121) !important
}

.alert-info {
    --bs-alert-color: #021e23;
}

.dropBtn {
    border-radius:0px;
}

    nav ul li ul li {
        width: 100%;
        white-space: nowrap;
        overflow:clip;
    }
        nav ul li ul li:first-child {
            border-top-left-radius: 0.375rem !important;
            border-top-right-radius: 0.375rem !important;
        }
        nav ul li ul li:last-child {
            border-bottom-left-radius: 0.375rem !important;
            border-bottom-right-radius: 0.375rem !important;
        }


    nav ul ul ul li {
        width: 100%;
        white-space: nowrap;
    }

/* Show sub menu on hover */
nav li:hover > ul {
    display: block;
}

/* Any sub menu below the second level (Fly out menus in the drop down) */
nav ul ul ul {
    /*left: 100%;*/ /* Pushes the menu to the right of it's parent */
    top: 0; /*Make it appear at the same level as it's parent */
    transform: translate(45%, 0);
}

/* Make the drop down menu (first level) at least as wide as it's parent */
nav > ul > li > ul > li {
    min-width: 100%;
}

    nav > ul > li > ul > li > ul > li {
        min-width: 100%;
    }

.stats-card {
    background-color: #818192;
    margin-bottom: 2rem;
    border-top: none;
    border-radius: 0.2rem !important;
    padding-left: 2px;
    padding-right: 2px;
}

.card-header {
    padding: 0.75rem 1.25rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

.badge {
    font-size: 85%;
}

.form-group {
    margin-bottom: 1rem;
}



.hide {
    display: none;
    padding: 8px;
    font-weight: normal;
    border: #a09999 1px solid;
    border-radius: 4px;
    animation: fadeIn 0.4s;
}

.kt-info-popup:hover + .hide {
    display: block;
    position: absolute;
    top: -30px;
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.select2-container--default .select2-selection--single {
    height: calc(2.25rem + 2px) !important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 1.5 !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 5px !important;
    }

.select2-container {
    width: 100% !important;
}

.media-card:hover {
    text-decoration:none;
}

.close {
    line-height: 24px;
    font-size: 2rem;
}

.iti__flag {
    background-image: url("/css/flags/flags.png") !important;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("/css/flags/flags@2x.png") !important;
    }
}

.iti {
    display: block !important;
}

.iti__country-list {
    background-color: #343435 !important;
}

.recovery-code
{ font-size: larger}