/*-------------------------------------------------------------------------- 
 * MSTW bracket Builder Admin Stylesheet [mstw-bb-admin-styles.css]  
 *
 *	MSTW Wordpress Plugins (http://shoalsummitsolutions.com)
 *	Copyright 2016-22 Mark O'Donnell (mark@shoalsummitsolutions.com)
 *
 *	This program is free software: you can redistribute it and/or modify
 *	it under the terms of the GNU General Public License as published by
 *	the Free Software Foundation, either version 3 of the License, or
 *	(at your option) any later version.
 *
 *	This program is distributed in the hope that it will be useful,
 *	but WITHOUT ANY WARRANTY; without even the implied warranty of
 *	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 *	GNU General Public License for details. <http://www.gnu.org/licenses/>
 *-------------------------------------------------------------------------*/

tr.tr-hidden-row {
	display : none;
}

table.mstw-bb-admin-table {
	/*margin-left: 20px;*/
	margin-top:  0;
	border-left: 0;
	background-color: #f1f1f1;
}

table.mstw-bb-admin-table th.right {
	text-align: right;
	}
	
.mstw-bb-admin-table td.row-head,
.mstw-bb-admin-table thead tr th {
	font-weight: 600;
}

table.mstw-bb-admin-table .col-indent-1 {
	margin-left: 20px;
}
 
/* adjust the columns that aren't the leftmost column in the form table */  
th.mstw-admin-align-right,
td.mstw-admin-align-right {
    text-align: right;
	}
	
/* this is for control titles at the top of tables */
div.mstw-bb-controls {
	padding-bottom: 10px;
}

span.mstw-bb-control-title,  span.mstw-bb-control-title-2 {
    font-weight: bold;
    padding-right: 5px;
}

/* want space on the right of the first control */
span.mstw-bb-control-title-2 {
    padding-left: 10px;
}

.mstw-bb-admin-instructions {
    /* font-weight:   bold; */
	font-weight:   normal;
	font-size:     13px;
	font-style:    italic;
    color:         #F00;
    margin:        0;
    margin-bottom: 3px;
	}
	
ul.mstw-bb-admin-instructions {
    list-style:     disc;
	/*font-style:     italic;
	font-weight:    normal;
    color:          #F00;*/
	padding-left:   1.5em;
    margin-bottom:  3px;
	}


form table#bracket-builder td {
    vertical-align: top;
	}
	
form table#bracket-builder th.right {
    text-align: right;
	}
	
form#edit-bracket table {
    table-layout: auto;
	}
	
input#edit-bracket-button {
	margin-top: 20px;
	}
	
select.sb-time-pulldown {
	width: 50px;
	}
	
table#bracket-builder tr.top-border {
	border-top: 1px dashed black;
	}
	
table#bracket-builder input.horizontal-boxes {
	margin-left: 10px;
	}
	
/* 
 *   Edit Tournaments Screen 
 */
	
table#edit-tourneys tr.header-top-row {
	border-color: none;
	}
	
table#edit-tourneys tr.header-top-row th.top-header {
	text-align:   center;
	border-color: red;
	}
	
table#edit-tourneys tr.round-header {
    background: lightgrey;
    font-weight: bold;
	}
	
table#edit-tourneys td.bame-nbr {
    width: 6px;
	}
	
table#edit-tourneys td.game-nbr,
table#edit-tourneys td.time-is-tba {
	text-align:  center;
}

table#edit-tourneys td.is-final {
	text-align:  center;
}

/*
 *   For the bracket builder quick start page
 */
ul.mstw-bb-doc {
	/*list-style : disc;*/
	list-style-type : disc !important;
	margin-left : 2em !important;
}


/*
 * Hide the edit button for the tourney permalink
 
 span#edit-slug-buttons {
	 display : none;
 }
 */


	

	

	