﻿
body {
    overflow-y: scroll;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    resize: none;
}

.input-group.required .control-label:before {
    content: "*";
    font-weight: bold;
    color: red;
    display: inline;
    margin-right: 2px;
}

.emailopt {
    display: none;
    position: absolute;
    top: 3px;
    left: -680px;
    visibility: collapse;
}

.validateError {
    color: palevioletred;
    font-size: 0.8em;
    font-style: italic;
    margin-left: 15px;
    position: relative;
}

.dropValidateError {
    color: palevioletred;
    font-size: 0.8em;
    font-style: italic;
    margin-left: 5px;
    position: relative;
}

a:hover {
    cursor: pointer;
}

.fileupload {
    background-color: whitesmoke;
    border-color: #e784a2;
    font-weight: bold;
}

.fileuploadbutton {
    background-color: whitesmoke;
    border-color: #e784a2;
    font-weight: bold;
    width: 50%;
    margin: auto;
}

.bctb {
    border-color: #e1e1e1 !important;
}

caption.pricing {
    font-size: 1.5rem;
    color: black;
}

h7 {
    font-size: 1.0em;
}

.lbl {
    font-size: 1.6rem;
    font-weight: bold;
}

.sign {
    margin-top: 25px;
    margin-bottom: 85px;
}

.cntrl-label {
    font-size: 2.0rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #6d3254;
}


input[type="text"],
select.form-control {
    background: transparent;
    border: none !important;
    border-bottom: 1px solid #000000 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

input[type="text"]:focus,
select.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Thick border */
hr.thick {
    border: 2px solid gray;
}

.unavailable {
    color: gray!important;
}
.unavailable_msg {
    color: #6d3254!important;
    font-weight: bold;
}

.nav-link.disabled {
    color: gray !important;
    pointer-events: none;
    cursor: default;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    .nodisplay {
        display: normal;
    }

    .titlepos{
        margin-top:auto;
    }

    .name_indent {
        margin-left: 20px;
    }

    .input-group {
        position: relative;
        display: inline-block;
        flex-wrap: wrap;
        align-items: stretch;
        width: 100%;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

    .nodisplay {
        display: normal;
    }

    .name_indent {
        margin-left: 20px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

    .nodisplay {
        display: normal;
    }

    .name_indent {
        margin-left: 20px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

    .nodisplay {
        display: none !important;
    }

    .name_indent {
        margin-left: 100px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .nodisplay {
        display: none !important;
    }

    .name_indent {
        margin-left: 100px;
    }
}

.decor_under {
    text-decoration:underline;
}

.bkgd {
    background-color:whitesmoke;
}
ul.listtype {
    list-style-type: none;
}

u {
    text-decoration-thickness: 3px;
}

.requestsent {
    
    background-color: whitesmoke;
}

.galleryImg {
    height:370px;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #56225e;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .scroll-top-wrapper:hover {
        background-color: #888888;
    }

    .scroll-top-wrapper.show {
        visibility: visible;
        cursor: pointer;
        opacity: 1.0;
    }

    .scroll-top-wrapper i.fa {
        line-height: inherit;
    }

img.landingpagesizing {
    /*max-height: 300px;
    max-width: 900px;*/
    height: auto;
    width: auto;
}
img.expertssizing {
    max-height: 300px;
    max-width: 900px;
    height: auto;
    width: auto;
}

.makeup {
    table-layout: fixed;
    width: 100%;
}

/* Column widths are based on these cells */
.row-name {
    width: 60%;
}

.row-price {
    width: 20%;
}

.row-book {
    width: 20%;
}