﻿h2.regSession {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 33px;
    color: #9F9F9F;
    margin: 35px 0 0;
}

.regLocHolder {
    display: flex;
    justify-content: space-between;
    padding: 0px;
    flex-wrap: wrap;
}

.regLocBox {
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    box-sizing: border-box;
    border-radius: 4px;
    width: 48%;
    padding: 17px 0;
    margin-top: 20px;
    display: flex;
    position: relative;
    cursor: pointer;
}

    .regLocBox.showTip::after {
        content: "Click to register";
        display: block;
        position: absolute;
        background-color: black;
        color: white;
        width: 100%;
        height: 100%;
        top: 0;
        text-align: center;
        padding: 50px 0;
        background-color: rgba(255,255,255,0.8);
        color: #222222;
        font-size: 16px;
    }

regLocBoxNone {
    opacity: 0;
    width: 48%;
}

.regLocBox h2 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.2;
    color: #585550;
    margin: 0px 0 10px 0;
}

.iconAndText {
    display: flex;
    margin: 4px 0px 0px;
}

    .iconAndText .iconHolder img {
        margin-right: 10px;
    }

    .iconAndText p {
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        color: #A2A2A2;
        width: 85%;
        margin: 0;
    }

        .iconAndText p.noteInfo {
            color: #1878CC !important;
        }

        .iconAndText p.noteAlert {
            color: #E97D7F !important;
        }

        .iconAndText p .blue {
            color: #1878CC;
            font-weight: bold;
        }

.regLocBox .buttonHolder {
    display: flex;
}

div.groupType {
    font-style: normal;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    line-height: 25px;
    height: 25px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: #1878CB;
    text-align: center;
    width: 100px;
    height: 80px;
    align-self: center;
}

    div.groupType span {
        font-style: normal;
        margin: 0px;
        padding: 0px;
        line-height: 25px;
        height: 25px;
        font-size: 14px;
        font-weight: 600;
        line-height: 19px;
        color: #1878CB;
        display: block;
    }

    div.groupType .locationIcon {
        width: 53px;
        vertical-align: bottom;
    }

div.boxContent {
    border-left: 1px solid #C4C4C4;
    padding-left: 19px;
    flex: 2;
    max-width: 395px;
    align-self: center;
}

.regLocBox .buttonHolder {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0px;
    margin: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.regLocBox .buttonHolder a.regBtn {
    width: 100%;
    height: 100%;
}

    .regLocBox .buttonHolder a.regBtn img {
        transition: 0.3s;
        cursor: pointer;
        position: absolute;
        right: 30px;
        top: 60px;
    }

    .regLocBox .buttonHolder a.regBtn:hover > img {
        opacity: 0.8;
    }

    .regLocBox .buttonHolder a.regBtn.grey {
        border: 1px solid grey;
        color: grey;
        cursor: initial;
        background-color: transparent;
    }

    .regLocBox .buttonHolder a.regBtn.green {
        border: 1px solid #18cc7b;
        color: #18cc7b;
        cursor: initial;
        background-color: transparent;
    }

    .regLocBox .buttonHolder a.regBtn.orange {
        border: 1px solid #cc7618;
        color: #cc7618;
        cursor: initial;
        background-color: transparent;
    }

.regLocModal .modal-body {
    display: flex;
    min-height: 490px;
}

    .regLocModal .modal-body .left {
        width: 50%;
        border-radius: 7px 0 0 7px;
        padding: 30px;
    }

        .regLocModal .modal-body .left h2 {
            font-style: normal;
            font-weight: 300;
            font-size: 30px;
            color: #7E7F81;
            margin: 0px;
        }

        .regLocModal .modal-body .left p {
            font-style: normal;
            font-weight: 500;
            font-size: 18px;
            color: #7E7F81;
            margin: 0px 0 10px 0;
        }

        .regLocModal .modal-body .left .chosenClass h3 {
            font-style: normal;
            font-weight: 300;
            font-size: 23px;
            color: #7E7F81;
            margin: 0px
        }

        .regLocModal .modal-body .left .chosenClass p.chosen {
            font-style: normal;
            font-weight: 500;
            font-size: 15px;
            color: #A2A2A2;
            margin: 3px 0 7px 0;
        }

        .regLocModal .modal-body .left .chosenClass .iconAndText p {
            font-size: 15px;
        }

        .regLocModal .modal-body .left .buttonHolder {
            margin-top: 15px;
        }

            .regLocModal .modal-body .left .buttonHolder button {
                font-style: normal;
                font-weight: 400;
                font-size: 15px;
                text-align: center;
                color: #FFFFFF;
                border: none;
                padding: 8px 15px;
                margin-right: 10px;
            }

                .regLocModal .modal-body .left .buttonHolder button.greyBtn {
                    background: #C1C1C1;
                    border-radius: 5px;
                }

                .regLocModal .modal-body .left .buttonHolder button.blueBtn {
                    background: #1878CB;
                    border-radius: 5px;
                }


        .regLocModal .modal-body .left hr {
            margin: 15px 0;
        }

.tagHolder {
    display: flex;
    margin: 0 0 15px 0;
}

    .tagHolder span {
        background: #FFFFFF;
        border: 0.5px solid #A1A1A1;
        border-radius: 70px;
        margin: 0 7px 0 0;
        padding: 0px 10px 2px 4px;
        box-sizing: border-box;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        color: #7E7F81;
    }

.regLocModal .modal-body .left .buttonHolder a.blueBtn {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    align-items: center;
    text-align: center;
    background: #1878CB;
}

.regLocModal .modal-body .left .buttonHolder button.greyBtn {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    align-items: center;
    text-align: center;
    padding: 10px 16px;
}

.regLocModal .modal-body .left .regLocModalBox {
    background: #FFFFFF;
    border: 1px solid #F6F6F6;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: flex;
    margin: 18px 0 0;
}

    .regLocModal .modal-body .left .regLocModalBox .left {
        padding: 15px 0 18px 15px;
    }

        .regLocModal .modal-body .left .regLocModalBox .left h3 {
            font-style: normal;
            font-weight: 300;
            font-size: 18px;
            line-height: 25px;
            display: flex;
            align-items: center;
            color: #7E7F81;
            margin: 0px;
        }

        .regLocModal .modal-body .left .regLocModalBox .left p {
            font-family: Open Sans;
            font-style: normal;
            font-weight: 600;
            font-size: 13px;
            align-items: center;
            color: #A2A2A2;
        }

    .regLocModal .modal-body .left .regLocModalBox .right {
        background: rgba(242, 242, 242, 0.73);
        position: relative;
    }

        .regLocModal .modal-body .left .regLocModalBox .right .days {
            display: flex;
            width: 95%;
            margin: auto;
            margin-top: 15px;
        }

            .regLocModal .modal-body .left .regLocModalBox .right .days span {
                display: block;
                width: 14%;
                text-align: center;
                font-style: normal;
                font-weight: 300;
                color: #A5A5A5;
            }

                .regLocModal .modal-body .left .regLocModalBox .right .days span.active {
                    display: block;
                    width: 42%;
                    text-align: left;
                    padding-left: 8px;
                    color: #1878CC;
                }

                    .regLocModal .modal-body .left .regLocModalBox .right .days span.active span.hours {
                        background: #1878CC;
                        border: 1px solid #1878CC;
                        box-sizing: border-box;
                        border-radius: 3px;
                        color: #FFFFFF;
                        font-style: normal;
                        font-weight: 500;
                        font-size: 11px;
                        width: 100%;
                    }

        .regLocModal .modal-body .left .regLocModalBox .right .userStatus {
            font-weight: 300;
            font-size: 13px;
            color: #A1A1A1;
            position: absolute;
            bottom: 5px;
            left: 10px;
            margin: 0px;
        }

            .regLocModal .modal-body .left .regLocModalBox .right .userStatus span.userBold {
                font-weight: normal;
            }

            .regLocModal .modal-body .left .regLocModalBox .right .userStatus img {
                vertical-align: bottom;
            }

.regLocModal .modal-body .right {
    width: 50%;
    background-color: white;
    border-radius: 0 7px 7px 0;
}

@media only screen and (max-width: 1025px) {
    #sectionLocationRegistration .container {
        width: 100%;
    }

    .regLocBox {
        width: 100%;
    }

    .modal-dialog {
        width: calc(100% - 20px) !important;
    }

    .regLocModal .modal-body {
        display: grid;
        min-height: 200px;
    }

        .regLocModal .modal-body .left {
            width: 100%;
            grid-column: 1;
            grid-row: 2;
            padding: 20px;
        }

            .regLocModal .modal-body .left .buttonHolder {
                margin-top: 5px;
                display: flex;
                flex-wrap: wrap;
            }

                .regLocModal .modal-body .left .buttonHolder button, .regLocModal .modal-body .left .buttonHolder a {
                    margin-top: 5px;
                }

        .regLocModal .modal-body .right {
            width: 100%;
            grid-column: 1;
            grid-row: 1;
            height: 260px !important;
        }

    #map3 {
        height: 260px !important;
    }
}

.tabButtonHolder {
    margin: 15px;
}

.locationTabButton {
    background-color: white;
    border: 1px solid white;
    outline: none;
    border-radius: 80px;
    padding: 10px 20px;
    font-size: 16px;
    color: #989DA0;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
    margin: 0 15px 0 0;
    box-sizing: border-box;
}

    .locationTabButton.active {
        border: 1px solid #1878CB;
        color: #1878CB;
    }
