
.readOnly {
    border: 1px #bbb solid;
    padding: 10px;
}
ul.bulletList {margin-left: 30px;}
.site-branding { text-align: center; }

.squawkTable table.squawks td { padding: 3px 4px;}
.squawkTable table.squawks th { padding: 1px 0; }
		
.squawkTable table em.searched {
		font-weight: bold; 
		text-decoration: italic;
}

.squawk .right {float: right; clear:right;}

.squawk .error {color: #dd2f2f; }

.dashicons .dashicons-search:before {content: "\f179";}

tr.even{background-color:#eee;} 
table.squawks{ margin:15px 0;} 
div.squawk {background-color: white; border: double 4px #ccc;  padding: 13px;  margin: 10px  auto;}
div.squawkTable {background-color: white; border: double 4px #ccc;  margin: auto;}
div.squawk select {height:30px;}


		


@media 
only screen and (max-width: 760px)  {

		
}
.btn-group.left {float:left;clear:none;}

.btn-group.right {float:right; clear:right;}

.btn-group {clear:left; margin: 2px 1px;}

.btn-group .btn {
	/*background-color: #4454b5;  */
	background-color: #6792be; /*#597abd;*/
	height:22px;
	border: 1px solid #aaa;  
	color: white; /* White text */
	padding: 2px 14px; /* Some padding */
	cursor: pointer; /* Pointer/hand icon */
	float: left; /* Float the buttons side by side */
	margin: 2px 0;
	font-size: 10px;
	font-weight: 600; 
	width:unset;
}

.btn-group button.btn { background-color: #448cd6; }

.btn-group select.btn {min-width: 100px;}

.btn-group .btn option {background-color: #777777; }

.btn-group input.btn::placeholder {
  color: #ccc;
}

.btn-group .btn:focus {
		color: #fff;
}

.btn-group .btn:disabled {
		background-color: #8891c7;
		cursor:unset;
}

.btn-group .btn:not(:last-child) {
  	border-right: none; /* Prevent double borders */
}
/*
.btn-group button:not(:first-child) {
		border-radius: 0 5px 5px 0;
}
*/

.btn-group .btn:first-child {
		border-radius: 5px 0  0 5px;
}

.btn-group .btn:last-child {
		border-radius: 0 5px 5px 0;
}

.btn-group .btn:last-child:first-child {
		border-radius: 5px;
}

.btn-group .btn:not(:last-child):not(:first-child) {
		border-radius: 0;
}

/* Clear floats (clearfix hack)*/ 
.btn-group:after {
  content: "";
  clear: both;
  display: table;
}

/* Add a background color on hover */
.btn-group .btn:hover {
  background-color: #aaa;
}

tr.grounded {color:#dd2f2f;}

.squawksTable td { padding: 2px 4px; }

button.tableSortButton {
    background: no-repeat;
    color: #000;
    text-align: left;
    padding: 2px 4px;
}

@media 
only screen and (max-width: 760px)  {		
	div.menu.btn-group { margin: 2px 0 140px 0; }
			
	div.menu.btn-group *.btn, div.menu.btn-group *.btn:first-child, div.menu.btn-group *.btn:last-child { 
			display: block; 
			width: 100%; 
			max-width: 100%;
			border-radius:2px;
			text-align: left;
			margin:0 1px 1px 1px;
	
	}
	
	div.menu.btn-group *.btn:not(:last-child) {
	border-bottom: none; 
		border-right: solid 1px;
	}
		
	div.menu.btn-group:after {
		content: none;
		clear: both;
		display: none;
	}
		
		
	/* Force table to not be like tables anymore */
	.squawkTable table, .squawkTable table thead, .squawkTable table tbody, .squawkTable table th, .squawkTable table td, .squawkTable table tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.squawkTable table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.squawkTable table tr { border: 1px solid #ccc; }
	
	.squawkTable table.squawks td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #bbb; 
		position: relative;
		/*padding-left: 50%; */
		padding-top: 20px;
	}

	
	.squawkTable table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: -2px;
		left: 2px;
		/*width: 45%; 
		 * padding-top: 25px;*/
		padding-right: 10px; 
		
		white-space: nowrap;
			font-weight: 550;
	}
	
	.squawkTable table td:nth-of-type(7) {        
			padding: 0;
	}

	.squawkTable table td:nth-of-type(7) .btn {
		/*color: #fff;
		display: inline-block;
		text-decoration: none;
		border: 1px solid;
		outline: medium none;
		padding: 2px;*/
		width: 100%;
		min-height: 40px;
	}
	
	.squawkTable table td:nth-of-type(7) a:hover {
	text-decoration: none;
	background-color: #ddd;
			box-shadow: none;
	}
	
	/*
	Label the data
	*/
	.squawkTable table td:nth-of-type(1):before { content: "Aircraft"; }
	.squawkTable table td:nth-of-type(2):before { content: "Date Reported"; }
	.squawkTable table td:nth-of-type(3):before { content: "Reported By"; }
	.squawkTable table td:nth-of-type(4):before { content: "Description"; }
	.squawkTable table td:nth-of-type(5):before { content: "Grounding"; }
	.squawkTable table td:nth-of-type(6):before { content: "Repaired"; }
}