/* this is for general styles that are used throughout the site/app */

.rt-fixed-background {
    background-image: url("../images/IMG953665.jpg");
    background-color: #fffdd0;
    background-color: var(--russBlack);
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 900px 1200px;
    position: fixed;
    top: 0;
    left: 50%;
    bottom: 0;
    overflow: hidden;
    margin: 0 auto;
    transform: translate(-50%, 0);
}

.rt-question-holder {
    background: transparent;
    max-width: 500px;
    height: 100vh;
    overflow-y: auto;
    margin-bottom: 2rem;
}

.rt-question-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.7), 0 6px 20px 0 rgba(0, 0, 0, 0.7);
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.weber-form-checkbox {
    color: #d3d3d3;
    font-size: 1.1em;
    padding-right: 10px;
}

.weber-form-checkbox-selected {
    color: #00ff00;
    font-size: 1.1em;
    padding-right: 10px;
}

.weber-flex-list-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.weber-icon-holder {
    display: flex;
    flex-basis: 20%;
}

.weber-answer-holder {
    display: flex;
    flex-basis: 80%;
}

.quick-question-directions {
    font-size: 0.9em; 
    color: #555555; 
    text-align: center;
}

.background-wrapper,
.textarea-wrapper { 
    background:#EFEFEF; 
    box-shadow: 1px 1px 10px #999; 
    margin: auto; 
    text-align: center; 
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*margin-left: 5px;
    margin-right: 5px;*/
    margin-bottom: 20px !important;
    width: 94%;
    padding-top: 5px;
}
.background-scroller { 
    overflow-x: scroll;
    overflow-y: hidden;
    height: 350px;
    white-space:nowrap
}

.background-scroller img {
    box-shadow: 1px 1px 10px #999;
    margin: 2px;
    max-height: 350px;
    cursor: pointer;
    display:inline-block;
    *display:inline;/* For IE7*/
    *zoom:1;/* For IE7*/
    vertical-align:top;
}

textarea {	 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;	 
    width: 96%;
}

#caricature_type_toggle,
#camera-section-toggle,
#gallery-upload-section-toggle {
    display: none;
}

.num-of-people-slide-holder {
    width: 96%;
    padding-bottom: 1.2rem;
    text-align: center !important;
    margin: 0 auto;
}

.num-of-people-slide-number {
    border:0; 
    color:#f6931f; 
    font-weight:bold;
    text-align: center;
}

.price_col {
    text-align: right !important;
}

.custom_request_holder {
    margin: 10px 0px;
    padding: 5px;
}

.rt-camera-holder {
    display: none;
    background: transparent;
    max-width: 500px;
    height: 100vh;
    overflow-y: auto;
}

.rt-confirmation-holder {
    display: none;
    background: transparent;
    max-width: 500px;
    height: 100vh;
    overflow-y: auto;
}

.rt-customer-info-holder {
    display: none;
    background: transparent;
    max-width: 500px;
    height: 100vh;
    overflow-y: auto;
}

.rt-receipt-holder {
    display: none;
    background: transparent;
    max-width: 500px;
    height: 100vh;
    overflow-y: auto;
}

.rt-receipt-camera-holder {
    display: none;
    background: transparent;
    max-width: 500px;
    height: 100vh;
    overflow-y: auto;
}

.rt-final-message-holder {
    display: none;
    background: transparent;
    max-width: 500px;
    height: 100vh;
    overflow-y: auto;
}

input[type="file"] {
    display: none;
}

.file-upload-btn, .receipt-upload-btn {
    border: 1px solid #000000;
    border-radius: 3px;
    background-color: #55bae2;
    padding: 6px;
    display: inline-block;
}

.rt_contact_field {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    line-height: 1.1rem;
    width: 95%;
}

.take-notice {
    font-weight: 700;
    font-size: 1.1rem;
    padding-top: 3px;
    padding-bottom: 3px;
}

.mobile-margin {
    margin-bottom: 3.2rem !important;
}