/* Custom container */
.container-fixed {
	margin: 0 auto;
	max-width: 960px;
}
/*BT4 login component */
label.clc_userTextLabel {
	font-weight: bold;
	display: block;
}
label.clc_passwordTextLabel {
	font-weight: bold;
	display: block;
}

.clc_userText, .clc_passwordText {
	display: block;
	margin-bottom: 10px;
}

ul.clc_vdsLinksList {
	list-style-type: none;	
	padding-left:0;
}

ul.clc_vdsLinksList li {
	padding: 2px 0;
}

ul.clc_vdsLinksList li a, a#inventionLink{
	text-decoration: underline;
}

.clc_forExternalUsers {
    margin-bottom: 0;
}

.clc_fedInstitutions {
	margin-bottom: 10px;	
}

select.clc_fedInstitutions {
    font-size: 75%;
    width:75%;
    height: 25px;
    margin-top: 10px;
}

.clc_loginGovContainer a img{
	margin-left: 8px;
}

input.clc_passwordText, a.clc_showPassword {
  white-space: nowrap;
  display:inline-block;
}

.clc_vdsSubmitBtn , .clc_federatedSubmitBtn {
	background-color: #184e80;
	color: #fff;
	cursor: pointer;
	border: none;
	line-height: 3ex;
	padding: 0.5ex 1em;
	border-radius: 0.3rem;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.clc_vdsClearButton {
	background-color: rgb(136,136,136);
	color: #ffffff;
	cursor: pointer;
	border: none;
	line-height: 3ex;
	padding: 0.5ex 1em;
	border-radius: 0.3rem;
	display: inline-block;
	text-align: center;
	vertical-align: middle;	
	margin-left: .3em;
}


/***************/

.loginlnav {
	float: left;
	padding: 2%;
}

.privacystatement {
	height:120px;
    overflow-y:auto;
	float:left;
	position:relative;
    margin-left:15px;
}

.tile {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	/*background: #fff;*/
	padding: 20px;
	margin-bottom: 14px;
	min-height: 136px;
}

.tile1 {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	/*background: #fff;*/
	padding: 20px;
	margin-bottom: 30px;
	height: 160px;
}
.tile2 {
	
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	/*background: #fff;*/
	padding: 20px;


}
.title {
	font-size: larger;
}

.tile.bg-bs-warning {
	background: rgba(238, 162, 54, 1);
}

/* .tile:hover {
	background: silver;
	color: #000;
} */

.tile a:hover {
	text-decoration: none;
}

.tile.light-blue {
	background-color: rgba(76, 158, 202, 1);
}

.tile.grey {
	background-color: #f5f5f5;
}

.button-tile {
	width:auto;
	display: inline-block;
	box-sizing: border-box;
	/*background: #fff;*/
	padding: 2px;
	padding-left:5px;
	padding-right:5px;
	margin-bottom: 10px;
	min-height: 15px;
	border-radius: 0.3rem;
}

.text-black {
	color: #000000;
}

.text-white {
	color: #fff;
}

.jumbotron.landing {
	padding: 20px 30px;
}

@media screen and (min-width: 768px) {
	.jumbotron {
		padding: 20px 0;
	}
	.jumbotron h1, .jumbotron .h1 {
		font-size: 30px;
	}
}

@media screen and (min-width: 1024px) {
	.jumbotron {
		padding: 20px 0;
	}
	.jumbotron h1, .jumbotron .h1 {
		font-size: 50px;
	}
}

.jumbotron .landing-trans {
	color: #000;
}

.jumbotron.landing {
	margin: 20px 0px;
	background-color: #f4f4f4;
	background-image: url("../images/landing/cubes.png");
}

.panel-heading h3	{
	margin:10px 0;
	color: #000;
}

.login-container p a, .inventionLink, .landing-trans a{
	text-decoration: underline;
}

.landing-trans a{
	text-decoration: underline;
}

.fas.fa-external-link-alt {
    margin-right: -0.5em;
    margin-top: -.5em;
}

.icons-left{
	float:left;
	margin-left: 0.25em;
}

.left-right-panel {
	padding-left: 2%;
	padding-right: 1%;
}

.login-right-panel {
	margin-left: 1em;
}

.bg-blue-violet {
	background-color:#673Ab7;
}

.bg-light-grey {
	background-color:#e6e6e6;
}

.bg-grey {
	background-color: #E6E8E8;
}

.bg-brown {
	background-color: #823E09;
}

.bg-cyan{
	background-color: #00BCD4;
}

.color-blue {
	color: #1F6BB2;
}

.help-desk a {
  text-decoration: underline;
}