﻿body {
}

/* Set padding to keep content from hitting the edges */
.body-content {
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* LIONS COLORS */

.lions-yellow {
    color: #EBB700;
}

.lions-blue {
    color: #00338D;
}
.lions-gray {
    color: #55565A;
}
.lions-darkgray {
    color: #DD2240;
}
.lions-lightgray {
    color: #B3B2B1;
}
.lions-lightblue {
    color: #407CCA;
}
.lions-purple {
    color: #7A2582;
}
.lions-green {
    color: #00AB68;
}
.lions-orange {
    color: #FF5B35;
}


.lions-bg-yellow {
    color: black;
    background-color: #EBB700;
}

.lions-bg-blue {
    color: white;
    background-color: #00338D;
}

.lions-bg-gray {
    color: white;
    background-color: #55565A;
}

.lions-bg-darkgray {
    color: white;
    background-color: #DD2240;
}

.lions-bg-lightgray {
    color: black;
    background-color: #B3B2B1;
}

.lions-bg-lightblue {
    color: white;
    background-color: #407CCA;
}

.lions-bg-purple {
    color: white;
    background-color: #7A2582;
}

.lions-bg-green {
    color: black;
    background-color: #00AB68;
}

.lions-bg-orange {
    color: black;
    background-color: #FF5B35;
}


.lions-btn-yellow {
    color: black;
    background-color: #EBB700;
    border-color: #EBB700;
}

.lions-btn-blue {
    color: white;
    background-color: #00338D;
    border-color: #00338D;
}

.lions-btn-gray {
    color: white;
    background-color: #55565A;
    border-color: #55565A;
}

.lions-btn-darkgray {
    color: white;
    background-color: #DD2240;
    border-color: #DD2240;
}

.lions-btn-lightgray {
    color: black;
    background-color: #B3B2B1;
    border-color: #B3B2B1;
}

.lions-btn-lightblue {
    color: black;
    background-color: #407CCA;
    border-color: #407CCA;
}

.lions-btn-purple {
    color: white;
    background-color: #7A2582;
    border-color: #7A2582;
}

.lions-btn-green {
    color: black;
    background-color: #00AB68;
    border-color: #00AB68;
}

.lions-btn-orange {
    color: black;
    background-color: #FF5B35;
    border-color: #FF5B35;
}

/*


.btn-primary {
    color: #212529;
    background-color: #7cc;
    border-color: #5bc2c2
}

.btn-primary:hover {
    color: #212529;
    background-color: #52bebe;
    border-color: #8ad3d3
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(91, 194, 194, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #212529;
    background-color: #7cc;
    border-color: #5bc2c2
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #9cdada;
    border-color: #2e7c7c
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(91, 194, 194, 0.5)
}

.btn-outline-primary {
    color: #7cc;
    background-color: transparent;
    background-image: none;
    border-color: #7cc
}

.btn-outline-primary:hover {
    color: #222;
    background-color: #8ad3d3;
    border-color: #7cc
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(119, 204, 204, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #7cc;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #8ad3d3;
    border-color: #7cc
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(119, 204, 204, 0.5)
}


*/




.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #777;
    border-color: #fff
}

.btn-group-xs > .btn, .btn-xs {
    padding: .4rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}


#pfNewLoading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    opacity: 0.7;
    background-color: gray;
    z-index: 9999;
    text-align: center;
}

#pfNewLoading-image {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10000;
}


/* Used by Restaurants Page */
[data-toggle="collapse"] .fa:before {
    content: "\f139";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f13a";
}

.link:hover {
    text-decoration: none;
}

.thumbnail_container1 {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 20px;
}

.thumbnail_container {
}

.pfvl {
    position: relative;
    height: 120px !important;
    width: 100px !important;
}


.cc1 {
    filter: contrast(9);
}

.slick-prev:before, .slick-next:before {
    color: #306431 !important;
}

.linkhover:hover {
    background: #f3f3f3 !important;
}

/* End Restaurant Page CSS */


/* Text Truncator  */
.multiline {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-resize {
    resize: horizontal;
}

.truncate-overflow {
    --max-lines: 3;
    max-height: calc(var(--lh) * var(--max-lines));
    overflow: hidden;
}

    .truncate-overflow::before {
        content: "...";
        position: absolute;
        bottom: 0;
        right: 0;
    }


    .truncate-overflow::after {
        content: "";
        position: absolute;
        right: 0; /* note: not using bottom */
        width: 1rem;
        height: 1rem;
        background: white;
    }
/* End Text Truncator  */

/* Menu Accordion */
[data-toggle="collapse"] .fa:before {
    content: "\f139";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f13a";
}

.large {
    font-size: 1.2em;
}
/* End Menu Accordion */


/* CHAT BOX */
.chatboxsetup {
    z-index: 200;
    position: absolute;
    top: 100px;
    left: 100px;
    color: black;
    background-color: white;
}

/* MAKES FIXED HEADER IN ALL TABLES (added 8/14/2023 by Scott) */
/*thead tr:nth-child(1) th {
    background: white;
    position: sticky;
    top: 0;
    z-index: 10;
}
*/
/* MAKES FONT-SIZE 12PX (FOR USE IN INPUT FIELDS; added 8/14/2023 by Scott) */
.input-small {
    font-size: 12px;
}
