﻿/* 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 */
}


td {
    padding: 3px 5px 0px 5px;
}
.find-container {
    width: 80%;
    display: table;
    padding-top: 20px;

}
.find-result {
    display: table-cell;
    vertical-align:middle;
}

.encounter-search {
    display: table-cell;
    vertical-align: middle;
}

.basic-card {
    width: 30vh;
    min-width: 30vh;
    max-width: 30vh;
    border: 1px solid black;
    border-radius: 5px 5px;
    height: 40vh;
    min-height: 40vh;
    max-height: 40vh;
    padding: 5px;
    margin: 10px 0px 10px 25px;
    text-align: center;
}

.basic-card-data {
    text-align:left;
    margin:3px;
}

.custom-button {
    text-align: center;
    width:100px;
}

.custom-span {
    text-align: left;
    display:inline-block;
    width:10em;
    min-width:10em;
}

.return-time{
    border-radius:5px 5px;
    color:yellow;
    background-color:red;
}

.add-texts {
    margin:10px;
}

    .add-texts input[type=text] {
        width: 80%;
        border-radius: 15px 15px;
        padding: 0px 13px 0px 13px;
    }

.add-buttons {
    margin: 10px;
    align-content:center;
    text-align:center;
}

.custom-modal {
    position: absolute;    
    border-radius: 14px;
    padding: 8px;
    min-width:100vh;
    min-height: 100vh;
    text-align:center;
    vertical-align:middle;
    z-index:1;
    overflow: auto;
}

.modal-body {
    background: #fff;
    padding: 20px;
}
.modal-close {
    position: absolute;
    background-color: rgb(139 136 136);
    width: 24px;
    height: 27px;
    display: block;
    text-indent: -9999px;
    top: -7px;
    right: -7px;
}

.modal-header {
    
    background-color: rgb(139 136 136);
}

.modal-footer {
    background-color: rgb(139 136 136);
}

.modal-content {
    background-color: #fefefe;
    margin: 20% auto;
    border:2px solid black;
    border-radius: 14px;
    padding:5px;
    width: 100%;
}

.error-listitem {

}

.error-list {
    list-style-type:lower-greek;
}

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url('../loading.gif') center no-repeat;
    background-size: 75px 75px;
}

body.loading {
    overflow:hidden;
}

    body.loading .overlay {
        display: block;
    }

    .custom-edit-span{
        color:green;
    }

    #encounter_dd {
        max-width:1000px;
    }



    .container .pb3{
        margin-bottom: 75px;
    }