﻿/************************************/
/** General Site Styles [Internal] **/
/************************************/


/*Overlay (Master page)*/
#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
    cursor: pointer;
}

.loadingOverLay {
    width: 100px;
    height: 100px;
    font-size: 22px;
    font-weight: bold;
    color: whitesmoke;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

    .loadingOverLay::after {
        content: '';
        display: block;
        position: absolute;
        left: 48%;
        top: 40%;
        width: 40px;
        height: 40px;
        border-style: solid;
        border-color: whitesmoke;
        border-top-color: transparent;
        border-width: 4px;
        border-radius: 50%;
        -webkit-animation: spin .8s linear infinite;
        animation: spin .8s linear infinite;
    }

/*Banner*/
.messageBanner {
    border: solid 1px silver;
    border-radius: 2px;
    height: 27px;
    font-size: 16px;
    background-color: palegoldenrod;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 7px;
    padding-right: 7px;

    text-align:center;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/*********/
/*Nav Bar*/
/*********/
.bell {
    cursor: pointer;
    transition: transform 0.3s ease;
}

    .bell:hover {
        transform: scale(1.3); /* Scale the bell to 130% on hover */
    }

.searchBG {
    background-color: rgb(239, 239, 239);
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 2px;
    margin-right: 2px;
}

.selectableNavItem:hover {
    font-weight: bold;
}

/**************
CollegeDetails
**************/
.collegeInfo, .sportInfo, .coachInfo {
    border: solid 1px #C0C0C0;
    border-radius: 3px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.columnHeader {
    font-weight: bold;
    color: #2A6A9E;
}

.columnHeaderAndValue {
    font-weight: bold;
    color: #AD264f;
    /*cursor:pointer;*/
}

    .columnHeaderAndValue:hover {
        /*text-decoration:underline;*/
        /*color:#2A6A9E;*/
    }

.coachContact {
    color: #2A6A9E;
    padding-left: 40px;
    margin-top: 5px;
}

.spanSubtle {
    font-style: italic;
    font-size: 11px;
    color: gray;
}

.popupContent {
    border: solid 1px gainsboro;
    border-radius: 5PX;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    min-width: 25%;
    min-height: 25%;
    max-height: 85%;
    max-width: 90%;
    background-color: whitesmoke;
    color: steelblue;
}

.confirmPopupContent {
    border: solid 1px gainsboro;
    border-radius: 5PX;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    min-width: 20%;
    min-height: 25%;
    max-height: 50%;
    max-width: 40%;
    background-color: whitesmoke;
    color: steelblue;
}

.editPopupContentQuill {
    border: solid 1px gainsboro;
    border-radius: 5PX;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    min-width: 80%;
    min-height: 80%;
    max-height: 90%;
    max-width: 80%;
    background-color: whitesmoke;
    color: steelblue;
}

.ChoosingInstruction {
    padding-top: 5px;
}

.letterPreviewBox {
    max-width: 30em;
    max-height: 12em;
    overflow-y: auto;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    border: solid 1px gainsboro;
}

.CoachTable {
    width: 98%;
}

    .CoachTable th {
        border: solid 1px gainsboro;
        background-color: slategray;
        color: white;
        padding-left: 7px;
        padding-right: 7px;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .CoachTable td {
        border: solid 1px gainsboro;
        padding-left: 7px;
        padding-right: 7px;
    }

.letterPreviewName {
    background-color: gainsboro;
    font-weight: bold;
    font-style: italic;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 3px;
}

.unreadNumber {
    font-weight: bold;
    font-size: 14px;
    color: maroon;
}

#unreadMessages {
    cursor: pointer;
}

    #unreadMessages:hover img {
        transform: scale(1.5);
    }

    #unreadMessages:hover span {
        font-size: 18px;
    }

/*********/
/*Letters*/
/*********/
.sideLetterWidget {
    border: solid 1px gainsboro;
    border-radius: 5px;
    padding: 10px;
}

.sideLetterWidgetHeader {
    border: solid 1px gainsboro;
    border-radius: 5px;
    padding: 10px;
    background-color: antiquewhite;
    color: gray;
    font-size: 1.3em;
    font-weight: bold;
}

.sideLetterWidgetHeader_thin {
    border: solid 1px gainsboro;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.letterList {
    border: solid 1px gainsboro;
}

.chosenletter {
    background-color: #4A6FA6; /*#688BC0;*/ /*#375B92;*/ /*#2A4A78;*/ /*#162B53;*/
    color: white !important;
}

    .chosenletter:hover {
        background-color: gainsboro !important;
        color: darkslategray !important;
    }

        .chosenletter:hover .chosenLetterCopyIcon {
            color: darkslategray !important;
        }

.chosenLetterCopyIcon {
    color: #F5F5F5;
}

    .chosenLetterCopyIcon:hover {
        color: darkslategray !important;
    }


.info_column_header {
    text-decoration: underline;
    font-style: italic;
    font-size: 16px;
    /*margin-top:20px;*/
    /*font-weight:bold;*/
}

.closeX {
    color: maroon;
    font-family: Arial;
    font-weight: bold;
    padding-left: 7px; /*.375rem .75rem;*/
    padding-right: 7px;
    padding-top: 1px;
    padding-bottom: 1px;
    /*border-color: gainsboro !important;*/
}

    .closeX :hover {
        color: white !important;
        background-color: #162B53 !important;
    }

.letterHelpHeader {
    border-bottom: solid 1px gainsboro;
    padding-left: 25px;
    padding-top: 10px;
}

.lettertr:hover {
    background-color: gainsboro;
    cursor: pointer;
    border: #162B53;
}

.letterTable {
    width: 100%;
}

    .letterTable td {
        padding-left: 10px;
        padding-right: 5px;
        padding-top: 8px;
        padding-bottom: 5px;
        vertical-align: middle;
    }

    .letterTable tr {
        border: solid 1px gainsboro;
    }

        .letterTable tr:hover {
            cursor: pointer;
            text-decoration: underline;
            color: blue;
        }

.helpLink {
    cursor: pointer;
    text-decoration: underline;
    color: #162B53;
}

/*Info classes*/
.collegeTargetList {
    padding-bottom: 20px;
    margin-bottom: 20px;
}


/*Search Page*/
.blueBG {
    background-color: rgba(22, 43, 83);
    color: white;
}

.btnRed {
    background-color: #dc3545;
    color: white;
    font-family: "Oswald";
}

    .btnRed:hover {
        background-color: #0d6efd;
        color: white;
    }

.btnBlue {
    background-color: #012970;
    color: white;
    font-family: "Oswald";
}

    .btnBlue:hover {
        background-color: #0d6efd;
        color: white;
    }

/*Communication*/
.watchListState {
    font-style: italic;
    color: gray;
    font-family: Oswald;
    font-size: 16px;
}

/*ADMIN*/
.searchBar {
    padding: 20px;
    border-radius: 4px;
    border: solid 1px silver;
}

.pageNavBtn {
    background-color: #162B53 !important;
    color: white;
    padding: .375rem .75rem;
    border-radius: 4px;
}

    .pageNavBtn :hover {
        color: maroon !important;
    }

.activeNavButton {
    background-color: #ED2639 !important;
    color: white;
}

/*LINKS*/
.basicBlueLink {
    color: #102b54;
    font-weight: 600;
}

    .basicBlueLink:hover {
        text-decoration: underline;
    }

/*Menu Nav buttons*/
.active-menu-btn {
    background-color: gainsboro !important;
    color: #102b54 !important;
    font-weight: 700 !important;
}

/*Buttons*/
.med-btn-action {
    color: #162B53;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    height: 2.5em;
    border-radius: 4px;
}

    .med-btn-action:hover {
        font-size: 15px;
        text-decoration: underline;
        cursor: pointer;
    }

.BtnAction {
}

    .BtnAction:hover { /*login and logout*/
        color: white;
        cursor: pointer;
    }

.actionLink {
    color: #162B53;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
}

    .actionLink:hover {
        font-size: 16px;
        text-decoration: underline;
        cursor: pointer;
    }

.deleteLink {
    color: maroon;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}

    .deleteLink:hover {
        font-size: 16px;
        text-decoration: underline;
        cursor: pointer;
    }

.errorMsg {
    color: maroon;
    font-weight: bold;
}

.successMsg {
    color: green;
}

/*Tables*/
.td-sm-pad-rt {
    padding-right: 7px;
}

.td-sm-pad-lft {
    padding-left: 7px;
}


/******************/
/*FLEX / Bootstrap*/
/******************/
/*Coach Registration*/
.flex-container {
    display: flex;
}

.flex-container-right {
    display: flex;
    justify-content: flex-end;
}

.flex-item {
    margin-right: 10px;
    flex: 1 1 auto;
}

.flex-item-right {
    margin-left: auto;
}

/*use these in same class attribute as bootstrap col-md-3*/
.r-align {
    text-align: right;
}

.l-align {
    text-align: left;
}

.c-align {
    text-align: left;
}

/*Contact Us Admin*/
.messageContainer {
    border: solid 1px silver;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.rb-1 {
    border-right: solid 1px silver;
}

.bg-1 {
    background-color: gainsboro;
}

.bb-1 {
    border-bottom: solid 1px silver;
}

.pl-5 {
    padding-left: 5px;
}

.pt-5 {
    padding-top: 5px;
}

/* Header column styles */
.header-column {
    background-color: gainsboro; /*#f8f9fa;*/ /* Light gray background */
    color: #333; /* Dark gray text color */
    font-weight: bold; /* Bold font weight */
    padding: 10px; /* Padding for header cells */
}

/* Data column styles */
.data-column {
    background-color: #fff; /* White background */
    color: #555; /* Dark gray text color */
    padding: 10px; /* Padding for data cells */
    border: solid 1px gainsboro;
}

/* Alternating row styles */
.table tbody tr:nth-child(even) {
    background-color: #f2f2f2; /* Light gray background for even rows */
}

/*General bordering*/
.borderme {
    border: solid 1px gainsboro;
    border-radius: 4px;
    padding: 10px;
}



/* General Vertical Spacing*/
.v-spacer-5 {
    height: 5px;
}

.v-spacer-10 {
    height: 10px;
}

.v-spacer-15 {
    height: 25px;
}

.v-spacer-20 {
    height: 20px;
}

.v-spacer-25 {
    height: 25px;
}

.v-spacer-40 {
    height: 40px;
}

.v-spacer-50 {
    height: 50px;
}

.v-spacer-75 {
    height: 75px;
}

.v-spacer-100 {
    height: 100px;
}

.v-spacer-150 {
    height: 150px;
}

.v-spacer-200 {
    height: 200px;
}

.mg-l-5 {
    margin-left: 5px;
}

.hr-w-50 {
    width: 50px;
    margin-top: 10px;
    margin-left: 10px;
    color: gray;
}

.hr-w-200 {
    width: 200px;
    margin-left: 10px;
    color: darkslategray;
}


/*Profile page(s) [10/2024]*/
.videolink {
    color: navy;
}

    .videolink:hover {
        text-decoration: underline;
        font-weight: bold;
    }



.watchListState {
    font-style: italic;
    color: gray;
    font-family: Oswald;
    font-size: 16px;
}


/*Conversation page*/
.msg-sender {
    background-color: rgb(0, 122, 255); /* iPhone message blue */
    color: white;
    border: solid 1px rgb(0,122,255);
    border-radius: 15px;
    padding: 10px;
    margin-top: 10px;
}

.msg-receiver {
    background-color: rgb(229, 229, 234); /* iPhone message gray */
    color: black;
    border: solid 1px rgb(229, 229, 234);
    border-radius: 15px;
    padding: 10px;
}

/*Conversation page: Name Title at top of other party in conversation */
.conversation-recipient {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 0;
    border: solid 1px silver;
    border-radius: 4px;
    background-color: whitesmoke;
    color: black;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.message-dt {
    color: gray;
    font-style: italic;
    text-align: right;
}

.edit-icon {
    font-size: 16px;
    transition: font-size 0.3s ease;
    color: #228B22;
    padding-left: 5px;
    padding-right: 5px;
}

    .edit-icon:hover {
        /*font-size: 20px;*/
        color: #32CD32;
        cursor: pointer;
    }

.delete-icon {
    font-size: 16px;
    transition: font-size 0.3s ease;
    color: #C04040;
    padding-left: 5px;
    padding-right: 5px;
}

    .delete-icon:hover {
        color: #A62828;
        /*font-size: 20px;*/
    }

.copy-icon {
    font-size: 16px;
    transition: font-size 0.3s ease;
    padding-left: 5px;
    padding-right: 5px;
}

    .copy-icon:hover {
        color: #0d6efd;
    }

/*TIPPY TOOL TIPS*/
.tippy-box {
    background-color: #0D6EFD; /* blue */
    color: #FFF; /* Text color */
    border-radius: 4px; /* Rounded corners */
    padding: 5px; /* Padding inside the tooltip */
}

.tippy-arrow {
    background-color: #0D6EFD; /* blue */
    color: #0D6EFD; /* Text color */
}

.spanTagline {
    font-style: italic;
}
#spnTagLinePreview {
    cursor:pointer;
}
/*Roll down to show students how their tagline appears to coaches*/
.taglinePreview {
    border: solid 1px silver;
    border-radius:4px;
    background-color: gainsboro;
    color:black;
    text-align:center;
    margin:0 auto;
    font-size:18px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top:10px;
}