﻿/***Styles for Parent Notifications***/
.text-center {
    text-align: center;
}

.parentNotification {
    background-color: white;
    /*box-shadow: inset 0 1px rgba(34, 25, 25, 0.2), 0 1px rgba(255, 255, 255, 0.6), 0 0 7px rgba(235, 82, 82, 0.5); 
    -moz-box-shadow: inset 0 1px rgba(34, 25, 25, 0.2), 0 1px rgba(255, 255, 255, 0.6), 0 0 7px rgba(235, 82, 82, 0.5); 
    -webkit-box-shadow: inset 0 1px rgba(34, 25, 25, 0.2), 0 1px rgba(255, 255, 255, 0.6), 0 0 7px rgba(235, 82, 82, 0.5);*/
    color: black;
    font-family: 'Trebuchet MS';
    font-size: 16px;
    border: 3px solid darkred;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.SListHeader {
    font-weight: bold;
    color: #686868;
    font-size: 28px;
    margin-bottom: 30px;
}

.SListSubHeader {
    font-weight: bold;
    font-size: 16px;
    color: #686868;
}

.sheaderText {
    font-weight: normal;
}

.athleteCell {
    font-size: 16px;
}

.athleteCell td {
    padding: 10px 5px;
}

.athleteOdd, .athleteEven {
    border: 1px solid #ccc;
    /*padding: 0 0 0 10px;*/
    height: 36px;
    line-height: 36px;
    margin-bottom: 0px;
    font-weight:bold;
}

.athleteDetailOdd td {
}

/*.athleteEven {
    background-color: gainsboro;
    padding:10px;
    margin-bottom: 0px;
    font-weight:bold;
}*/

.athleteDetailEven td {
    background-color: gainsboro;
}

.athleteDetail {
    /*margin: 0px 10px;
    padding: 0px 10px;
    padding-left:20px;*/
}
.athleteDetail tr {
    border: 1px solid #ccc;
}

.ACellLeft {
    /*width: 80%;*/
    flex-grow: 1;
    display: inline-block;
    padding-left: 10px;
}

.ACellRight {
    background-color: #a09f9f;
    display: inline-block;
    height: 35px;
    color: white;
    /*float: left;*/
    width: 19.3%;
    text-align: center;
}

.lblView {
    font-size: 16px;
}

.lblView:hover {
    text-decoration: underline;
}

#AddIcon {
    margin-right: 10px;
}

#lnkAddStudent {
    color: #757575;
}

#msgBtnIcon {
    font-size: 18px;
}

.btnList > .btn {
    margin-bottom: 5px;
}

.LoginHeader {
    color: darkred;
    font-weight: bold;
}

/*div.parentNotification ul {
    list-style: disc;
}*/

.parentList {
    line-height: 22px;
    float: left;
}

.parentList ul {
    margin-left: 20px;
}

.parentList li {
    list-style-type: circle;
    font-weight: bold;
}

.noThanks {
    padding-left: 30px;
    font-size: 12px;
    font-weight: bold;
}

#btnDoLogin {
    background-color: #3185bf;
    display: block;
    color: white;
    border-radius: 0;
    width: 250px;
    line-height: 35px;
    margin: 20px 0px 5px 78px;
}

.kidsImg {
    width: 19.5%;
    border-radius: 10px;
    float: right;
    vertical-align: middle;
}

.parentBtns {
    width: 400px;
    text-align: center;
    float: left;
}

.formsList {
    list-style: square;
    padding-left: 20px;
    line-height: 25px;
}

.parentMenuButtons{
    width: 180px; height: 25px; font-weight: bold; font-size: 12px;
}

.parentMenuLinks {
    display:block;
    border: 1px solid black;
    background-color:ButtonFace;
}

.formLink {
    margin:10px 0px;
}

.eligible, .ineligible {
    font-size: 16px;
    color: #757575;
}

.CategoryContainer {
    display: inline-block;
    float: right;
    text-align: center;
    /*width: 200px;*/
}

.imgContainer {
    float: right;
    width: 65px;
    height: 33px;
    text-align: center;
}

.categoryImage {
    height: 20px;
}

.categoryImageSmall {
    height: 12px;
}

.AthleteCategory {
    font-weight: normal;
    text-align: center;
}

.AddStudent {
    font-size: 16px;
    color: #757575;
    font-weight: bold;
    margin-top: 20px;
}

#AddIcon {
    height: 20px;
}

@media (max-width: 572px) {
    .AthleteCategory {
        display: none;
    }

    .eligible, .ineligible {
        font-size: 14px;
    }
}