﻿@import url("../../../css/open-iconic/font/css/open-iconic-bootstrap.min.css");
html, body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }

a, .btn-link {
  color: #0366d6; }

a {
  text-decoration: none !important; }

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac; }

.content {
  padding-top: 1.2rem; }

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050; }

.invalid {
  outline: 1px solid red; }

.validation-message {
  color: red; }

#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; }

/* MODIFICATIONS */
label {
  margin-bottom: 0 !important; }

.ui-tabview-nav .ui-tabview-selected {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
  margin-bottom: -1px;
  /*position: inherit !important;*/
  position: relative;
  border-top-color: #479cc8; }

/* RAZEN REMOVE OVERLAY DEFAULT */
.menu:not(.profile-menu) {
  background-color: transparent !important; }

.ui-tabview-nav li a {
  display: inline-flex;
  align-items: center;
  color: rgba(58, 71, 77, 0.5);
  padding: 0.375rem 1.875rem;
  font-weight: normal !important; }

.checkbox-list-vertical p-checkbox, .checkbox-list-vertical .p-checkbox {
  display: flex;
  align-items: center;
  margin: 0.2rem 0;
  cursor: pointer; }

.radio-button-list-vertical p-radiobutton, .radio-button-list-vertical .p-radiobutton {
  display: flex;
  margin: 0.2rem 0;
  cursor: pointer; }

.ui-radiobutton-label {
  cursor: pointer; }

:focus {
  outline: -webkit-focus-ring-color auto 0px !important; }
