﻿/* 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;
}

/* 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%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


div.acc .card-title {
    background-color: #e6e5df;
    padding: 11.5px 10px 7px 0;
    color: #2a55be;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.2px;
    /*content: url(../images/accordian-arrow-down.png);*/
    /*background-image: url(../images/accordian-arrow-down.png);*/
    background-repeat: no-repeat;
    /* left: -8px;
    padding-left: 30px;
    position: absolute;
    top: 15px;*/
}


    div.acc .card-title {
        /*background-image: url(../images/accordian-arrow-down.png);
        background-repeat: no-repeat;
        background-position: 19px 25px;*/
    }

.document-admin-card {
    padding: 0 .5rem;
}

body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

/*div.dropdown-menu {
    background-color: rgba(2, 165, 206, 1);
}

div.dropdown-menu .dropdown-item {
    color: #f8f9fa !important;
}

    div.dropdown-menu .dropdown-item:hover {
        color: #343a40 !important;
    }
*/

#roster_wrapper {
    width: 100%;
}

.ash_blue {
    color: #00519d;
}

.line_spacer {
    border-top: 1px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: green;
    border-style: solid;
}

.k-filemanager-listview .k-listview-item {
    width: unset;
    height: unset;
    width: auto;
    height: auto;
    padding-block: 0;
    padding-inline: 0;
}

.k-filemanager-listview .k-file-name {
    overflow: unset;
    text-overflow: unset;
    overflow: auto;
    text-overflow: initial;
    white-space: normal;
    text-align: left;
    float: left;
    clear: both;
    margin-top: 0;
}

.k-filemanager-listview .k-listview-item {
    width: 100%;
    height: unset;
    height: auto;
}

.k-filemanager-listview .k-file-preview {
    float: left;
}

.k-filemanager-listview .k-file-size {
    clear: both;
    float: left;
    margin-bottom: 15px;
}

.k-editor{
    height: 582px;
}

button[title='New Folder'], .k-filemanager-navigation {
    display: none;
}