.admin-screens form, 
.admin-screens section.list-content{
	max-width			: 1000px;
}
pre{
	font-family			: courier;
}

.admin-field-info{
	font-size 			: 14px;
	padding				: 10px;
	margin-bottom		: 15px;
	border				: 1px solid #d7e9d8;
	vertical-align		: middle;
	background-color	: #e3f0de;
}
.admin-field-info i{
	font-size 			: 22px;
	line-height			: 22px;
	margin-right		: 10px;
	-webkit-transform	: translateY( -2px );
	-moz-transform		: translateY( -2px );
	transform			: translateY( -2px );
	vertical-align		: middle;
}


/*-------------------------------
Search
--------------------------------*/
.admin-screens form.search{
	padding-bottom		: 20px;
}
.admin-screens i.show-filters{
	font-size			: 29px;
	line-height			: 13px;
	vertical-align		: middle;
	display				: inline-flex;
	-webkit-transform	: translateY( -2px );
	transform			: translateY( -2px );
}
.show-filters-button{
	font-size			: 13px;
	line-height			: 13px;
	cursor				: pointer;
}
.search-filter-container{
	font-size			: 13px;
}
.admin-screens  .search-filter-container input[type=checkbox]{
	width				: 15px;
	height				: 15px;
}
/*-------------------------------
 Alpha selector
--------------------------------*/
.alpha-selector a, .group-links a{
	margin			: 0px 5px 0px 0px;
	font-size		: 17px;
	font-family		: Montserrat;
	color			: #4f4f4f;
}
.alpha-selector a.selected{
	display			: inline-block;
    border-bottom	: 2px solid black;
}
span.list-links a{
	font-size		: 15px;
}


.admin-screens section.list-content{
	padding-top		: 20px;
}

.admin-screens .table header{
	background-color: #262626;
	color			: white;
}

.admin-screens .table header .cell{
	border-bottom	: 1px solid black;
	border-top		: 1px solid black;
	padding-top		: 10px;
	padding-bottom	: 10px;
	font-size		: 13px;
	font-weight		: 500;
}


.admin-screens .table{
	display 		: table;
	width			: 100%;
}

.admin-screens .table-row{
	display 			: table-row;
	-webkit-transition	: 1s;
    transition			: 1s;
}

.admin-screens .table-row.is-archived-row{
	opacity			: 0.5;
}

.admin-screens section.table-row:hover .cell{
	border-top		: 1px solid rgba( 0,0,0,0.06 );
	border-bottom	: 1px solid rgba( 0,0,0,0.06 );
}

.admin-screens .cell{
	display 		: table-cell;
	padding			: 5px;
	padding-right	: 7px;
	
	border-top		: 1px solid rgba( 0,0,0,0 );
	border-bottom	: 1px solid rgba( 0,0,0,0 );
	
	vertical-align	: middle;
}

.admin-screens .table.user-info-view .cell{
	border-right	: 2px solid white;
}

.admin-screens .cell.center{
	text-align		: center;
}
.admin-screens .cell.media, .cell.user-login, .cell.user-updated, .cell.user-last-checked, .cell.status, .small{
	font-size		: 12px;
}
.cell.user-login, .cell.user-updated, .cell.user-last-checked{
	max-width		: 60px;
}

/*---------------------
 icons
----------------------*/
.admin-screens .admin i.material-icons{
	color			: #4f4f4f;
	font-size		: 20px;
}
.admin-screens .admin i.material-icons.delete{
	cursor			: pointer;
}
.admin-screens .admin i.material-icons.delete:hover{
	color			: #b31634;
}
.admin-screens .admin i.material-icons.edit{
	margin-right	: 5px;
	margin-left		: 5px;
}
.admin-screens .admin i.material-icons.edit:hover{
	color			: #449639;
}
.admin-screens .admin i.material-icons.archive{
	cursor			: pointer;
}
.admin-screens .admin i.material-icons.archive:hover{
	color			: #449639;
}

/*---------------------
 colors
----------------------*/

.admin-screens .cell.green{
	background-color 	: #d8ebda;
}
.admin-screens .cell.red{
	background-color 	: #e7ccec;
}
.admin-screens .cell.unknown{
	background-color 	: #efefef;
}

.admin-screens .list-content .grey{
	/*color				: #bfbfbf;*/
}
