﻿/* 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;
    /*border-color: #d2bada;*/
}

/* 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;
}

html {
  position: relative;
  min-height: 100%;
}

.container-fluid {
    flex-grow: 1;
    padding: 0;
}

.container-fluid main {
    height: 100%;
}

.footer {
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 50px;
    height: 60px;
}

.body {
    height: 100%;
    zoom: 90%;
    margin: 0;
    padding: 0;
    -ms-overflow-style: scrollbar;
    font-family: Garamond;
    font-size: large;
    min-height: 70vh;
}

.es-legend {
    font-family: 'Bookman Old Style';
    font-size: large;
    font-weight: bold;
    color: #720795;
    margin-top: 5px;
    border-bottom-color: #720795;
    border-style: dashed;
    border-top: none;
    border-left: none;
    border-right: none;
    border-width: 1px;
    /*color: #1157a4;
    border-bottom-color: darkblue;
    border-bottom-style: dashed;*/
}

.es-field-label {
    color: #720795; /* Set text color to red */
    font-size: 14px; /* Set font size to 16 pixels */
    padding-top: 10px;
    width: 160px;
}

.es-field-label-orange {
    color: #ff6a00; /* Set text color to red */
    font-size: 14px; /* Set font size to 16 pixels */
    padding-top: 10px;
    width: 160px;
}

.es-field-label-green {
    color: #0e9634; /* Set text color to red */
    font-size: 14px; /* Set font size to 16 pixels */
    padding-top: 10px;
    width: 160px;
}

.es-field-value {
    width: 100%;
}

.es-field-checkbox {
    color: #720795; /* Set text color to red */
    font-size: 14px; /* Set font size to 16 pixels */
    padding-top: 0px;
    padding-left: 10px;
}

.es-bottom-padding {
    padding-bottom: 5px;
}

.es-button {
    background-color: #8312a8;
    color: #fff; /* Set text color to red */
    width: 140px;
    font-size: 14px; /* Set font size to 16 pixels */
    font-family: Verdana;
}

    .es-button:hover {
        background-color: #620780; /* Change to desired color */
        color: #fff;
    }

.es-control-style .dx-texteditor-input {
    border-color: #ff6a00;
}

.es-title_bar {
    width: 100%;
    height: 30px;
    background-color: #e5e5e5;
    color: white;
    font-size: x-large;
    font-weight: bold;
    padding-left: 20px;
    padding-top:-1px;
}

.es-field-container {
    display: flex;
    flex-direction: row;
}

.es-field-label {
    flex: 1;
}

.es-field-value {
    flex: 2;
}

.nav-tabs .nav-link {
    color: #f5fbf5; /* Set color for non-selected tab heading */
    font-weight: bold; /* Set font weight for non-selected tab heading */
}

    .nav-tabs .nav-link:hover {
        background-color: #0b0b0b; /* Set background color when hovering over tab heading */
        color: #fff;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        background-color: #161516; /* Change background color of active tab heading */
        color: #fff; /* Change text color of active tab heading */
    }

.tab-content {
    padding: 20px;
}

.footerUp {
    width: 100%;
    background-color: #fff;
    padding: 10px;
}

.footerDown {
    width: 100%;
    background-color: #161516;
    padding: 10px;
}

.expandBar {
    padding: 0px !important;
    width: 100%;
}

.expandedPanel .title {
    display: none;
}

.panelContent {
    padding-top: 25px;
}

.expandedPanel .pull-right {
    float: none !important;
}

.panelItem {
    display: inline-block;
}

.expandedPanel .panelItem {
    display: block;
}

.expandedPanel .panelContent {
    padding-bottom: 15px;
}

.searchBox {
    margin-left: 20px;
}

    .searchBox img,
    .searchBox .dx-acc {
        display: none;
    }

.searchBoxButton {
    font-size: 17px;
}

.navMenu {
    float: right;
    margin: 0px 0px 2px 0px;
}

.expandedPanel .navMenu {
    width: 100%;
    margin: 10px 0px;
}

.expandedPanel .searchBox {
    width: 100%;
    margin-left: 0px;
}

.loginButton {
    margin: 0px 0px 1px 20px;
}

.expandedPanel .loginButton {
    width: 100%;
    margin: 10px 0px 0px 0px;
    text-align: left;
}

    .expandedPanel .loginButton .dropdown-toggle {
        width: 100%;
    }

.loginButton-large,
.expandedPanel .loginButton-small {
    display: none;
}

.expandedPanel .loginButton-large {
    display: inline-block;
}

.btnBackToTop {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 100;
    display: inline;
    text-decoration: none;
    cursor: pointer;
}

    .btnBackToTop i {
        font-size: 60px;
        color: #c7c7c7;
    }

        .btnBackToTop i:hover {
            color: #e0e0e0;
        }

.custom-edit-button, .custom-delete-button {
    display: inline-block;
    padding: 5px 10px;
    margin: 2px;
    border-radius: 3px;
    color: white;
    text-align: center;
    cursor: pointer;
}

.custom-edit-button {
    background-color: #007bff;
    border: 1px solid #007bff;
}

    .custom-edit-button:hover {
        background-color: #0056b3;
        border-color: #0056b3;
    }

.custom-delete-button {
    background-color: #dc3545;
    border: 1px solid #dc3545;
}

    .custom-delete-button:hover {
        background-color: #c82333;
        border-color: #bd2130;
    }

.navbar-nav .nav-item {
    padding: 7px 10px;
}