a {
	color:#0074be;
}

body {
	background-color: #494949;
}

#header {
	height:124px;
	background-color: #ffffff;
}

#header .columns {
    padding-left:3.5rem;
}

.header-img {
	padding-top: 40px;
	max-height: 124px;
}

#lang {
	position:absolute;
	right:.9375rem;
	background-color: #027ac9;
	padding:15px 20px;
	display:inline-block !important;
}


.row #lang {
	display:none;
}

#lang a {
	color:#ffffff;
	font-weight:bold;
}

#lang .active {
	display:none;
}

label {
   
    font-size: 1.2rem;
    font-weight: bold;
}

p {
	line-height: 1.25em;
	font-size:100%;
}

#admin-nav .active {
	background: #000000;
    color: white;
}

#admin-nav li {
	
}

#admin-nav li:hover, #admin-nav li:focus {
	background: #999999;
	cursor: pointer;
}

#admin-nav a {
    color: white;
    padding:25px 15px;
}
#admin-nav a:hover, #admin-nav a:focus  {
	text-decoration: none;
}

.main-row {
	background:#666666;
}

.right {
	background:#ffffff;
	padding-left:4rem;
	padding-right: 4rem;
	padding-bottom:6rem;
	min-height: 800px;
}
.left {
	padding-right:0rem;
}

h1 {
	font-weight: bold;
    font-size: 3rem;
    line-height: 2.5rem;
    padding-bottom: 2rem;
}
h2 {
	font-weight: bold;
	font-size: 2.75rem;
	line-height: 2.5rem;
	padding-bottom: 2rem;
}
h3 {
	font-weight: bold;
}

h4 {
	font-weight: bold;
}

h5 {
	font-weight: bold;
}
hr {
	max-width:100%;
}
.staff-link {
	font-weight:bold;
	padding-bottom:1em;
	font-size:1.15em;
}

#footer {
	padding-top:6rem;
	padding-bottom:0.9rem;
	color:#ffffff;
	background-color: #494949;
	font-size:80%;
}

.cv {
	width:100%;
}

.field-description h4 {
	color:#ffffff;
}
.a-z {
	font-weight: bold;
    font-size: 1.3em;
    padding-bottom: 1em;
    word-spacing: .25em;
}
.browse .right {
	
	padding-top: 3em;
}
.browse ul {
	list-style-type: none;
}
.usage {
	font-weight:bold;
	font-size:1.2em;
}
tbody tr:nth-child(even) {
	background-color: #f4f4f4;
}

.Yes {
	background: #33bb55;
	color: #000000;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 0.3s;
	border-bottom:1px solid #f4f4f4;
}

.No {
	background: #ff3333;
	color: #000000;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 0.3s;
	border-bottom:1px solid #f4f4f4;
}

.Ask {
	background: #ff9900;
	color: #000000;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 0.3s;
	border-bottom:1px solid #f4f4f4;
}

.license-table {
	width:100%;
}
.license-table .case {
	text-align: left;
}

.license-table th:first-child {
	width:20%;
}
.license-table td:nth-child(2) {
	width:10%;
	text-align:center;
}
.definition p {
	line-height:1.25em;
}
.full-license-info {
	display:none;
	margin-top:1rem;
}
.more-info {
	font-weight:bold;
}
.less-info {
	font-weight:bold;
	display:none;
}
.blurb {
	min-height:10rem;
}
#vendors .selected {
	background: #33bb55;
}
#vendors [type=text]{
	margin:0;
}
#date_signed_approved {
	width:25%;
	float:left;
	margin-right:10px;
}
#upload {
	border: 0;
    padding: 15px;
    width: 100%;
}
/* Front page changes only */
#blurb-txt table {
	border: 0px;
	
}
#blurb-txt th:nth-child(1) {
    border-left: 5px solid #33bb55;
    padding: 15px;
}
#blurb-txt .notallowed {
    border-left: 5px solid #ff3333;   
}
#blurb-txt td {   
    padding: 10px 15px;
    width: 50%;
}
#blurb-txt td:nth-child(1) {
   border-left: 5px solid #33bb55;
}
#blurb-txt td:nth-child(2) {
   border-left: 5px solid #ff3333;
}

#blurb-txt ul {
    list-style-type: disc;
    padding-left: 3rem;
    line-height: 1rem;
}

.pagination {
	font-weight:bold;
	margin-top:50px;
}
.pagination .current {
	background-color: #027ac9;
	padding:0;
}
.pagination .current a {
	color:#ffffff;	
}
.pagination a {
	font-size:125%;
	padding:0.5rem 1.5rem;
}
.pagination a:hover {
	color:#000000;
}
.sub-menu {
	font-size:90%;

}
.sub-menu a {
	padding:20px 40px !important;
}
.filter-row {
	margin-bottom:25px;
	clear:both;
}
.filter-cl {
	width:15px;
	float:left;
}
.filter-cl input {
	vertical-align: top;
}
.filter-cr {
	margin-left:25px;
}
.filter-cr label {
	line-height:1.25rem;
	vertical-align: top;
}
#report_content_area {
	width: 100%;
}
.top_mappings, .unmapped, .stale {
height: 150px;
overflow: hidden;
overflow-y: scroll;
overflow-x: auto;
margin-bottom: 30px;
border: 1px solid #cacaca;
padding: 10px;
}
div.message {
	margin: 0.5em;
	padding: 0.5em;
	border: 2px solid #900;
	font-weight: bold;
}