html {
	color:#666;
	height: 100%;
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Bold.ttf);
  font-weight: 700
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Medium.ttf);
  font-weight: 500
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Regular.ttf);
  font-weight: 400
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Light.ttf);
  font-weight: 300
}

body {
  font-family: arial;
  font-size: 100%;
  background:#F4F6F9;
}

.logo {
  margin: 0.5em 2em;
  width: 2.25em;
  height: 2.25em;
}

.network_status {
  margin: 1em;
  display: flex;
}

.main_cards {
  display: flex;
  justify-content: center;
}

.left_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1em;
  margin: 1em;
  max-width: 30em;
  background: #FDFDFD;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

.geoaxis_logo {
  width: 65%;
  height: 2.5em;
}

.close {
  background: none;
  border: none;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: auto;
}

.close img {
  width: 1.5em;
  height: 1.5em;
}

.main_button {
  border: 1px solid #126DA1;
  margin: 0.25rem;
  border-radius: 4px;
  font-family: "Roboto";
}

.id_me_button {
  background-color: #08833D;
  color: white !important;
  border: 1px solid #08833D;
  margin: 0.25rem;
  border-radius: 4px;	
}

.login_gov_button {
  background-color: #112E51;
  color: white !important;
  border: 1px solid #112E51;
  margin: 0.25rem;
  border-radius: 4px;		
}

.nasa_button {
  background-color: #747474;
  color: white !important;
  border: 1px solid #747474;
  margin: 0.25rem;
  border-radius: 4px;		
}

.dhs_button {
  background-color: #005288;
  color: white !important;
  border: 1px solid #005288;
  margin: 0.25rem;
  border-radius: 4px;		
}

.osdls_button {
  background-color: #13344C;
  color: white !important;
  border: 1px solid #13344C;
  margin: 0.25rem;
  border-radius: 4px;		
}

.pki_button {
  background-color: #0077BB;
  color: white !important;
  border: 1px solid #0077BB;
  margin: 0.25rem;
  border-radius: 4px;
}

.main_button:hover {
  background: #E8EDF2;
}

.pki_button:hover { 
	background: #3392C9;
}

.id_me_button:hover { 
	background: #40BC75;
}

.login_gov_button:hover { 
	background: #547FB2;
}

.nasa_button:hover { 
	background: #909090;
}

.dhs_button:hover { 
	background: #3375A0;
}

.osdls_button:hover { 
	background: #425D70;
}



.pki_button:pressed { 
	background: #0069A5;
}

.id_me_button:pressed { 
	background: #066B32;
}

.login_gov_button:pressed { 
	background: #0D233E;
}

.nasa_button:pressed { 
	background: #5D5D5D;
}

.dhs_button:pressed { 
	background: #004471;
}

.osdls_button:pressed { 
	background: #0C2333;
}


.color-nav-link {
  color: white !important;
  font-family: Roboto !important;
}

.nav-link, .btn-link {
  color: #1D4C7C;
  font-family: Roboto;
}

.create-account-nav-link {
  font-size: 0.795em;
  text-decoration: underline;
  padding: unset;
  color: #0077BB;
}


button.btn.d-flex.w-100.collapsed img {
  transform: rotate(0deg);
  transition: .15s transform ease-in-out;
  -webkit-transition: .15s transform ease-in-out;
}

button.btn.d-flex.w-100:not(.collapsed) img {
  transform: rotate(180deg);
  transition: .15s transform ease-in-out;
  -webkit-transition: .15s transform ease-in-out;
}

.collapse {
  padding-left: 2.5rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
}

.title {
  margin-bottom: 0.25rem;
  font-size: 0.875em;
  font-weight: bold;
}

.blockUI {
  display: flex;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
};

.helplink {
  font-size: 0.875em;
  text-decoration: underline;
}

.right_card {
  padding: 1em;
  margin: 1em;
  max-width: 30em;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.govwarning_mobile {
  display: none;
}

a.helplink:hover, a.helplink:active {
  text-decoration: underline !important;
}

.faq {
    border-bottom: 1px solid lightgrey;
    margin-bottom: 1rem;
}

.faqquestion {
    font-weight: bold;
    cursor: pointer;
    padding: 0.5rem;
}

.faqanswer {
    padding: 1rem;
}

.modal-header {
  flex-direction: column;
  margin: 1rem;
  padding: 0;
  border-bottom: none;
  align-items: start;
}

.modal-dialog {
  margin-bottom: auto;
  max-height: 95vh;
}

.modal-title {
  width: 100%;
  text-align: left;
}

.modal-footer {
  margin: 0.25rem;
  justify-content: center;
  border-top: none;
}

.btn-primary {
  border-radius: 0;
  background: #1D4C7C;
  border-color: #1D4C7C;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.list-group-item {
  display: list-item;
  padding: 0rem .75rem 0rem .75rem;
  background: none;
}

.inputTextBox {
  padding: 0.5rem;
  background: #F3F3F3;
  border: 0;
  border-bottom: 1px solid #737373;
  border-radius: unset;
  align-self: stretch;
  flex: 1;
}

.form-control.inputTextBox.error {
	background-repeat: no-repeat;
	background-position: right;
  background-origin: content-box;
  background-image: url("../img/error-icon.svg");
}

.form-item {
  display: flex;
}

.form-control:focus {
  z-index: 999;
}

.formIcon, .formIcon:hover, .formIcon:focus {
  background: #F3F3F3;
  border: 0;
  border-bottom: 1px solid #737373;
  border-radius: unset;
}

.loginForm {
  width: 50%;
  padding: 1rem;
  background-color: #FBFBFC;
  box-shadow: 0 0 0.1rem #E8E8E8;
}

.infoBox {
  flex: 1;
  max-height: 65vh;
  padding: 1rem;
  overflow-y: auto;
}

.submitButton {
  display: flex;
  margin-left: auto;
  margin-top: 1rem;
}

.cla-logo {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.cla-body {
  display: flex;
  margin: 0 0 2rem 1rem;
}

.cla-mobile {
  display: none;
}

.description {
  font-size: 0.875em;
  color: #8B8B8B;
}

.faq_header b {
  font-weight: inherit;
}

.form-check-input {
  border-radius: 0;
  border: 1px solid #161616;
}

.statusLabel {
  color: white;
  font-weight: 600;
  padding: 0.2rem 0.75rem;
  border-radius: 0.25rem;
  font-size: 0.875em;
  margin-top: 0.1rem;
}

/* ==========================================================================
	Header Style Overrides
*/

#myheader {
	background-color: #102030;
}

/* Tablet view */
@media only screen and (max-width: 992px) and (min-width: 768px)  {
  .modal-lg {
    margin: 1rem;
    --bs-modal-width: 50rem;
  }
}

/* mobile view */
@media (max-width: 767px){
	body { 
		padding: 0; 
	}

	.logo {
		margin: 0.25em 1em;
		height: 1.5em;
    width: 1.5em; 
	}

	.helplink a { 
		font-size: 0.8em;
		line-height: 0.8em; 
	}

	#authmechlinks { 
		margin-bottom: 1em; 
	}

	#govwarning {
    display: none;
	}

  .govwarning_mobile {
    display: block;
  }

	.title-header { 
		vertical-align: middle; 
	}

	.title-header h1 { 
		font-size: 0.8em; 
		line-height: 0.8em; 
		float: none; 
	}

  .cla-body {
    display: block;
  }

  .cla-mobile {
    display: block;
  }

  .cla-description {
    display: none;
  }

  .loginForm {
    width: 100%;
  }

  .cla-logo {
    display: none;
  }
}
