body {
	background-color: rgb(243, 244, 250);
}

/* EULA Banner Styles */
.eula-banner {
	background-color: #fff3cd;
	border: 1px solid #ffeaa7;
	color: #856404;
	padding: 0;
	position: relative;
	z-index: 1000;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Hide banner when modal dialogs are open */
.md-dialog-is-showing .eula-banner {
	display: none !important;
}

.eula-banner-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 16px;
	max-width: 100%;
}

.eula-banner-text {
	flex: 1;
	font-size: 14px;
	line-height: 1.4;
}

.eula-banner-button {
	background-color: #856404;
	border: none;
	border-radius: 4px;
	color: white;
	cursor: pointer;
	font-size: 12px;
	font-weight: 500;
	margin-left: 8px;
	padding: 4px 12px;
	transition: background-color 0.2s ease;
	vertical-align: baseline;
}

.eula-banner-button:hover {
	background-color: #533f03;
}

.eula-banner-button:focus {
	outline: 2px solid #856404;
	outline-offset: 2px;
}

.eula-banner-close {
	background: none;
	border: none;
	color: #856404;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	margin-left: 16px;
	padding: 0;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.eula-banner-close:hover:not(:disabled) {
	background-color: rgba(133, 100, 4, 0.1);
}

.eula-banner-close:focus:not(:disabled) {
	outline: 2px solid #856404;
	outline-offset: 2px;
}

.eula-banner-close-disabled,
.eula-banner-close:disabled {
	color: #bbb !important;
	cursor: not-allowed !important;
	opacity: 0.5;
}

.eula-banner-close-disabled:hover,
.eula-banner-close:disabled:hover {
	background-color: transparent !important;
}

md-content.blankslate {
	background-color: rgb(243, 244, 250);
	padding-top: 50px;
}

md-content.blankslate > button {
	padding-left: 15px;
	padding-right: 15px;
}

md-content.blankslate > p {
	line-height: 1.5;
	text-align: center;
}

md-content.blankslate > pre {
	background-color: white;
	border-radius: 3px;
	margin-top: 0;
	padding: .5rem;
}

md-sidenav {
	min-height: 100vh;
}

/*Taken from PWD, remove styles not used.*/

.selected button {
	background-color: rgba(158,158,158,0.2);
}

md-card-content.terminal-container {
    background-color: #000;
    padding: 0;
}

.clock {
    font-family: 'Rationale', sans-serif;
    font-size: 3.0em;
    color: #1da4eb;
    text-align: center;
}

.welcome {
    background-color: #e7e7e7;
}

.welcome > div {
    text-align: center;
}

.welcome > div > img {
    max-width: 100%;
}

.g-recaptcha div {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: 50px;
}

.disconnected {
    background-color: #FDF4B6;
}
md-input-container {
    margin-bottom: 0;
}
md-input-container .md-errors-spacer {
    height: 0;
    min-height: 0;
}

.monospace {
  font-family: 'Roboto Mono', monospace;
}

.validation-error {
	color: red;
	height: 52px;
}

.primary-item .md-list-item-inner{
    color: rgb(63,81,181);
    font-weight: 500;
}


.no-pad {
    padding: 0px 0px 0px 0px;
}

.md-toolbar-tools img.md-logo { 
    max-height: 38px;
    height: 38px;
}

.md-toolbar-tools img.md-avatar { 
    max-height: 74px;
    height: 74px;
}


span.md-avatar {
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    background-color: #1398D6;
    color: white;
}

md-icon {
    opacity: 0.6;
}

md-icon.link {
    fill: #303AA5;
}

md-input-container.function-url md-icon {
    display: inline-block;
    cursor: pointer;
}

.repeating-inputs {
    padding-left: 20px !important;
}

.expand-icon {
    margin: 0;
    float: right;
}

.add-input-icon {
    padding-top: 25px;
    color: green;
}

.remove-input-icon {
    padding-top: 25px;
    color: red;
}

.display-flex {
    display: flex;
}