﻿/* 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 */
}

/*
    ================================================================================
    Override some bootstrap stuff to allow full screen width...
*/
@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}
/*
    ================================================================================
*/



nav.navbar.no-bottom-margin {
    margin-bottom: 0!important;
}



/*
    ================================================================================
    Stuff for Syncfusion Nav-Sidebar
*/
/* sample level styles */
.center-align {
    text-align: center;
    padding: 20px;
}

.title {
    text-align: center;
    font-size: 20px;
    padding: 15px;
}

.sub-title {
    text-align: center;
    font-size: 16px;
    padding: 10px;
}

body {
    padding-top: 0px;
    padding-bottom: 0px;
}

.title-header {
    text-align: center;
    font-size: 18px;
    padding: 15px;
}

.title.default {
    padding: 25px 15px 15px;
}
/* sidebar element styles */
#default-menu-sidebar {
    background-color: rgb(25, 118, 210) !important;
    color: #ffffff;
}

/*Layout page styles*/
#body_content {
    margin-top: 50px;
    height: 100%;
    overflow: hidden;
}

#sidebar-menu {
    background-color: #38424D;
    color: #fff;
    border: none;
}

.list {
    margin-top: 20px;
    background-color: #38424D;
    padding: 0px;
}

.e-acrdn-content li {
    list-style: none;
    padding: 0 0 10px 0;
}

li a {
    color: #bbbbbb;
    font-size: 16px;
}

    li a:hover {
        color: white;
        text-decoration: none;
    }


.sidebar-brand {
    height: 100%;
    padding: 20px;
    font-size: 20px;
    color: white;
}

#accordion.e-accordion .e-acrdn-item .e-acrdn-header {
    line-height: 45px;
}

#accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content {
    padding: 10px 16px 0 0;
}

#accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon {
    height: 45px;
    color: #bbbbbb;
}

#accordion, #accordion .e-acrdn-item, #accordion .e-acrdn-header {
    background: #38424D;
    border: none;
}

    #accordion .e-active .e-acrdn-header .e-acrdn-header-content, #accordion .e-active .e-acrdn-header .e-toggle-icon {
        color: #555 !important;
    }

    #accordion .e-active .e-acrdn-header {
        background: white;
    }

    #accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
        color: #bbbbbb;
        font-size: 16px;
    }

#sidebar-menu .search-icon {
    text-indent: 10px;
    height: 40px;
    width: 23em;
}

.searchbox {
    margin-top: 0.5rem;
    position: relative;
    border: 1px solid #19a5e1;
    background: #1383b3;
    border-radius: 4px;
}

    .searchbox label {
        color: rgba(255, 255, 255, 0.8);
        position: absolute;
        left: 10px;
        top: 16px;
    }

    .searchbox input {
        display: inline-block;
        color: #fff;
        width: 100%;
        background: transparent;
        border: 0;
        padding: 8px;
    }

input[type="text"] {
    font-size: 15px;
}

.searchbox span {
    color: rgba(255, 255, 255, 0.6);
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
}

::placeholder {
    color: white;
    font-size: 15px;
}
/*end of layout page styles*/
/*main content styles*/
.link a {
    font-size: 1.5vw;
}

#top-bar {
    background: #F6F6F6;
    border-radius: 2px;
    height: 0;
    min-height: 40px;
}

#body_content {
    margin-top: 0px !important;
}

#feature .link {
    height: 50px;
    width: 100%;
}

#top-bar .header {
    font-style: italic;
    font-size: 16px;
    color: #1694CA;
    padding-right: 5px;
}

#feature .content {
    text-align: center;
    padding: 2.5vw;
    padding-top: 0px;
    position: relative;
    margin: 2vw;
    box-shadow: 0 0 8px 0;
}

#feature .body-inner {
    padding-top: 50px;
    text-align: center;
    font-size: 3vw;
}

body {
    padding: 0px;
}

#top-bar .component {
    height: 100%;
    line-height: 40px;
    padding: 0 0 0 27px;
}

#feature .text {
    font-size: 16px;
    text-align: justify;
    padding-top: 20px;
    font-family: "Muli", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}
/*end of main content styles*/
/*
    ================================================================================
*/
.e-customduplicateitem-gridbutton {
    height: 12px;
    width: 12px;
    background-image: url('/images/duplicateicon64x64.png');
    background-size: contain;
}

#currentuserinfo {
    cursor: default;
}

table.attachment-list-table {
    border: 1px solid;
    border-collapse: collapse;
    width: 100%;
}
table.attachment-list-table tr, table.attachment-list-table td {
    border: 1px solid;
}
table.attachment-list-table th {
    background-color: chocolate;
    color: white;
}
/* ReSharper disable once CssBrowserCompatibility */
/*table.attachment-list-table tr:nth-child(2n) {
    background-color: #f2f2f2
}
*/
div.e-upload {
    margin: 20px auto;
}

div.filedocument-innerbox {
    width: 98%;
    margin: auto;
}

div.whole-page-spinner-overlay {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}

td.e-rowcell[iscommandcol="true"] .e-unboundcelldiv button.e-btn {
    padding: 2px 5px 2px 5px;
    margin: 0 0px;
}

td.e-rowcell[iscommandcol="true"] {
    text-align: center !important;
    padding-left: 10px;
    padding-right: 10px !important;
}

tr.e-summaryrow td.e-summarycell {
    font-weight: bold;
    font-size: larger;
}