﻿/*a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}*/

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

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.main-container {
    /* Margin bottom by footer height */
    margin-bottom: 17rem;
}

.page-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer {
    white-space: nowrap;
    line-height: 1.3rem; /* Vertically center the text there */
}

.navbar-nav {
    flex: none;
}

.back-to-top {
    background-image: url(/img/back-to-top.png);
    position: fixed;
    z-index: 10000;
    width: 36px;
    height: 32px;
    right: 30px;
    bottom: 50px;
}

.card {
    margin: 1rem auto;
}

a.device-details-link {
    font-weight: bold;
}

    a.device-details-link:hover {
        color: #0088c6;
    }

.device-card-date {
    font-size: 1.8rem;
}

.banner img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.action-nav {
    padding-bottom: 1rem;
}

    .action-nav li:not(:last-child) {
        padding-right: 0.5rem;
    }

    .action-nav .btn {
        padding: 0;
        vertical-align: top;
    }

.select2.select2-container {
    width: inherit !important;
    background-color: transparent !important;
}

.select2-selection {
    background-color: transparent !important;
    border: none !important;
}

.select2-dropdown {
    z-index: 2147483647;
}

#language-selector-form {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

header .container {
    border-bottom: 1px solid #008bc5;
}

select {
    max-width: 100%;
}

.main {
    margin-top: 110px;
}

@media (min-width: 992px) {
    .main {
        margin-top: 150px;
    }
}

.navbar.navbar-collapse.show .navbar-nav {
    display: block;
    float: right;
}

.navbar-toggler {
    margin-right: 15px;
}

#navigation-meta {
    align-items: center !important;
}

#rightnavbar.navbar-collapse.show #navigation-meta {
    align-items: flex-end !important;
}

#rightnavbar.navbar-collapse.show .navbar-nav {
    display: flex;
}

.form-control::placeholder {
    color: #fff;
}

textarea.form-control {
    width: 100%;
    padding: 12px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
}

#login-dropdown {
    width: 100%;
    margin-bottom: 5px;
}

.action-buttons {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.card {
    background-color: #c65c0b;
}

    .card .text-muted {
        color: inherit !important;
    }

.text-danger {
    color: red;
}

#copy-to-clipboard-alert {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 2147483647;
}
