﻿.rwd .l3-next-steps-component {
	position: relative;
	padding: 1.0em 0;
	margin-bottom: 1em;
}

.rwd .l3-next-steps-component.gray {
	background-color: #f3f3f3;
}

.rwd .l3-next-steps-component a {
	float: left;
	display: inline-block;
	margin: 0 48px 0 0;
	text-align: center;
	width: auto;
	font-weight: bold;
}

.rwd .l3-next-steps-component .circle {
	width: 32px;
	height: 32px;
   -moz-border-radius: 16px; 
   -webkit-border-radius: 16px; 
   border-radius: 16px;
   color: #fff;
   font-size: 20px;
   font-weight: bold;
   display:inline-block;
   margin-right: 10px;
   line-height: 30px;
}

.rwd .l3-next-steps-component .unavailable {
	color: #555555;
	cursor: default;
}

.rwd .l3-next-steps-component .unavailable .circle {
	background-color:#b5b5b5;
}

.rwd .l3-next-steps-component .complete .circle {
	background-color:#0071c5;
}


.rwd .l3-next-steps-component .active .circle {
	background-color:#00aeef;
}

.rwd .l3-next-steps-component .active {
	color: #555555;
	cursor: default;
}

.rwd .l3-next-steps-component .clickable .circle {
	background-color:#0071c5;
}

.rwd .l3-next-steps-component .clickable:hover .circle {
	background-color:#00aeef;
}

.rwd .l3-next-steps-component .incomplete .circle {
	border: 1px solid #fff;
	border-color: #0071c5;
	color: #0071c5;
	background-color: #f3f3f3;
	line-height: 28px;
}

#attachment-component {
	display: none;
}

.rwd .active-intake-list {
	max-height: 30em;
	overflow-x: hidden;
	overflow-y: auto;
	margin-bottom: 2em;
	padding: 0;
	font-size: 14px;
}

.rwd .active-intake-list table.table {
	margin-bottom: 0;
}

.rwd h1 .btn-primary {
	padding: .3em 2em;
	font-weight: 200;
	font-size: 24px;
	margin-bottom: 11px;
}

#intake-search-checkboxes {
	padding: 4px 0 0 0;
}

.rwd table.rdc-intake-details td:first-of-type {
	width: 33%;
}

.rwd section.intake-comment {
	margin-bottom: 1em;
}

.rwd section.intake-comment label {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	color: #252525;
}

.rwd .responsive-table-component.intake-request-details table {
	-webkit-user-select:text;
	-moz-user-select:text;
	-ms-user-select:text;
	-o-user-select:text;
	user-select:text;
}

.rwd .rdc-form #intake-search-checkboxes input[type=checkbox] + label {
	margin-right: 20px;
}

.rwd .rdc-form .sdp-other {
	margin-top: 10px;
	display: inline-block;
    line-height: 20px;
}

.rwd .rdc-form .edk-category-type {
	font-weight: bold;
}

.rwd .responsive-table-component.intake-request-details table tr td .priority-Urgent {
    color: red;
}