/* 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;
}
p {
    font-size: 16px;
}
.card {
    width:75%;
}
.btn-primary {
    color: #fff;
    background-color: #05668d !important;
    border-color: #1861ac;
    width: fit-content;
    min-width: 100px;
    margin: 10px;
}
.btn-delete {
    border:none;
    transform: scale(1.1);
}

.btn-delete:hover {
    transform: scale(1.3) !important;
    filter: brightness(100%) !important;
}

.delete-icon:hover {
    transform: scale(1.4);
}


.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;
}

.icon-hoverable:hover {
    transform: scale(1.2);
    filter: brightness(120%);
    transition-duration: 0s;
    cursor: pointer;
}

#addButton {
    color: #05668d;
    font-size: 3em;
}

#addCardButton {
    color: #05668d;
    font-size: 3em;
}

/* 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 */
}

.bg-heading {
    background-color: #05668d;
}

.bg-form {
    background-color: #f5f5f5;
}

.table td, .table th {
    vertical-align: top;
    border-top: 0.5px solid #dee2e6;
}

.row {
    /*background-color: #f5f5f5;
    border-radius: 15px;
    height: fit-content;
    align-items: center;
    padding: 4px 4px;
    text-align:start;*/
}

.modal-body {
    background-color: #f5f5f5 !important;
}


/* Buttons
-------------------------------------------------- */
#FileUpload::file-selector-button {
    
}

#logoutImg:hover {
    transform: scale(1.05);
}

#logon:hover {
    transform: scale(0.95);
}

button:hover {
    transform: scale(1.01);
    filter: brightness(110%);
    transition-duration: 0s;
}

#fileupload-submit {
    background-color: #60c277 !important;
    border: none;
}

#form-submit:hover {
    transform: scale(1.01);
    filter: brightness(110%);
    transition-duration: 0s;
}

#form-submit {
    background-color: #60c277;
    color:white;
    width:fit-content;
    min-width:150px;
    min-height:0px;
    margin:10px;
    font-size:  large
    
}

.popup-image:hover {
    cursor: pointer;
    transform: scale(1.05);
    filter: brightness(110%);
}

/*__________________________________*/
select {
    font-size: 15px;
    padding: 10px 8px 10px 14px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    width: 200px;
}

select .select {
    width: 120%;
    background: url('arrow.png') no-repeat;
    background-position: 80% center;
}

select .select select {
    background: transparent;
    line-height: 1;
    border: 0;
    padding: 0;
    border-radius: 0;
    width: 120%;
    position: relative;
    z-index: 10;
    font-size: 1em;
}

input[type="date"] {
    font-size: 15px;
    padding: 10px 8px 10px 14px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    width: 200px;
}

input {
    font-size: 15px;
}
input:hover {
    border: 1px #0000005a solid
}

select:hover {
    border: 1px #0000005a solid
}

input[type="file"]:hover{
    border:none;
}
/*__________________________________*/

.protechnavcenter {
    left: 0px;
    height: fit-content;
    width: 100%;
    text-align: center;
}
table{
    border-radius: 15px;
    border-top: hidden;
    width:auto;
}

#cardText {
    font-size:11px;
}

#login {
    background:none;
}
#removeBoost{
    width:fit-content;
}
::placeholder {
   color:#cecece !important;
}
input[type=file]::file-selector-button {
    padding: .2em .4em;
    border-radius: .2em;
    background-color: #05668d;
    border: 1px solid #05668d;
    color: white;
}

input[type=file]::file-selector-button:hover {
    filter: brightness(110%);
    transition-duration: 0s;
    border: 1px solid #05668d;
    cursor: pointer;
}

i {
    vertical-align:text-bottom;
}

#vaxtable {
    width:100% !important;
}

#cardtable {
    width: 100% !important;
}

#exemptTable {
    width: 100% !important;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.bigger-view {
    width: 300px;
}

.orange-icon {
    color: #FFA500;
}
.red-color {
    color: red;
}