﻿/**
 * Site.css
 **/

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

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;
    }
}
a, a:hover {
	color: var(--primary-user);
}
main a {
    /*text-decoration: underline;*/
}
a.btn, nav .breadcrumb a {
    /* text-decoration: none;*/
}
header nav.navbar a {
	color: var(--navButtonForeground);
}
header nav.navbar .dropdown-menu a {
	color: var(--pageForeground);
}
.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;
}

button.btn-none {
    color: inherit;
	border: 0;
	padding: 0;
	text-align: inherit;
}
button.btn-none:hover {
    color: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: fixed;
    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 */
}


.pointer {
    cursor: pointer;
}

.vertical-nav {
    min-width: 10rem;
    width: 10rem;
    top: 0;
    left: 0;
    transition: all 0s;
}

/* horizontal list group*/
.list-group.list-group-horizontal {
    display: flex;
    flex-direction: row;
}

    .list-group.list-group-horizontal .list-group-item {
        margin-bottom: 0;
        margin-right: 0;
        border-right-width: 0;
    }

        .list-group.list-group-horizontal .list-group-item:first-child {
            border-top-right-radius: 0;
            border-bottom-left-radius: 4px;
        }

        .list-group.list-group-horizontal .list-group-item:last-child {
            border-top-right-radius: 4px;
            border-bottom-left-radius: 0;
            border-right-width: 1px;
        }

.editQuestionType {
    display: none;
}

.btn-compact {
    padding: 0 0.3rem !important;
    font-size: 0.9rem !important;
}

.input-group-text-clear {
    background: none !important;
    border: none !important;
}

.input-hide-chevron {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}
#userAccordion > .card {
    display: inherit !important;
}

.permission-group-pill {
    border: solid 1px;
    border-radius: 5px;
    padding: 5px 9px;
    color: white;
    background-color: var(--green);
}

.sysadmin-pill {
    border: solid 1px;
    border-radius: 5px;
    padding: 5px 9px;
    color: white;
    background-color: var(--red);
}

.hidden {
    display: none;
}
