body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

select {
    border-radius: 4px;
    cursor: pointer;
    min-height: 24px;
}

.player-home {
    margin-right: auto;
    margin-left: auto;
    max-width: 500px;
}



    .player-home table {
        vertical-align: top;
        padding: 0px;
    }

    .player-home td {
        vertical-align: top;
    }

    .player-home th {
        width: 110px;
        color: black;
        vertical-align: top;
    }

        .player-home th a {
            cursor: pointer;
        }

            .player-home th a label {
                cursor: pointer;
            }

.player-home-image-cont {
    width: 100px;
    text-align: center;
    margin-top: 10px;
}

    .player-home-image-cont image {
        width: 100px;
    }

    .player-home-image-cont img {
        width: 100px;
    }

    .player-home-image-cont label {
        cursor: pointer;
    }


@media screen and (max-width: 500px) {
    .player-home-image-cont {
        text-align: left;
        margin-top: 10px;
        /*background-color: red;*/
    }

        .player-home-image-cont image {
            width: 80px;
        }

        .player-home-image-cont img {
            width: 80px;
        }

        .player-home-image-cont label {
            cursor: pointer;
        }
}


.div-inline div {
    display: table-cell;
}


    .div-inline div div {
        display: block;
    }

.pageHeaderLabel {
    padding-top: 10px;
    text-align: center;
    color: maroon;
    font: 600 22px arial;
}


.data-entry {
    margin: auto;
    text-align: left;
    vertical-align: top;
}

    .data-entry label {
        padding-top: 3px;
        text-align: left;
        font-weight: 600;
    }

    .data-entry input {
        width: 100%;
    }

    .data-entry select {
        width: 100%;
    }

    .data-entry div {
        padding-bottom: 10px;
    }



.width50 {
    width: 50px;
}

.width100 {
    width: 100px;
}

.width200 {
    width: 200px;
}

.width250 {
    width: 250px;
}


.width300 {
    width: 300px;
}

.width400 {
    width: 400px;
}

.width500 {
    width: 500px;
}

.max-width100 {
    max-width: 100px;
}

.max-width150 {
    max-width: 150px;
}

.max-width200 {
    max-width: 200px;
}

.max-width250 {
    max-width: 250px;
}


.max-width300 {
    max-width: 300px;
}

.max-width400 {
    max-width: 400px;
}

.max-width500 {
    max-width: 500px;
}

.max-width480 {
    max-width: 480px;
}

.max-width600 {
    max-width: 600px;
}

.max-width700 {
    max-width: 700px;
}

.max-width768 {
    max-width: 768px;
}


.pad-left-5 {
    padding-left: 5px;
}

.pad-left-10 {
    padding-left: 10px;
}

.pad-left-15 {
    padding-left: 15px;
}

.pad-left-20 {
    padding-left: 20px;
}


.pad-right-5 {
    padding-right: 5px;
}

.pad-right-10 {
    padding-right: 10px;
}

.pad-right-15 {
    padding-right: 15px;
}

.pad-right-20 {
    padding-right: 20px;
}


.pad-top-5 {
    padding-top: 5px;
}

.pad-top-10 {
    padding-top: 10px;
}

.pad-top-15 {
    padding-top: 15px;
}

.pad-top-20 {
    padding-top: 20px;
}

.pad-bottom-5 {
    padding-bottom: 5px;
}

.pad-bottom-10 {
    padding-bottom: 10px;
}

.pad-bottom-15 {
    padding-bottom: 15px;
}

.pad-bottom-20 {
    padding-bottom: 20px;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}



.fb-gamepicks {
    padding-bottom: 10px;
}

    .fb-gamepicks th {
        background-color: transparent;
        text-align: left;
    }

.fb-gamepicks-points {
    min-height: 30px;
}

.fb-gamepicks-total-wins {
    text-align: right;
    padding-right: 6px;
    min-height: 30px;
}




.fb-gamepicks-mnp {
    text-align: left;
    padding-top: 20px;
}



.table th {
    color: black;
    background-color: chocolate;
    height: 30px;
    text-align: center;
    padding-right: 2px;
    padding-left: 2px;
    font: 600 16px Tahoma;
}


.table td {
    text-align: center;
    color: black;
    background-color: transparent;
    font: 500 18px Tahoma;
}

.image-table {
    width: 50px;
}

    .image-table image {
        width: 50px;
    }

    .image-table img {
        width: 50px;
    }

@media screen and (max-width: 500px) {


    .image-table {
        width: 30px;
    }

        .image-table image {
            width: 35px;
        }

        .image-table img {
            width: 35px;
        }
}

.table-header {
    text-align: left;
    padding-bottom: 10px;
}


    .table-header label {
        font: 500 18px Tahoma;
        height: 14px;
    }

    .table-header a {
        color: black;
    }


    .table-header select {
        min-width: 100px;
        border: 1px solid silver;
        font: 500 16px Tahoma;
        color: black;
        text-align: right;
    }

    .table-header button {
        height: 14px;
    }


.redtext {
    color: red;
}


.table-row-div {
    display: inline-block;
    padding-top: 3px;
    /*background-color:lightblue;*/
    height: 26px;
}

.page-view {
    margin: 0 auto;
}


#fb-summarytable {
    /*padding-right:2%;*/
    /*padding-left:2%;*/
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    width: 100%;
}

    #fb-summarytable td {
        border: 1px solid gray;
        font: 600 60% arial;
        background-color: white;
        min-height: 18px;
        max-width: 60px;
    }

    #fb-summarytable th {
        border: none;
        max-width: 60px;
    }

    #fb-summarytable td image {
        display: block;
        width: 100%;
        height: auto;
    }

    #fb-summarytable td img {
        display: block;
        width: 100%;
        height: auto;
    }

.summary-header {
    min-height: 30px;
}

    .summary-header div {
        display: inline-block;
        padding-bottom: 10px;
        padding-right: 50px;
    }


    .summary-header button {
        width: 120px;
        border-radius: 4px;
        height: 30px;
        vertical-align: bottom;
    }

    .summary-header select {
        min-width: 100px;
        color: black;
        border: 1px solid silver;
        font: 500 18px Tahoma;
        text-align: right;
    }


@media only screen and (max-width: 768px) {

    #printDiv {
        visibility: hidden;
    }
}

.fb-summary-game {
    padding-left: 2px;
    padding-right: 2px;
}



.button_center {
    width: 100%;
    text-align: center;
}

    .button_center button {
        width: 150px;
    }

.button-width-100 input {
    width: 100px;
}

.button-width-100 button {
    width: 100px;
}

.button-width-100 a {
    width: 100px;
}


.button-width-125 input {
    width: 125px;
}

.button-width-125 button {
    width: 125px;
}

.button-width-125 a {
    width: 125px;
}

.team-select {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.team-select-team {
    display: inline-block;
    margin: 10px;
    width: 80px;
    vertical-align: bottom;
    text-align: center;
}

    .team-select-team image, img {
        width: 100%;
    }

    .team-select-team label {
        cursor: pointer;
    }

.team-select image {
    vertical-align: top;
}



.message-box {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

    .message-box div {
        height: 30px;
        margin-top: -100px;
        width: 600px;
        margin-left: -300px;
        text-align: center;
        font-size: larger;
        position: fixed;
        left: 50%;
        top: 50%;
        font: 600 20px arial;
    }


.validation-summary-errors {
    color: red;
    list-style: none;
    padding-top: 5px;
}

    .validation-summary-errors li {
        color: red;
        list-style: none;
    }

.field-validation-error {
    padding-top: 5px;
    color: red;
}

    .field-validation-error li {
        color: red;
        list-style: none;
        padding-top: 5px;
    }

.input-validation-error {
    padding-top: 5px;
    color: red;
}

    .input-validation-error li {
        color: red;
        list-style: none;
        padding-top: 5px;
    }

.label-width-200 label {
    width: 200px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear {
    clear: both;
}

.checkbox {
    width: 200px;
    padding: 0;
    margin: 0;
    padding-top: 10px;
}

    .checkbox input {
        text-align: right;
        width: 360px;
    }


@media screen and (max-width: 467px) {
    .table th {
        font: 600 14px arial;
    }

    .table td {
        font: 500 14px arial;
    }
}



.fb-gamepicks-checkbox-div {
    width: 50px;
    text-align: center;
}

.fb-gamepicks-team-div {
    width: 250px;
    font-size:12px;
    font-weight:600;
}

    .fb-gamepicks-team-div img, image {
        width: 36px;
    }

    .fb-gamepicks-team-div label {
        cursor: pointer;
    }

    .fb-gamepicks-team-div input[type=checkbox] {
        width: 20px;
    }

    .fb-gamepicks-team-div input[type=radio] {
        width: 20px;
    }

.fb-gamepicks-wins-div {
    text-align: center;
    width: 35px;
}

.fb-gamepicks-gamedate-div {
    text-align: center;
    width: 150px;
    font-size: 12px;
    font-weight: 600;
}

.fb-gamepicks-picks-winner label {
    border: 2px solid forestgreen;
    border-radius: 5px;
    padding: 0px 4px 2px 4px;
    font-weight: 500;
}

.fb-gamepicks-picks-loser label {
    border: 2px solid red;
    border-radius: 5px;
    padding: 0px 4px 2px 4px;
    font-weight: 500;
}


.king-winner-image-table img, image {
    width: 36px;
    border: none;
}

.bowl-gamepicks {
    max-width: 1000px;
}

.bowl-gamepicks-team-picks {
    font: 600 12px arial;
}

    .bowl-gamepicks-team-picks td {
        padding-right: 5px;
    }

    .bowl-gamepicks-team-picks image, img {
        width: 30px;
        padding-right: 5px;
    }

    .bowl-gamepicks-team-picks label {
        cursor: pointer;
    }

.bowl-home {
    text-align: center;
}

    .bowl-home image {
        width: 60px;
    }

    .bowl-home img {
        width: 60px;
    }



#bowlsummary-table {
    font-size: 12px;
    font-family: arial;
    margin: 0 auto;
}

    #bowlsummary-table image {
        max-width: 30px;
    }

    #bowlsummary-table img {
        max-width: 30px;
    }

    #bowlsummary-table td {
        text-align: center;
        white-space: nowrap;
    }

    #bowlsummary-table th {
        text-align: center;
    }

.trustLogo {
    text-align: center;
    margin-top: 50px;
    margin-left: 10px;
}

    .trustLogo img {
        width: 135px;
    }

    .trustLogo image {
        width: 135px;
    }

.login-view {
    text-align: center;
    margin: auto;
    vertical-align: top;
}

    .login-view input {
        max-width: 150px;
    }

    .login-view button {
        width: 150px;
        margin-top: 30px;
    }


.dropdown {
padding-right:10px;
}

.dropdown-item{
    font-weight:600;
    color:blue;
    vertical-align:baseline;
    padding:0;
}

.dropdown-item button{
    font-weight: 600;
    color: blue;
    text-decoration:none;
    padding:0;
    vertical-align:top!important;
}


.dropdown-menu{
    border:none;
}