﻿/* 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;
  }
}
.text-danger {
    padding: 5px;
    top: -10px;
    position: relative;
}

.l-linacc{
    display:none !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;
}


.listGroup {
   padding: 15px; 
   margin-left: 27px;
}


.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.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 */
}

div[id*="table_filter"]{
    float:right;
}

.formInput {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
    .formInput .col-6 {
        padding: 3px 2px 3px 2px;
    }
#audit_trail_table_filter {
    float: right;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#user_table_filter{
    float:right;
}

.dt-buttons .btn-secondary {
    background: white;
    color: black;
    margin-top: 10px;
}

    .dt-buttons .btn-secondary:hover {
        background: #6589da;
        color: white;
    }
    .dt-buttons .btn-secondary:active {
        background: #6589da !important;
        color: white;
    }