.dataTables_wrapper .dataTables_filter input{
  border: 0px;
  border-bottom: 1px solid #A5A5A5;
  width: 265px;
  background: url(/fe/img/search_icon.png)  no-repeat right center;
  background-size: 20px 20px;
  border-radius: 0px;
}

table.dataTable thead th, table.dataTable thead td{
  border: 0px;
  color: #BF9C5C;
  font-size: 15px;
  text-align: center;
}

table.dataTable th.edit{
  padding-left: 0px;
  padding-right: 0px;
}

table.dataTable.no-footer{
  border: 0px;
}

table.dataTable{
  border: 0px;
}

.table-bordered>:not(caption)>*>*{
  border: 0px;
}
table.dataTable tbody td{
  font-size: 15px;
  color: #747474;
  text-align: center;
  padding: 8px 5px;
}
table.dataTable tbody td.text-right, table.dataTable thead th.text-right{
  text-align: right;
}
table.dataTable tbody td.text-left, table.dataTable thead th.text-left{
  text-align: left;
}
table.dataTable tbody tr:nth-child(odd) td{
  background-color: #F4F5F9;
}
table.dataTable tbody tr:nth-child(odd) td.edit{
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
}


.dataTables_wrapper .dataTables_paginate {
  color: #747474;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
  border: 0px;
  color: #BF9C5C !important;
  background: transparent;
  
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active{
  outline:none;background-color:#F4F5F9;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}

table.dataTable thead>tr>th.sorting:before{
  opacity: 0.4;
}
table.dataTable thead>tr>th.sorting:after{
  top: 45%;
  opacity: 0.4;
}
table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc:before{
  opacity: 1;
}

table.scorecard thead tr.holes td, table.dataTable.scorecard thead th, table.dataTable.scorecard thead td{
  padding: 2px;
  text-align: center;
  white-space: nowrap;
}

.shareTeam{
  position: relative;
}

.shareTeam .number{
  display: inline-block;
  width: 29px;
  height: 29px;
  background: #BF9C5C;
  color: #FFF;
  border-radius: 15px;
  line-height: 29px;
  text-align: center;
  font-size: 18px;
}

.shareTeam .title{
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #444444;
  margin-left: 18px;
}

.shareTeam .link{
  display: inline-block;
  width: 280px;
  padding-left: 50px;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #747474;
  margin-top: 15px;
  margin-right: 10px;
  margin-bottom: 35px;
  word-break: break-all;
}

.shareTeam .copy{
  position: relative;
  top: -14px;
  display: inline-block;
}
.shareTeam .formBlock{
  padding-left: 45px;
  margin-top: 15px;
}
.shareTeam .formBlock input{
  width: 200px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  height: 35px;
  padding-left: 10px;
}

.competitionList .editIcon{
  position: absolute;
  right: 40px;
  top: 10px;
  cursor: pointer;
}

.editForm label{
    display: inline-block;
    width: 80px;
    margin-right: 10px;
    margin-top: 2px;
  }

  .metaSharePanel{
    display: inline-block;
    padding: 0px 0px 0px 10px;
    margin-right: -5px;
  }
.metaSharePanel .share{
  cursor: pointer;
}

.balanceDetail{
   display: flex;
   justify-content: center;
   align-items: center;
}

.scoreMeta .total{
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #EEE;
}

.scoreMeta .par{
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #D5EAD7;
}

.scoreMeta .hio{
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #FBC600;
}

.scoreMeta .eagles{
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #FFE0E1;
}

.scoreMeta .birdie{
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #DFF2FC;
}

.scoreMeta .handicap{
  background-color: #FFFDC2;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.scoreMeta{
  position: relative;
  display: inline-block;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  margin-right: 10px;
}

.scoreMeta>span{
  position: relative;
  top: 5px;
  margin-left: 30px;
}

.prizeTable .singlePlayer{
  min-width: 180px;
  padding: 0px 10px;
  display: inline-block;
  border-right: 1px solid #EEE;
}

.prizeTable .singlePlayer span.total{
  display: inline-block;
  width: 50px;
  background-color: #FBC600;
  text-align: center;
  color: #000;
  padding: 0px 5px;
  border-radius: 5px;
}

.prizeTable .singlePlayer span.net{
  display: inline-block;
  width: 40px;
  background-color: #FFE0E1;
  text-align: center;
  padding: 0px 5px;
  border-radius: 5px;
}

.prizeTable .singlePlayer span.handicap{
  display: inline-block;
  width: 40px;
  background-color: #FFFDC2;
  text-align: center;
  padding: 0px 5px;
  border-radius: 5px;
}


.importModal table.dataTable tbody td{
  padding-top: 3px;
  padding-bottom: 3px;
}

.pinkBox{
  background-color: #FE888D;
  padding: 1px 5px;
  border-radius: 3px;
  display: inline-block;
  color: #FFF;
}

.competitionMenu .tab-content{
  position: relative;
}

.handicapRules{
  position: absolute;
  top: 20px;
  z-index: 10;
}
.handicapRules button{
  padding: 5px 10px;
  background: transparent;
  border: 0px;
  font-size: 14px;
  font-weight: 400;
  color: #999;
}

.badge.credit{
  padding: 2px 5px;
  border-radius: 5px;
  background-color: #BF9C5C;
  margin-left: 5px;
}

.showgolfTable .rankTitle{
}

.showgolfTable td.rank{
  padding-left: 14px;
  padding-right: 2px;
}

.showgolfTable td.rank .badge{
  
}

table.showgolfTable tbody td{
  color: #5B5B5B;
  font-weight: 600;
}

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #CCC !important;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #CCC !important;
}

input::-ms-input-placeholder { /* Microsoft Edge */
  color: #CCC !important;
}

@media screen and (max-width:600px) {
  .prizeTable .singlePlayer{
    display: block;
  }
}
