/**
 * @file
 * Styling for the acv_tasks module.
 */
.hide { display: none; }
.show { display: block; }
.p5 { padding: 5px; }
.tcenter { text-align: center; }
.tright { text-align: right; }
.nomargin { margin: 0 !important; }
.green { color: #014a81; }
.green:hover { color: #000000; }
form .button { background-color: #014a81; }
form .button:hover { background-color: #000000; }
.w30 { width: 30%; }
.mt30 { margin-top: 30px !important; }
.mt10 { margin-top: 10px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb0 { margin-bottom: 0; }
.w100 { width: 100%; }
.bgray { background: #eee; }
hr { margin: 5px 0 !important; }
.disabled { color: #999; }

.thumb.w100 { max-width: 100px; }
.button.blue { background-color: #1F173E; margin: 0; color: #fff; }
.button.blue.active { background-color: #fff; color: #1F173E; border-color: #1F173E; }
.button.red { background-color: #f55; margin: 0; }
.button.grey { background-color: #ccc; margin: 0; color: #000; }


#add-gift-card-button input { margin: 24px 0 0 0; }

.tooltip-icon { width: 20px; height: 20px; margin-left: 10px; }
.tooltp {
  position: relative !important;
  display: inline-block;    
}
  
.tooltp .tooltiptext {
  visibility: hidden;
  width: 600px;
  background-color: black;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 20px;
  font-size: 16px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
  
.tooltp:hover .tooltiptext {
  visibility: visible;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) { float: left; }

.path-book-now h1 { text-align: center; }
.path-book-now h2 { color: #014a81; text-align: center; }
.path-book-now p { font-size: 16px; }
.path-book-now p.description { font-size: 16px; text-align: justify; }

#book-now-form-wrapper {
    border: 8px solid #014a81;
    border-radius: 50px;
    padding: 24px;
}

#book-now-form-wrapper #subtitle {
    text-align: center;
    height: 15px;
}

#custom-registration-register-form h2 {
    display: inline-block;
    margin: 0;
    position: relative;
    background-color: #fff;
    padding: 0 20px;
    top: -60px;
}
#custom-registration-register-form .reg-closed h2 {
    top: 0;
    margin: 30px 0;
}
#book-now-form-wrapper #header-wrapper {
    padding-bottom: 40px;
    border-bottom: 4px solid #014a81;
    margin-bottom: 30px;
}

#book-now-form-wrapper fieldset.form-item {
    margin: 0;
}

#book-now-form-wrapper input[type="radio"] {
    margin-bottom: 0;
}

#book-now-form-wrapper .instructor {
    padding-left: 0;
    margin-top: 22px;
    font-size: 22px;
    font-weight: bold;
}
#book-now-form-wrapper .instructor span.instructed {
    font-size: 0.9rem;
}
#book-now-form-wrapper .instructor span.inst-title {
    color: #014a81;
    font-size: 1rem;
    font-weight: bold;
}


#book-now-form-wrapper .equipment {
    margin-top: 30px;
}
#book-now-form-wrapper .equipment li {
    font-size: 16px;
}

#book-now-form-wrapper h3 {
    font-size: 1.9rem;
    padding-left: 0;
}
#book-now-form-wrapper div.class-duration,
#book-now-form-wrapper div.class-price,
#book-now-form-wrapper div.additional-kit-price,
#book-now-form-wrapper div.instructor-name,
#book-now-form-wrapper div.method {
    padding-left: 0;
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

#book-now-form-wrapper #shipping-wrapper .form-item {
    margin: 0;
}
#book-now-form-wrapper #shipping-wrapper .form-item input,
#book-now-form-wrapper #shipping-wrapper .form-item select {
    margin-bottom: 5px;
    border: 2px solid #014a81;
    border-radius: 2px;
}
#book-now-form-wrapper h3.billing-info {
    margin-bottom: 15px;
}

#book-now-form-wrapper #container-left,
#book-now-form-wrapper #container-right {
    margin-bottom: 30px;
}

#book-now-form-wrapper #additional-kits-container {
    clear: both;
}

#book-now-form-wrapper div.additional-kit-cost {
    padding: 0;
    font-size: 16px;
    display: block;
}
#book-now-form-wrapper select#edit-num-of-kits {
    max-width: 300px;
    border: 2px solid #014a81;
    border-radius: 2px;
}

#book-now-form-wrapper #additional-comments-wrapper .form-item {
    margin: 0;
}

#book-now-form-wrapper .form-item-additional-comments-text textarea {
    border: 2px solid #014a81;
    border-radius: 2px;
}

#book-now-form-wrapper p.dietary-restrictions {
    font-family: 'Lato Black';
    color: #000000;
    font-size: 1.9rem;
}

#book-now-form-wrapper #edit-actions {
    text-align: center;
}
#book-now-form-wrapper #edit-submit {
    text-transform: uppercase;
}

#book-now-form-wrapper #bottom-left-wrapper {
    display: contents;
    margin: 30px 0;
}

#book-now-form-wrapper h4 {
    margin-bottom: 0;
    color: #94c0a4;
}

#book-now-form-wrapper #bottom-left-wrapper .form-item {
    margin: 0;
}
#book-now-form-wrapper #bottom-left-wrapper .form-required:after {
    height: 12px;
    margin: 0 0.2em;
}

.cancellation-policy {
    max-width: 60rem;
    margin: 45px auto;
}
.cancellation-policy h3 {
    font-size: inherit;
}
.cancellation-policy p {
    font-size: inherit;
}


#profile-block { color: #fff; padding: 14px; }
#profile-block p { margin: 0; text-align: center; color: #fff; }
#profile-block #name {
    background-color: #1F173E;
    color:#fff;
    padding: 3px;
    text-align: center;
    display: block;
 }
 #profile-cart { 
    text-align: center;
    position: absolute;
    top: 100px;
    right: 50px;    
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
 }

 .account-info {
    position: relative;
    top: -8vw;
 }
 .account-photo {
    /*width: 15vw;
    position: relative;
    top: -7vw;*/
 }
 .account-photo img {
    border:5px solid #fff;
    border-radius: 50px;
 }
 .account-name { 
    margin-top: 7vw;
 }
 .account-settings {
    position: relative;
    top: -7vw;
 }

#booking-access-denied {
    text-align: center;
    padding: 30px 0;
}

#booking-access-denied a {
    padding: 10px 50px;
    margin: 30px 0;
    background-color: #303030;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: large;
    font-weight: 800;
    display: inline-block;
    text-align: center;
    float: left;
}
#booking-access-denied a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #303030;
    border-color: #303030;
}



.billing-address-label label { font-size: 20px; }

.usd-prefix.input-group-label { margin: 2.8em 0 2.1em 0; }

.custom-registration-walk-and-roll-sponsor-form h3 { margin-bottom: 0; }
.custom-registration-walk-and-roll-sponsor-form h4 { font-size: 1rem; margin-top: 0; } 

.custom-registration-summer-shindig-form h3 { margin-bottom: 0; }
.custom-registration-summer-shindig-form h4 { font-size: 1rem; margin-top: 0; } 

.custom-registration-walk-and-roll-tshirt-purchase-form table tr td { padding: 5px; text-align: center; }


.accordion-title { font-weight: bold; }
li.accordion-item .accordion-title { color: #1F173E; }
h3.my-life-permission { margin: 0; }
.my-life-media-section { padding: 10px; border:1px solid #303030; margin-bottom: 20px; }
.my-life-media-section .images { 
    display: grid;
    grid-template-columns: 31% 31% 31%;
    grid-gap:1%;
}
.accordion-item:first-child>:first-child { padding : 1.25rem 1rem; }

.my-life-left { 
    padding: 10px;
    padding-right: 20px; 
    padding-bottom: 20px; 
    background-color: #f1f1f1; 
}
.my-life-right { 
    padding-left: 20px; 
    padding-top: 100px;
    position: relative;
}
.my-life-left img, .my-life-right img { 
    border: 5px solid #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 15px #646464;
}
.my-life-right .upper-images{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.my-life-3c-left-wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}
.my-life .spouse-title {
    margin-bottom: -5px !important;
}

.photos-wrapper { 
    display: grid;
    grid-template-columns: 31% 31% 31%;
    grid-gap: 1%;    
}
.photo { position: relative; padding: 0 0 10px 0; }
.photo img { position: relative; }
.photo .delete-photo { 
    position: absolute; 
    left: 5px; 
    top:5px; 
    z-index: 2; 
    width: 25px; 
    height: 25px; 
}

.delete-document img {         
    width: 25px; 
    height: 25px; 
}

.videos-wrapper { 
    display: grid;
    grid-template-columns: 31% 31% 31%;
    grid-gap: 1%;    
}

.delete-video { width: 20px; height:20px; }

.profile-wrapper {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 10px;    
    padding: 10px;
}

.profile-my-life {
    grid-area: 1 / 1 / span 1 /span 1;
    border: 1px solid #2ba6cb;
    border-radius: 5px;
    padding: 20px;
}
.profile-my-life.disabled {
    border: 1px solid #999;
}

.profile-obituaries {
    border: 1px solid #2ba6cb;
    border-radius: 5px;
    padding: 20px;
}

.profile-other-accounts {
    border: 1px solid #2ba6cb;
    border-radius: 5px;
    padding: 20px;
}

.family-list ul { 
    margin: 0;
}
.family-list li {
    list-style: none;
}
.family-list li a {
    color: #014a81;
    text-decoration:underline;
}

.my-life-left a { 
    color: #014a81;
    text-decoration:underline;
}

.my-life-left img { 
    width: 100%;
}

.my-life-right img { 
    width: 100%;
}

.obituary-item-links a {
    color: #014a81;
    text-decoration:underline;
}

.obituary-search img {
    width: 100%;
}

.manage-obituaries ul { margin: 0; }
.manage-obituaries li { list-style: none; }

@media screen and (max-width:640px) {
    #book-now-form-wrapper {
        margin-top: 45px;
    }
}
 
