.admin {
	width: 100%;
}

.admin ul {
	list-style: none;
}

.admin .title{
	background-color: var(--main-color);
	font-weight: bold;
	font-size: 14px;
	color: #eee;
	padding: 5px;
	border-bottom: solid 1px #CECFCE;
}

.admin div {
	padding: 15px;
	color: grey;
}
.admin a {
	color: #005B9A;
}

.admin .label {
	font-weight: bold;
}

.admin .note {
	font-style: italic;
	color: #8D96A8
}

.admin h4, .admin h5 {
	display:inline;
	color: #a6a6a6;
}

.admin h4 {
	font-size: 12px;
}

.admin h5 {
	font-size: 10px;	
}

span.error {
	font-weight: bold;
	color: #CE0000;
}

#changeLayoutDialog textarea {
	width: 300px;
	height: 375px;
}

#changeLayoutDialog p {
	margin: 0;
}

.scheduleDetails .layout {
	border-left:solid 1px #f0f0f0;
	float:right;
	width:550px;
}

.actions {
	clear:both;
	border-top:solid 1px #f0f0f0;
	border-bottom:solid 1px #f0f0f0;
	background-color: #eee;
}

.noImage {
	width: 98px; 
	height: 60px; 
	background-color: #f0f0f0; 
	line-height: 16px;
	text-align:center;
	color: #666;
	border: solid 1px #ccc;
}

.resourceDetails img.image {
	width: 100px;
}

.admin table {
	border-collapse: collapse;
}

.admin th, .admin td {
	padding: 5px;
}

.admin th {
	padding-bottom: 2px;
}

.admin th {
	text-align:left;
	font-size:14px;
}

.dialog ul, .dialog li {
	font-size: 12px;
	list-style: none;
}

.dialog li {
	margin-bottom: 5px;
}

table.list {
    border-collapse:collapse;
}

.rankingDiv table.list{
	margin: 0 auto;
}

.tourTable.list tr:hover {
    background: var(--main-color-opac-60);
}
.tourTable{
	width: 100%;
	border: none;
	margin: 0 auto;
}

.list td, .list th {
    padding: 0 4px 0 0;
    height: 50px;
    color: var(--text-color);
}
.list > tr:first-child, .list > tbody > tr:first-child{
    background-color: var(--main-color)!important;
}
.list > tr:first-child, .list > tbody > tr:first-child th{
	color: #fff !important;
	 height: 48px;
	 border-right: 1px solid var(--main-color);
}
.list .row0 {
    background-color: var(--main-color-opac-20);
}

.list .row1 {
    background-color: var(--main-color-opac-40);
}

.list th.id, .list td.id {
	display: none;
}
#allCallsPaging table span,#allCallsPaging table strong{
	color:#3D3D3D;
}	
#groupUserList {
	overflow-y: auto;
}

.list tr.editable:hover {
	cursor: pointer;
	background-color: var(--main-color-opac-60)!important;
}

.list tr.clicked:hover, .list tr.clicked  {
	background-color: var(--main-color-opac-60)!important;
}

.userList .customAttributes {

    font-size: 9pt;
    font-weight: normal;
}

tr.pending {
	background-color: var(--pending-reservations, orange);
}

#cboxClose {
	display:none !important;
}

.wideLabel { display:inline-block; min-width: 100px;}

.attributeDialog span {
    min-width: 150px;
    text-align: right;
    padding-right: 4px;
}

.attributeDialog .textBoxOptions {
	padding-bottom: 10px;
}

#blackoutTable
{
    width: 100%;
}

#addBlackoutForm li {
    color: var(--text-color);
}

#configSettings {
	margin: 10px 0;
	padding: 10px;
	border: solid 1px #333333;
}

#configSettings fieldset {
	margin-bottom: 10px;
}

#configSettings .label, #configSettings label {
	font-weight: normal;
	font-size: 12px;
	color: black;
}

#configSettings .label {
	min-width: 200px;
	display: inline-block;
}

#staticSlots {
	height: 375px;
}

#dailySlots {
	/*height: 450px;*/
	margin-bottom:4px;
}

.allDailyLayouts {
	display:none;
}

#removedGroups {
	margin-top: 5px;
	padding-top: 5px;
	border-top: solid 1px #777777;
}

#addedGroups a, #removedGroups a {
	width:30px;
	display:block;
	float: left;;
	text-decoration: none;
}

#addedGroups a {
	background: url('../img/minus-gray.png') no-repeat;
}

#removedGroups a {
	background: url('../img/plus-button.png') no-repeat;
}
.altop{
    vertical-align: top;
}
#addUserForm ul li,#addUserForm label{
	color:#212121;
}
#quotaList{
	color: var(--text-color);
}
#tabs{border:medium none;padding: 0;background: rgba(0, 0, 0, 0) none repeat scroll 0 0;}

#team_profile,#player-1,#player-2{
	height: 100% !important;
	background: #fff none repeat scroll 0 0;
}
.team-profile{
    border: medium none !important;
    padding: 0;
}
.button-teamProfile{
    border: 1px solid var(--green);
    color: #333333;
    cursor: pointer;
    padding: 3px 5px 4px;
	margin: 15px !important;
}
.ui-widget-header{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	padding: 0 !important;
}
#dialog_buttons{
	background: #fff none repeat scroll 0 0;
}
.ui-tabs{
	border-color:var(--green) var(--green);
}
.ui-dialog .ui-dialog-titlebar-close span{
	background-color: #fff;
}