/*
 *  CSS File for Team Rosters Plugin Admin Screens
 */
/*---------------------------------------------------------------------------
 *	MSTW Wordpress Plugins (http://shoalsummitsolutions.com)
 *	Copyright 2017-20 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 more details.
 *
 *	You should have received a copy of the GNU General Public License
 *	along with this program. If not, see <http://www.gnu.org/licenses/>.
 */

/*-------------------------------------------------------	
 *	Progress spinner/bar
 *------------------------------------------------------*/
p.plugin-not-installed {
	margin-bottom: 30px;
	font-weight: bold;
	color: #000;
}

#roster-progress {
	display: none;
}


/*-------------------------------------------------------	
 *	Pagination
 *------------------------------------------------------*/
.tr-paginate-links {
	margin-left    : 50px;
	vertical-align : middle;
}

.page-numbers {
	display         : inline-block;
    padding         : 5px 10px;
    margin          : 0 2px 0 0;
    border          : 1px solid #eee;
    line-height     : 1;
    text-decoration : none;
    border-radius   : 2px;
    font-weight     : 600;
}

.page-numbers.current,
a.page-numbers:hover {
    background: #f9f9f9;
}

/*-------------------------------------------------------	
 *	Team Tax Admin (Manage Teams) 
 *------------------------------------------------------*/
 
.mstw-tr-tax-select-team {
	width: 95%;
}

#col-left .form-field.term-description-wrap {
	display: none;
}

/*-------------------------------------------------------	
 *	Progress spinner/bar
 *------------------------------------------------------*/
 
/*#roster-progress {
	/*background: url('/wp-admin/images/wpspin_light.gif') no-repeat;
	background: url('/wp-includes/js/thickbox/loadingAnimation.gif') no-repeat;
	background-color: red;
	
	background-size: 416px 26px;
	display: normal;
	/*float: right;
	opacity: .7;
	filter: alpha(opacity=70);
	width: 416px;
	height: 26px;
	margin: 5px 5px 0;
}*/
