/* General */
.is-not-displayed {
	display: none;
}


.crud-table {
	vertical-align: middle;
}

.crud-table form {
	margin-bottom: 0px;
}

.crud-table th, .crud-table td {
	padding: .25em;
}

#server-info {
	float: left;
}

#installed-apps {
	float: left;
}

#running-activities {
	float: right;
}

.start-hidden, .hidden {
	display: none;
}

td form {
	margin-bottom: 0;
}

.action-box form {
	display: inline;
}

#cert-inputs {
	margin-left: 3em;
	background-color: #EEEEEE;
	padding: 1em;
	margin-bottom: 1em;
}


.table-borderless th, .table-borderless td {
	border-top: none;
}

.center {
	float: none;
	margin: 0 auto;
	text-align: center;
}

.server-status table, .server-status h5 {
	margin-bottom: 0px;
}

.server-status td {
	line-height: 1.2em;
}

.server-brief th {
	font-weight: bold;
}

.server-brief td, .server-brief th {
	padding: .3em;
	text-align: right;
}

.two_across {
	position: relative;
}
.two_across div {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

.single-button-form {
	display: inline;
}

.input-xlarge {
	width: 100%;
}

.form-inline {
	display: inline;
}

.main-menu-list {
	list-style: none;
}

.main-menu-list > li {
	margin-bottom: 2em;
}

.section-icon {
	display: inline-block;
	width: 60px;
	height: 60px;
	vertical-align: top;
}

.main-menu-list ul {
	display: inline-block;
	vertical-align: top;
	margin-left: 3em;
}

.section-icon img {
	width: 100%;
}

.control-hideable {
	background-color: whitesmoke;
	border-radius: 10px;
	padding: 5px;
}
.control-hideable-title {
	display: inline-block;
	padding-left:10px;
}
.control-hideable-icon-open,.control-hideable-icon-closed {
	display: inline-block;
	float:right;
	padding-right:10px;
}

.filterTableBody > tr:first-child > td:first-child > select {
	display: none;
}

#licenseTable tr:not(.isDeployed) {
	cursor: pointer;
}

/* Orb Approvals */
.orb,.approval-container {
	display: flex;
	flex-direction: column;
	height: calc(100vh - 122px);
}
.orb .editor {
	padding-top: 10px;
	margin-bottom: 10px;
	background-color: aliceblue;
}
.orb .sub-approval-table {
	width: 100%;
	padding: 0px 5px
}
.orb .licenses {
	overflow: scroll;
}
.orb .comments {
	border-top: none;
}
.orb .comments-section {
	background-color: whitesmoke;
}
.orb li.approval {
	display: flex;
}
.orb .approval-label {
	width: 200px;
	text-align: left;
}
.orb .approval-comment {
	width: calc(100% - 10px);
}
.tr,.selected {
	background-color: #d9edf7;
}
th.action {
	width: 1px;
}
th.icon {
	width: 5px;
}
th.timestamp, th.mac-address, th.ip {
	width: 200px;
}
.orb .actions .status {
	color: darkgreen;
}
.orb .actions .error {
	color: darkred;
}

.dataTable .sort-value {
	/* #477 hides the value used for sorting a column when a different string
		is used for display */
	display: none;
}

.navbar-inner {
	/* Lets us push smc-version to the right */
	display: flex;
}

.smc-version {
	/* Pushes it to the right */
	margin-left: auto;
	/* Match padding with .nav li in bootstrap */
	padding: 10px 15px 10px;
}
