﻿body {
    background-image:url("../images/bg_Main.jpg");
    background-repeat:repeat-x;


}
img{
   margin-right:5px;
}
.divBtn {
    padding:5px;
}
.divBtn:hover {
    cursor:pointer;
   
}
#ddDivision
{
    color:#333333;
}
.topTitle
{
   
    margin-top:25px;
    font-size:25px;
    font-weight:bold;
    color: #000;
}
.subTitle
{
     font-size:22px;
    font-weight:bold;
    font-style:italic;
    color:#ff6a00;
}

.subTitle2
{
     font-size:18px;
    font-weight:bold;
    font-style:italic;
    color:#767676;
}

.leftBorder 
{
    border-left: 1px solid #b4b4b4;
       border-bottom: 1px solid #b4b4b4;
}
    .pad20 {
        padding:5px;
    }
.pad20 a{
    color: blue;
}
   .rowDivider{
        border-bottom: 1px solid #196387;
   }
TopMenuBar {
    background-color:white;
   border-bottom: 1px solid #196387;
}


.widthSmall
{
    width:80px;

}
.rightAligned
{
    text-align: right;
}
.uLine
{
    font-weight:bold;
    text-decoration:underline;
    color:#ff6a00;
}
.widthSmaller
{
    width:40px;

}
.centerFont{
    text-align:center;
}
.mainTable
{
    width:100%;
}
.mainTable td{
   padding: 10px 10px 10px 10px;
   vertical-align:top;
}
.btnTable
{
    width:100%;
}
.btnTable td{
    padding: 10px 10px 0px 0px;

}
TopMenuBar
{
    width:100%;
}
.displayTable
{
    width:100%;

}
.hdrTour
{
    font-size:20px;
    font-weight:bold;
}
.topMenuBar
{
     border-bottom: 2px solid #a0a0a0;
     background-color:#e9e9e9
    
}


/*score details*/
.tblDisplay
{
    width:100%;
    background-color:#fff;
}
.rowHeaderMain
{
        background-color: #196387;
   color:white;
   font-weight:bold;
   padding:5px;
    border-right: 1px solid #767676;
    border-bottom: 1px solid #767676;
}
.colValTotal{
     border-right: 1px solid #767676;
    border-bottom: 1px solid #767676;
    text-align:center;
    vertical-align:middle ;

}
.colVal{
     border-right: 1px solid #767676;
    border-bottom: 1px solid #767676;
    text-align:center;
}
.colHeader {
       background-color: #359acc;
   color:white;
   font-weight:bold;
   padding:5px;
    border-right: 1px solid #767676;
    border-bottom: 1px solid #767676;
    text-align:center;
}
.colHeaderMain
{
         background-color: #196387;
   color:white;
   font-weight:bold;
   padding:5px;
    border-right: 1px solid #767676;
    border-bottom: 1px solid #767676;
    text-align:center;

}
.pnlty
{
    font-size:12px;
    font-weight:normal;
    text-decoration:none !important;
    color:red;
}
.rowHeader
{
    
       background-color: #35cc99;
   color:white;
   font-weight:bold;
   padding:5px;
    border-right: 1px solid #767676;
    border-bottom: 1px solid #767676;
}
.colLeftRight
{
    padding:5px;
     border-left: 1px solid #767676;
 border-right: 1px solid #767676;
}
/*--*/
.divContainer{
    padding:20px;
}
/*Main Display Scores*/
.rankTable
{
    width:100%;
    font-size:17px;
    border-right: 1px solid #b4b4b4;
       border-bottom: 1px solid #b4b4b4;
       border: 1px solid #196387;
           background-color:#fff;
}
.rankCol {
    text-align:center;
     vertical-align:middle;
     font-weight:bold;
}
.teamCol
{
    font-weight:bold;
    padding-left:20px;

}
.playerScore
{
     font-weight:bold;
    text-decoration:underline;
}
.individualScore 
{
    text-align:center;
    width:45px;
}
.teamScore 
{
     text-align:center;
     vertical-align:top;
     padding-top:10px;
     width:60px;
}
.width100
{
    width:100px;
}
.teamScore  strong
{
    text-decoration:underline;
    font-weight:bold;
}
.totalScore 
{
     text-align:center;
     vertical-align:top;
     padding-top:10px;
     width:60px;
     font-weight:bold;
     font-size:20px;
     text-decoration:underline;
     color:#ff6a00
}
.grayScore
{
    color:#b4b4b4;
}

.rankTable th
{
   background-color: #359acc;
   color:white;
   font-weight:bold;
   text-align:center;
   padding:5px;
    border-right: 1px solid #767676;
    border-bottom: 3px solid #767676;
}
.rankTable .subhead1
{
   background-color: #359acc;
   color:white;
   font-weight:bold;
   text-align:center;
    border-right: 1px solid #767676;
}
.rankTable .subhead2
{
   background-color: #196387;
   color:white;
   font-weight:bold;
   text-align:center;
   border-bottom: 3px solid #767676;
    border-right: 1px solid #767676;
}

/*--*/
.dataTable
{
    width: 100%;
    background-color:#fff;
}
.dataTable td
{
 padding:10px;
}
.dataTable th
{
 padding:10px;
   background-color: #359acc;
   color:white;
   font-weight:bold;
   text-align:center;
}
.divPlayer
{
 clear: both; 
 background-color:white;
 border-bottom: 1px solid #808080;
 height:130px;
}
.divTeam
{
 clear: both; 
 background-color:white;
 border-bottom: 1px solid #808080;
 height:60px;
 padding:10px;
}
.blueBtn{
    
    color: #fff;
    background: #00ACED;
    border: none;
    padding: 0.7em 1em 0.7em 1em;
    margin-top: 0.5em;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
}
.redBtn{
    
    color: #fff;
    background: red;
    border: none;
    padding: 0.7em 1em 0.7em 1em;
    margin-top: 0.5em;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
}
.form-inline .form-group {
  margin-right:4px;
}
.teeTimeTableContainer{
    width:100%;
}
.teeTimeTableContainer td{
    padding:5px;
}
.teeTable, .teeFlightTable {
    width: 100%;
    font-size: 12px;
    background-color: white;
}
.teeTable tbody tr:not(:first-child) {
    height:80px;
}
.Sub
{
    font-size:10px;
    color:#ff6a00;
}
.imgProfile {
  display: block;
  max-width:230px;
  max-height:100px;
  width: auto;
  height: auto;
}
h1 small{
        font-weight: normal;
    line-height: 1;
    color: #777;
    font-size:60%;
}
.card-header
{
    font-weight:bold;

}
.menuPad
{
    padding-top:4px;
     padding-left:10px;
}