.no-link-style
{
    text-decoration: none;
    color:inherit;
}

.no-link-style:hover
{
    text-decoration: underline;
    color:inherit;
}

a {
color:  inherit;
text-decoration: none; /* no underline */
}

.doc-heading
{
    margin-top:1em;
    font-weight:bold;
    font-size:1.2em;
}

.body-blue
{
    max-width:500px;
    margin:auto;
}

.body-center
{
    max-width: 800px;
    margin: auto; 
}

.title-logo
{
    width:200px;
}

.ss-body
{
    color:white;
}

.body-white
{
    color:black;
    background-color: white;
}


.intro-help-button
{
    color:#ddd;
    background-color: transparent;
    padding-left:100px;
}
.app-download-badge
{
    width:35%;
    margin:10px;
}

.signup-group-invite
{
    font-size:18px;
}
.bg-blue
{
    background-color: rgb(27,20,100);   
}

.slide-bg
{
    background-color: rgb(27,20,100) !important; 
    color:white;
}

.home-logo-img
{
    width:80%;
}

.home-banner
{
    margin:auto;
    /*width:500px;*/
}


.padding
{
    padding:5px;   
}

.padding-lg
{
    padding:10px;   
}

.center
{
    text-align: center;
}

.alert-title
{
    font-weight: bold;
}

.wide-btn
{
    
}

.pzo_btts_pts
{
    font-size: 14pt;     
    font-weight:bold;
    background-color: #ffeb00;
    padding:2px 3px;
    border:1px solid #bababa;
    
}

.intro-text-top
{   
    padding:5px;
    position: relative;
    top: 5px;
    text-align: center;
    font-size: 22px;
    /*font-weight: 00;*/
    color: white;
    
}

.intro-sub-text
{
    font-size: 16px;
    padding: 0px 20px 0px 20px;
    position: relative;
    /*top: 30px;*/
}

.intro-text-bottom
{
    padding:5px;
    /*padding-top:20px;*/
    text-align: center;
    font-size: 24px;
    font-weight: 200;
    color: white;
    
}

.intro-button
{
    padding:20px;   
    margin-top: -30px;
}

.intro-logo
{
    text-align: left;
    margin-left:5px;
    position: fixed;
    top: 5px;
}

.ss-img-intro
{
    /*margin-bottom:30px;*/
    width:150px;      
}

.intro-group-msg
{   
    font-size:14px;
    font-weight:400;
}

.intro-group-name
{
    text-align: right;
}

/* NEW ENTRY FORM LAYOUT */

.intro-pane
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: #fff;*/
    overflow: hidden;
}

.btn-intro
{
    font-size:20px;
}
   
.intro-container
{
    max-width:500px;
    margin:auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;   
    height:100%;
    background-color: rgb(27,20,100);
    /*max-height:650px;*/
}

.intro-top-section
{
    /*height:29%;*/
    min-height:110px;
    color:#fff;
    /*border: 1px solid #fff;*/
    
    /*
    display: flex;
    justify-content:space-around;
    align-content:center;
    flex-direction:column; 
    */
}

.intro-centre-section
{
    /*height:42%;*/
    min-height:100px;
    color:#fff;
    /*border: 1px solid #000;*/
    
    display: flex;
    justify-content:space-around;
    align-content:center;
    flex-direction:column; 
    overflow:hidden;
    overscroll-behavior:contain;
    
}

.intro-bottom-section
{
    min-height:100px;
    color:#fff;
    /*border: 1px solid #fff;*/
    
    display: flex;
    justify-content:space-around;
    align-content:center;
    flex-direction:column; 
    
}

.intro-bottom-min
{
    min-height: 30px;
}

.signup-top-section
{
    height:0%;
    color:#fff;
}

.signup-centre-section
{
    height:70%;
    color:#fff;
    padding:10px;
}

.signup-bottom-section
{
    height:20%;
    color:#fff;
}

.signup-success
{
    font-size:18px;
    text-align: center;
}

.intro-gradient-top
{
    height:40px;
    background: linear-gradient(to bottom, rgb(27,20,100) 0%, #ffffff 100%);  
}

.intro-gradient-bottom
{
    height:40px;
    background: linear-gradient(to bottom, #ffffff 0%, rgb(27,20,100) 100%);  
}

.intro-fixt-area
{
    
}

.intro-body
{
    height:100%;
    background-color: rgb(27,20,100);    
    overflow:hidden;
    overscroll-behavior: none;
}


.intro-star
{

    vertical-align:text-top;
    width:26px;
    height:26px;
    display:inline-block;
    
}

.intro-star-small
{
    width: 22px;
    height: 22px;
    vertical-align: text-bottom;
    display:inline-block;
}

.signup-logo
{
    text-align:center;

}



.ss-img-signup
{
    margin:auto;
    width:180px;   
    margin-bottom:20px;
}

.signup-form-label
{
    font-weight: 300;
}


/* COPY required styles to top here */

.entry-form
{
    
    font-family: "arial","-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif; 
    max-width:450px;
    margin:auto;
    text-align: center;
    background-color: #fff;
    
}

.fixture-list
{
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    display: block;
    margin-top: -1px;
    
    
    
    /*margin-bottom: 50px;   */
    background-color: #fff;
    color: #000;
    overscroll-behavior:contain;
}



.rules-modal
{
    border-radius:0px;  
}

.modal-content
{
    border-radius:0px;  
}

/*
.modal-dialog {
    position: absolute;
    top: 50%;

    margin-top: -50%;
    left: 50%;

    margin-left:  -50%;
}
*/
.top-msg-bar
{
    position: fixed;
    width:100%;
    max-width: 400px;
    background-color: #cecece;
    top: 10px;
    z-index: 10;
    font-weight: bold;
    font-size: 18px;
    padding:5px;
}

.top-msg-bar-spacer
{
    top:50px;
    height:60px;
    
}

.footer-msg  /* */
{
    position: fixed;
    width:100%;
    max-width: 400px;
    background-color: #cecece;
    bottom: 10px;
    z-index: 10;
    font-weight: bold;
    font-size: 18px;
    padding:5px;
}

.fixture_entry
{
    position:relative;
    margin: 10px 5px;
    
    padding:2px;
    padding-top:4px;
    background-color: #d9e6bf;
    text-align: center;
    overflow: auto;
}

.fixture_teams
{
    position: relative;
    font-size:13pt;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.5);
    /*width:250px;*/
    width:300px; 
    margin:auto;
    margin-bottom: 6px;
}

.club_badge
{
    top:0px;
    position: relative;
    z-index:5;
    height:36px;   
}

.home_badge
{
    position: relative;
    z-index:5;
    float:left;   
}

.away_badge
{
    position: relative;
    z-index:5;
    float:right;
}

.tiny_lt
{
    font-size:10pt;
    /*color: #818181;*/
    font-weight: 400;
}

.pzo_btts_btn
{
    font-size: 12pt;     
    font-weight:bold;
    border-radius:1px;
    -webkit-appearance:none;  
    -webkit-border-radius:0px;
    background-color: #fff;
    padding:2px 10px;
 
    border:1px solid #bababa; 
    cursor: pointer;
}

.entry_options
{

    clear:both;
    margin:auto;
}

.goal_entry_options
{
    margin: 8px 0px 4px 0px;
}

.wld_entry_options
{
    margin: 2px 0px;
}

.pzo_btts_selected
{
    background-color:#d10d33;
    color:#fff;
}


.wld_star
{
    cursor: pointer;
    vertical-align:bottom;
    
    /*background-image: url('../img/outline-star.png');*/
    width:23px;
    height:23px;
    /*background-size: 26px 26px;
    background-repeat: no-repeat;*/
    display:inline-block;
    
}

.pzo_reset{

    padding:0px;
    padding-left:10px;
    height: 20px;
    position:relative;
    vertical-align: bottom;
    cursor: pointer;
}

.pzo_btts_label
{
    font-size: 12pt;     
    font-weight:bold;
}

.pzo_match_pts
{
    font-size: 14pt;     
    font-weight:bold;
    background-color: #ffeb00;
    padding:2px 4px;
    border:1px solid #bababa;
    
    
}

.pzo_mpred_btn
{

    font-size: 12pt;     
    font-weight:bold;
    border-radius:1px;
    -webkit-appearance:none;  
    -webkit-border-radius:0px;
    background-color: #fff;
    padding:2px 4px;
    border:1px solid #bababa; 
    border-right: none;
    cursor: pointer;
}

.all_pred_img{
    height:16px; 
    padding-bottom: 2px;
    vertical-align:middle;
}

.rules-body
{
    /*height:90%;*/
   padding:20px;   
}

.intro-rules
{
    font-size:14px;
}

.score-rules
{
    font-size:14px;
    padding:10px;
}


.intro-slides-container
{
    
    height:90%;

}


.slide-body
{
    padding:25px;   
}

.signup-body
{
    padding:20px;   
}

.slide-arrows
{
    top:75% !important;
}

.signup-error
{
    font-weight: bold;
    color: #c90a0a;   
}


/* THIS NEEDS TO FOLLOW mpred_btn to work properly */
.pzo_mr_selected
{
    background-color: #132d9b;
    color:#fff;
}






/* Empty. Add your own CSS if you like */

    
