﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
i /*nput,
select,
textarea {
    max-width: 280px;
}*/
/* -------------------------------------------------- */


.warning {
    background: #A93226 !important;
    color: white;
}

.warning > td > a {
    color: white;
}



.modal-open {
    overflow: scroll;
}



a.selectedListIndexValue {
    font-weight: 800 !important;
}


/*-------------------------------------------------- */
.sortableField:hover {
    text-decoration: underline;
    cursor: pointer;
    color: Navy !important;
}

.sortableField {
}


/*-------------------------------------------------- */
/* Styles for validation helpers*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
}

.validation-summary-errors {
    font-weight: bold !important;
    color: #ff0000 !important;
}

.validation-summary-valid {
    display: none;
}

/*-------------------------------------------------- */


/*     #781A1A #2B2A29 #1D1D1B */
.logo {
    border-radius: 5px 15px;
    padding: 5px !important;
    background-color: white !important;
}

.bg-dark {
    background-color: #1D1D1B !important;
}

.big-logo {
    border-radius: 10px 35px;
    padding: 25px !important;
    background-color: white !important;
}

/*.fab{
    margin-right:10px;
   
}*/

.fa-facebook-square {
    font-size: 30px;
    color: #1D1D1B;
}

    .fa-facebook-square:hover {
        font-size: 30px;
        color: #1D1D1B;
        opacity: 0.75;
    }

.fa-instagram {
    font-size: 30px;
    color: #1D1D1B;
}

    .fa-instagram:hover {
        font-size: 30px;
        color: #1D1D1B;
        opacity: 0.75;
    }

.team-pic-crop {
    margin-top: 10px;
    width: 200px;
    height: 200px;
    position: center;
    overflow: hidden;
    border-radius: 50%;
}

.team-pic {
    display: flex;
    margin: 0 auto;
    height: 150%;
    width: auto;
}

.btn-primary {
    background-color: #1D1D1B !important;
    border-color: #1D1D1B !important;
}

    .btn-primary:hover {
        background-color: #1D1D1B !important;
        border-color: #1D1D1B !important;
        opacity: 0.75;
    }

#teamPartial .card {
    min-height: 400px;
    max-height: 500px;
    margin-bottom: 25px;
}

hr {
    margin-top: 50px;
    margin-bottom: 70px;
    background-color: #1D1D1B;
    width: 40% !important;
    opacity: 0.15 !important;
}

#disciplinesPartial .discipline {
    margin-bottom: 25px;
}

.discipline-logo {
    height: 150px;
    width: auto;
    border-radius: 50%;
}

.discipline-logo-crop {
    margin-top: 10px;
    width: 200px;
    height: 200px;
    position: center;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid #1D1D1B;
}

    .discipline-logo-crop:hover {
        border: 5px solid #808080;
    }

@media (max-width: 992px) {
    .discipline-logo {
        height: 70px;
        width: auto;
        border-radius: 50%;
    }

    .discipline-logo-crop {
        margin-top: 10px;
        width: 130px;
        height: 130px;
        position: center;
        overflow: hidden;
        border-radius: 50%;
        border: 5px solid #1D1D1B;
    }

        .discipline-logo-crop:hover {
            border: 5px solid #808080;
        }
}

@media (max-width: 768px) {
    .discipline-logo {
        height: 50px;
        width: auto;
        border-radius: 50%;
    }

    .discipline-logo-crop {
        margin-top: 10px;
        width: 100px;
        height: 100px;
        position: center;
        overflow: hidden;
        border-radius: 50%;
        border: 5px solid #1D1D1B;
    }

        .discipline-logo-crop:hover {
            border: 5px solid #808080;
        }
}

@media (max-width: 576px) {
    .discipline-logo {
        height: 30px;
        
        width: auto;
        border-radius: 50%;
    }

    .discipline-logo-crop {
        /*margin-top: 10px;*/

        width: 50px;
        height: 50px;
        position: center;
        overflow: hidden;
        border-radius: 50%;
        border: 2px solid #1D1D1B;
    }

        .discipline-logo-crop:hover {
            border: 5px solid #c74040;
        }
}



.datepicker {
    z-index: 9999 !important;
}

