/*@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');*/
@import url('site2.css');
@import url('site3.css');
@import url('site4.css');

html, body {
  font-family: 'Coda', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
  /*color: #b0d0f5;*/
  color: #80c3e0;
}

a, a:visited, a:hover {
	text-decoration: none;
}

a, a:visited {
	/*color: #b0d0f5;*/
  color: #80c3e0;
}

a:hover {
	/*color: #b2c9de;*/
  color: #a0e0ff;
}

.btn-primary {
  color: #a0e0ff !important;
  background-color: #1b6ec2;
  border-color: #1861ac;
  border: none;
  /*background: none;*/
  padding: 2px !important;
  position: relative;
  /*  width: 100%;
*/ height: 40px;
  background: #002039;
  opacity: 1 !important;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #999 !important;
  background: #222;
  /* background-color: #007bff; */
  /* border-color: #007bff; */
}

.btn-primary > span {
  display: block;
  padding: .75rem 0 0 0;
  position: absolute;
  left:-3px;top:-3px;right:-3px;bottom:-3px;
  background: transparent url(/img/Button.png) !important;
  background-size: 100% 100% !important;
  opacity:.9;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(0,123,255,.35);
  background: #002542;
}

.btn-primary:hover {
  background: #004370;
  color: #e0f0ff !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff !important;
  border-color: transparent;
  background: #005994;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  color: #fff !important;
  box-shadow: 0 0 0 1px rgba(0,123,255,.5);
}

.btn-reg {
	width: 100%;
	margin: auto;
	display: block;
	max-width:250px;
}

.btn-reg > span {
	left: -4px;
	right: -4px;
}

.content {
  padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid #e2203e;
}

.validation-message {
  color: #e2203e;
  margin: .2rem 0 0 0;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

#components-reconnect-modal {
  background-color: #111 !important;
  color: #ccc !important;
}
#components-reconnect-modal > div {
  border-color: #27a2f5 #111 #0769ab !important;
}
#components-reconnect-modal > button {
  border: 1px solid #ccc !important;
  padding: 5px 16px !important;
}
