.suw-vtab .tabs-vertical li .nav-link.active {
    background: #00acc1;
    border: 0px;
    color: #ffffff;
}

.suw-vtab .tabs-vertical li .nav-link:hover, .suw-vtab .tabs-vertical li .nav-link:focus {
    background: #f1f1f1;
    border: 0px;
    color: #000000;
}

.HDR_USER_STATUS{
	background: rgba(0, 0, 0, 0.1);
}
.HDR_USER_STATUS:hover{
	background: rgba(0, 0, 0, 0.24);
}

.suw-table-bordered-dark, .suw-table-bordered-dark > tbody > tr > td, .suw-table-bordered-dark > tbody > tr > th, .suw-table-bordered-dark > tfoot > tr > td, .suw-table-bordered-dark > tfoot > tr > th, .suw-table-bordered-dark > thead > tr > td, .suw-table-bordered-dark > thead > tr > th{
	border: 1px solid #DDDDDD;
}

.pllistbox{
	padding:5px 5px;
	margin-bottom:2px;
	z-index: 999;
}

.droppldiv{
	min-width:100px;
	min-height:25px;
	border:1px solid #FF0000;
}

.suw-table-score>tbody>tr>td, .suw-table-score>tbody>tr>th, .suw-table-score>tfoot>tr>td, .suw-table-score>tfoot>tr>th, .suw-table-score>thead>tr>td, .suw-table-score>thead>tr>th {
    padding: 7px;
	text-align: center;
}

.suw-boxscore-par{
	
}
.suw-boxscore-birdie{
	background-color:#FF9999;
}
.suw-boxscore-eagle{
	background-color:#FF4444;
	color:#FFFFFF;
}
.suw-boxscore-bogie{
	background-color:#4cd2ff;
}
.suw-boxscore-dbogie{
	background-color:#2693ff;
	color:#FFFFFF;
}

.suw-fullscreen-div{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}

.suw-livescore-each-box {
    position: relative;
    border-top: 0;
    margin-bottom: 5px;
    width: 100%;
    background: #fff;
    border-radius: 0;
    padding: 0px;
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
    border: 1px solid #dce3e6;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
	opacity: 0;
}

#INDISCOREHEAD{
	background-color:#FFFFFF;
	margin-bottom: 2px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.suw-livescore-scorehead{
	position: relative;
	text-align:center;
	float: left;
	
}
.suw-livescore-each-box-inner{
	position: relative;
	text-align:center;
	float: left;
}
.suw-livescore-each-box-pos{
	width:10%;
	font-weight:normal;
}
.suw-livescore-each-box-pix{
	width:10%;
	font-weight:normal;
}
.suw-livescore-each-box-fullname{
	width:50%;
	text-align:left;
	padding-left:10px;
	font-weight:normal;
}
.suw-livescore-each-box-team{
	width:10%;
	font-weight:normal;
}
.suw-livescore-each-box-topar{
	width:10%;
	font-weight:normal;
}
.suw-livescore-each-box-thru{
	width:10%;
	font-weight:normal;
}
.suw-livescore-playerpix{
	height:90%;
}
.suw-livescore-teamflag{
	max-width:60%;
	max-height:60%;
	border:1px solid #DDDDDD;
}


#printable, #printable * {
	visibility:hidden;
	height: 1px;
	overflow:auto;
	font-size:100%;
	line-height:100%;
	letter-spacing: 1px;
}

@media screen and (min-width: 340px) {
	
	.navbar-brand {
		 font-size:15px;
	}
}

@media screen and (min-width: 410px) {
	
	.navbar-brand {
		 font-size:18px;
	}
}


@media screen and (min-width: 1000px) {
	

	.container{
		min-width: 98%;
	}

}

@media (max-width: 1000px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

@media print {
	.hiddenbody * {
		visibility:hidden;
		height:1px;
		margin: 0 0;
		padding: 0 0;
		overflow: auto;
	} 
	#printable, #printable * {
		visibility:visible;
		
	}
	#printable { /* aligning the printable area */
		position:absolute;
		left:0;
		top:0;
		margin: 0 0 0 20px;
		padding: 0 0;
		height: auto;
		overflow: hidden;
	}
	@page { margin: 0; }
	
}