#results {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.showFullPage {
	margin-top: 60px;
}

.headerTable,
.enabledCell,
.enabledFilter,
.enabledCellPhone {
	margin-bottom: 5px;
	width: 100%;
}
.enabledFilter { text-align: right; }

.enabledCell > a,
.enabledFilter > a,
.enabledCellPhone > a {
    display: inline-block;
    margin: 5px;
    text-align: center;
}

.enabledCell > a > span,
.enabledFilter > a > span,
.enabledCellPhone > a > span {
    display: block;
    color: green;
}
.enabledCell > a > span.off,
.enabledFilter > a > span.off,
.enabledCellPhone > a > span.off {
    color: red;
    text-decoration: none;
}


.bottomTable {
	margin-top: 15px;
	width: 100%;
}

.leftSide {float: left;}
.rightSide {float: right;}

.headerTable label {
	display: inline-block;
	margin-right: 10px;
}
.headerTable .form-control {
    box-sizing: border-box;
}

td.neverHidden {
    display: table-cell!important;
}
th.neverHidden {
    display: table-cell!important;
	width: auto!important;
}
/* td.details-control {
    padding-left: 35px!important;
} */
td.details-control {
	
}
/* td.details-control:before {
	top: 0;
	bottom: 0;
    left: 4px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #31b131;
	margin: auto;
} */

/* td.details-control:before {
    height: 14px;
    width: 14px;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #31b131;
    display: inline-block;
    margin-right: 5px;
}*/
	
td.details-control.active:before {
	content: '-';
    background-color: #d33333;
}
.dtr-details {
	background-color: #eee;
	margin-bottom: 0;
	text-align: left;
}
.dtr-details li {
	padding-left: 15px;
}
.dtr-title {
	font-weight: bold;
}
.dtr-details li + li {
	border-top: 1px solid #f5f8fa;
}
tr.shown + tr {
	background-color: #eee;
}

.outInfoName {
	font-size: 18px;
}
.outInfoRunner {
	margin-top: 5px;
	white-space: nowrap;
}
.outInfoRunner > span {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	color: #929292;
}
.outInfoRunner > span:first-child {
	margin-left: 0;
}
.outInfoRunner > span:last-child {
	margin-right: 0;
}

.mdl-data-table td, .mdl-data-table th {
	text-align: left;
}
.mdl-data-table td:first-child, .mdl-data-table th:first-child {text-align: center;}
.mdl-data-table td:first-child,
.mdl-data-table td:last-child {
	font-size: 18px;
}

.outHideTable {
	overflow: hidden;
    overflow-x: auto;
    clear: both;
    display: block;
	
    width: 100%;
}
.mdl-data-table {
	white-space: normal;
}
/* table.dataTable tbody tr {
    background-color: #ffffff;
} */
table.dataTable tbody tr.odd:nth-child(odd) {
    background: #f5f8fa;
}

.mdl-data-table td, .mdl-data-table th {
    height: 40px;
}

.mdl-data-table th {
    line-height: 32px;
}

@media (min-width: 768px) {
	/* .mdl-data-table td:first-child,
	.mdl-data-table td:last-child {
		font-weight: 600;
	}
	.outInfoName {
		font-weight: 600;
	} */
}
@media (max-width: 425px) {
	.outInfoName {
		white-space: nowrap;
		font-size: 16px;
	}
	.mdl-data-table td:first-child, .mdl-data-table td:last-child {
		font-size: 16px;
	}
	.mdl-data-table th {
		height: auto;
	}
	.headerTable .leftSide,
	.headerTable .rightSide {
		float: none;
		width: 100%;
	}
	.headerTable label {
		display: block;
		width: 100%;
	}
	/* .mdl-data-table thead {
		display: none;
	} */
	.mdl-data-table td, .mdl-data-table th {
		padding: 5px;
	}
	.mdl-button {
		width: auto;
		padding: 10px;
		height: auto;
		line-height: 1;
		min-width: 30px;
	}
}

.form-control[type="search"] {
	margin-left: 0!important;
	height: calc(2.25rem + 2px);
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057!important;
    background-color: #fff!important;
    background-image: none!important;
    background-clip: padding-box!important;
    border: 1px solid rgba(0,0,0,.15)!important;
    border-radius: .25rem!important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s!important;
	
    border-color: #e1e8ed!important;
}
.form-control[type="search"]:focus {
    color: #495057!important;
    background-color: #fff!important;
    border-color: #80bdff!important;
    outline: 0;
}
tr.show + tr,
tr.show + tr > td {
	background: #eee!important;
}