/* Список заявок */
table.list {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	background:#fff;
}

table.list th {
/*	padding:10px 5px;*/
	padding:10px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	vertical-align:middle;
	color:#fff;
    border:1px solid #fff;
    background:#96A1A7;
}

table.list th.refine {
	font-size:10px;
	text-transform:lowercase;
}

table.list th.empty, table.list td.empty {
	background:0;
	border:0;
}

table.list td {
	padding:2px 5px;
	height:35px;
	color:#404040;
	vertical-align:middle;
	border:1px solid #eee;
}

table.list td.email {
	max-width:125px;
	overflow:hidden;
}
table.list td.company {
	max-width:150px;
	overflow:hidden;
}

table.list tr.active td {
	background:#eee;
	cursor:pointer;
}

table.list.noborder td {
	border:0 !important;
}

/*
tr.filter select {
	max-width:75px !important;
}
*/

/* Фильтры */
div.filters {
	margin:10px 0;
	padding:5px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#eee;
}

table.filters td {
	padding:2px 5px;
}

hr {
	width:100%;
	height:1px !important;
	background:#ccc;
}

.red {
	color:#EA3C00 !important;
}


.date {
	display:inline-block !important;
	width:280px !important;
}
.time {
	display:inline-block !important;
	width:280px !important;
}

.inline {
	display:inline-block;
}

.auth {
	position:fixed;
	display:block;
	margin:0 0 0 -200px;
	padding:4px 10px 5px 10px;
	top:0;
	left:50%;
	width:400px;
	font-size:12px;
	text-align:center;
	color:#fff;
	background:#EA3C00;

	border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	-moz-border-radius:	-webkit-border-radius:0 0 10px 10px;
}