﻿body {
    /*padding-top: 50px;*/
    /*padding-bottom: 20px;*/
    /*background-color: black;*/
}

/* Bootstrap 5.3's .card sets color: var(--bs-body-color) unconditionally, and that CSS variable
   (unlike the plain `color` property slate.css overrides on body) is never redefined by this site's
   pre-5.3 dark theme - it stays Bootstrap's own #212529 default. Every .card on a dark page (and by
   inheritance .card-body/.card-header, whose own color rules fall back to their .card ancestor) was
   rendering near-black text on a dark background site-wide until this override. */
.card {
    color: #aaa;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1000px;
}  

.input-group-lg {
    font-size: 1.25em;

}

.navbar-brand {
    padding: 0px; /* firefox bug fix */
    font-size: 2rem;
}

    .navbar-brand > img {
        height: 100%;
        padding: 15px; /* firefox bug fix */
        width: auto;
    }

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.footer {
    position: absolute;
    bottom: 0;
}

.icon-invisible {
    visibility: hidden;
}

.icon-visible {
    visibility: visible;
}

#selectable {
    border-collapse: collapse;
}

    #selectable .ui-selecting {
        background: #FECA40;
    }

    #selectable .ui-selected {
        background: #F39814;
        color: white;
    }

    #selectable tr th, td {
        border: 1px solid;
        padding: 6px;
    }

.icon:hover {
    font-weight: normal;
    color: #333333;
    cursor: pointer;
    background-color: inherit;
    border-color: transparent;
}


.intl-tel-input {
    display: table-cell;
    width: 100%;
}

#sidebar {
    background-color: dimgray;
    bottom: 0;
    color: white;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
}


/*INTL Phone Styling*/
.hide {
    display: none;
}

#error-msg {
    color: red;
}

#valid-msg {
    color: #00C900;
}

input.error {
    border: 1px solid #FF7C7C;
}

.btn span.glyphicon {
    opacity: 0;
}

.btn.active span.glyphicon {
    opacity: 1;
}

/*.intl-tel-input .selected-flag {
    z-index: 4;
}

.intl-tel-input .country-list {
    z-index: 5;
}

.input-group .intl-tel-input .form-control {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
}*/

/*.input-group .form-control, .intl-tel-input {
    width: 100%;
}*/
/*body {
    padding: 10px;
    font-family: verdana;
    font-size: 8pt;
}*/

/*select {
    font-family: verdana;
    font-size: 8pt;
    width: 150px;
    height: 100px;
}*/

input {
    text-align: center;
    v-align: middle;
}

.card-list-table {
    table-layout: fixed;
    background: transparent;
    margin-bottom: 0;
    width: 100%;
}

.table-wrapper {
    margin: 0 auto 0;
    position: relative;
    transition: all .2s ease-out;
    /*max-width: 300px;
    width: 80%;
    max-height: 500px;
    overflow-y: scroll;*/
}

a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
    cursor: pointer;
}

.highlight {
    background-color: #515151
}