﻿.notecallout {
    font-weight: bold;
    font-style: italic;
}

.fieldGroupingBox {
    border: solid 1px gainsboro;
    border-radius: 4px;
    padding: 20px;
}

.required {
    color: maroon;
    font-weight: bold;
    font-size: 22px;
    padding-right: 5px;
}

    .required:hover {
    }

.requiredTextBox {
    border-color: maroon;
}

.errorMessage {
    color: maroon;
    font-weight: bold;
}

.errorTextBox {
    border-color: maroon;
    background-color: #F3ECF2;
}

.successMessage {
    color: green;
    font-weight: bold;
}

.hint {
    color: gray;
    font-style: italic;
}

.smallTextbox {
    min-width: 75px;
    max-width: 100px;
}

.mediumTextbox {
    min-width: 150px;
    max-width: 250px;
}

.largeTextbox {
    min-width: 300px;
    max-width: 500px;
}
.limtedMultiLineTextBox {
    resize: both;
    max-width: 300px;
    max-height: 100px;
}

.limtedMultiLineTextBoxWider {
    resize: both;
    max-width: 500px;
    max-height: 200px;
}

.mediumButton {
    min-width: 225px;
    max-width: 225px;
}

.offWhiteGrouping {
    border: solid 1px silver;
    border-radius: 5px;
    background-color: whitesmoke;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.lightGrayGrouping {
    border: solid 1px silver;
    border-radius: 5px;
    background-color: #C4C4C4;
    padding-top: 10px;
    padding-bottom: 10px;
}

.lightBlueGrouping {
    border: solid 1px silver;
    border-radius: 5px;
    background-color: #deeff5;
    padding-top: 10px;
    padding-bottom: 10px;
}

.challenge {
    font-size: 12px;
    border: solid 1px silver;
    border-radius: 2px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.32);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.32);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.32);
}

/* Register Pages*/
.emailRules {
    padding: 10px;
    font-weight: bold;
    font-style: italic;
    color: darkslategrey;
    border: solid 1px gainsboro;
    border-radius: 4px;
    background-color: whitesmoke;
}

/* Search Page*/
#divMessaging {
    margin: 0 auto;
    text-align: center;
}

    #divMessaging li {
        list-style-type: none;
    }

/*Athletic Profiles*/
.AthleteProfileStatForm {
    font-size: 13px;
    border: solid 1px silver;
    border-radius: 2px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    margin-bottom: 24px;
    /*-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.32);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.32);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.32);*/
}

.ProfileStatForm {
    font-size: 13px;
    border: solid 1px silver;
    border-radius: 2px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    margin-bottom: 24px;
    /*-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.32);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.32);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.32);*/
}

.hsWrapper {
    border: solid 1px silver;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.fbPositions {
    /*max-height: 250px;*/
    overflow-y: auto;
    border: solid 1px silver;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.fieldLabel {
    font-weight: bold;
}
.formLabel {
    font-weight:bold;
    color: #102B54;
}


.sportsEditorTitle {
    background-color: #162b53;
    border: solid 1px gray;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    /*border-top-right-radius:10px;*/
    /*background-image: linear-gradient(to right, whitesmoke ,gray );*/
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: whitesmoke;
}

.sportsEditor {
    /*border: solid 1px silver;*/
    padding-top: 25px;
    padding-bottom: 25px;
}

/*BUTTONS*/
.redActionButton {
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #ED2639;
    box-shadow: 0px 5px 25px rgba(237, 38, 57, 0.4);
}

.hSpace10 {
    padding-left: 10px;
    padding-right: 10px;
}

.a_notListed {
    cursor: pointer;
    color: darkblue;
}

    .a_notListed:hover {
        color: gray;
        text-decoration: underline;
    }

.btn-minor {
    border: solid 1px silver;
    background-color: gainsboro;
    /*padding-top:5px !important;*/
    /*padding-bottom:5px !important;*/
}

.btn-selected {
    background-color: darkred;
    color: whitesmoke;
    border: solid 1px silver;
}
.btn-green-go {
    background-color:forestgreen;
    color:whitesmoke;
    border: solid 1px silver;
}

.search-links {
    color: #0d6efd;
    font-weight: 500;
}

    .search-links:hover {
        text-decoration: underline;
    }


