﻿.bold {
    font-weight: bold;
}

.table_admin {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    background-color: #fff;
    font-size: 0.875em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.floating-scroll {
    max-width: 100%;
    overflow: auto;
    margin-bottom: 20px;
}

.highlight_box {
    background-color: #f7f7f7;
    padding: 20px;
    margin: 0 0 0 0;
    border-radius: 4px;
}

.checkout_button {
    position: relative;
    top: 0;
    padding: 20px;
    border: 3px solid #196299;
    border-radius: 5px;
    margin: 25px 0;
    background-color: #2892c8;
    font-weight: bold;
    color: #fff;
    font-size: x-large;
    transform: scale3d(1,1,1);
    -webkit-transition: top 0.2s ease-out,-webkit-transform 0.2s ease-out,-webkit-box-shadow 0.2s ease-out,background-color 0.2s ease-out;
    -moz-transition: top 0.2s ease-out,-moz-transform 0.2s ease-out,-moz-box-shadow 0.2s ease-out,background-color 0.2s ease-out;
    -o-transition: top 0.2s ease-out,transform 0.2s ease-out,box-shadow 0.2s ease-out,background-color 0.2s ease-out;
    transition: top 0.2s ease-out,transform 0.2s ease-out,box-shadow 0.2s ease-out,background-color 0.2s ease-out;
}

/* Choice partial */
.title-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 60px;
    box-sizing: border-box;
    background-color: var(--oltmaincolour);
    /*   background-color: var(--oltbright) */
    color: white;
    margin-bottom: 30px;
    margin-top: 10px;
    border-radius: 5px;
    min-height: 250px;
}


.title-text {
    font-size: 2em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
}

.subtitle-text {
    font-size: 1em;
    margin: 10px 0 0;
    text-align: center;
}

/*Used for new admin buttons */






.panel_icon_container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.large_panel_button i {
    font-size: 50px;
    color: lightslategray;
    box-sizing: border-box;
}

.panel_pricing_container span,
.panel_pricing_container .smltext {
    /*color: black;*/
    text-align: center;
    /*font-weight: bold;*/
    line-height: 1.2em;
    font-size: 0.8em;
    box-sizing: border-box;
}

.large_panel_button::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: -1;
    border-radius: 5px;
    transition: all 0.3s ease;
}


.large_panel_button:hover::before,
.large_panel_button:focus::before {
    transform: scale(1.02);
}







/*.signupchoose_button:hover {
    background-color: #1a7a9c;
}*/

/*.buy_button, .signupchoose_button {
    border-radius:0px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
}*/

    /*.buy_button:hover {
        background-color: #1a7a9c;
    }*/

.disabled_membership_button:hover {
    background-color: lightgrey;
}

.disabled_membership_button {
    background-color: lightgrey;
}



.panel_buy_container{
    margin-top:10px;
    min-height:90px;
    bottom:0px;
}

.thing_column {
    flex: 1;
    padding: 20px;
    box-sizing: border-box;
}

.centered-mat-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.signupformarea {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.signupformwrapper {
    width: 50%;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    background: #ffffff;
    border-radius:0.5rem;
}


@media screen and (max-width: 840px) {    

    .signupformwrapper{
        width:100%;
    }
}