﻿/* 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. */

@media (min-width: 1200px) {
    #mainContainer.container {
        max-width: 1280px !important;
    }
}

/*@media (min-width: 1900px) {
<<<<<<< HEAD
    #mainContainer.container {
        max-width: 1800px !important;
    }
=======

    #mainContainer.container {
        max-width: 1800px !important;
    }
}*/

/*.table > tbody tr.odd {
    background-color: rgba(0, 0, 0, 0.05) !important;
>>>>>>> 9adb623af88af1d099d936def572a14597fc81f8
}*/

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

.navbar-light .navbar-brand {
    color: white !important;
}

.navbar-light .navbar-nav .nav-link {
    color: white !important;
}

.nav-tabs .nav-link:not(.active) {
    border-color: transparent !important;
}

.form-control {
    font-size: 10pt !important;
}

.btn {
    font-size: 10pt !important;
}

.dropdown-item {
    font-size: 10pt !important;
}

.dropdown-menu {
    font-size: 10pt !important;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

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

header {
    font-family: 'Roboto', sans-serif !important;
    font-size: 10pt;
    background-color: #5c2d91 !important;
    color: white !important;
}

body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 10pt;
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.snippet pre code {
    display: block;
    overflow-y: auto;
    overflow-x: auto;
}

.footer {
    font-family: 'Roboto', sans-serif !important;
    font-size: 10pt;
    background-color: #44414f !important;
    color: silver !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

div.slider {
    display: none;
}

.h5-subtitle {
    color: darkgray !important;
}


/* GDPR Logs table section */
table.dataTable tbody td.no-padding {
    padding: 0;
}

td.details-control {
    background: url('../img/plus.svg') no-repeat center center;
    background-size: 22px;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../img/dash.svg') no-repeat center center;
    background-size: 22px;
    cursor: pointer;
}

.table > tbody tr.odd {
    background-color: rgba(0, 0, 0, 0.05);
}

.dt-search, .dt-info {
    margin: 10px;
    float: right;
}

#customersTableContainer #customersTable_wrapper .dt-buttons.btn-group.flex-wrap {
    margin-top: 7px;
}

.form-group {
    margin-bottom: 1rem;
}

label {
    margin-bottom: .5rem !important;
}

.label-width {
    width: 100%;
}

.breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    background-color: #e9ecef;
}

.table > :not(caption) > * > * {
    padding: .75rem !important;
}
#azureCustomerDetails {
    width: 120% !important;
}
.card-body {
    padding: 0 !important;
}
.p-4 {
    padding-top: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    padding-left: 1.5rem !important;
}

/**/
/* User attributes styles 
    -------------------------------------------------- */
.jsonform-required > label:after {
    content: ' *';
    color: red;
}

form.jsonform-hasrequired:after {
    content: '* Required field';
    display: block;
    color: red;
    padding-top: 1em;
}

#userAttributesMessage {
    display: none;
    height: auto;
}

.alert {
    margin-right: 1.5rem;
    margin-top: 1em;
    padding: 1em;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger p {
    margin-bottom: 0rem !important;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success p {
    margin-bottom: 0rem !important;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 80%;
}

.grid-item {
    width: 80%;
}

.help-block {
    display: none;
}

.user-attributes-submit-button {
    width: 20% !important;
    grid-column: span 3 !important;
    justify-self: center !important;
}

input[type="checkbox"] {
    width: 25px;
    height: 25px;
    margin-top: 3px;
}

.controls {
    display: flex;
    align-items: center;
}

/* User attributes styles
-------------------------------------------------- */
