﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.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;
}

.load-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    outline: 0;
    text-align: center;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
    z-index: 1040;
    background-color: #000;
}

.load-backdrop:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}

.loader-container {
    display: inline-block;
    vertical-align: middle;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #8cbd31;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    text-align: center;
}

.captcha-refresh-btn {
    border: none;
    color: white;
    padding: 12px 16px;
    font-size: 20px;
    cursor: pointer;
}

.ph-widget-grid.mud-grid-spacing-xs-3 > .mud-grid-item {
    padding: 0;
}

.ph-widget-grid-item {
    display: flex;
}

.ph-widget-grid .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
    margin-top: 12px;
}

.ph-widget-grid .mud-input-control > .mud-input-control-input-container > .mud-input-label-inputcontrol {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
}

.ph-widget-grid .mud-input {
    font-size: 15px;
    font-weight: 400;
}

.ph-widget-grid .mud-radio {
    margin-bottom: 0;
}

.ph-widget-grid .mud-radio .mud-typography-body1 {
    font-size: 15px;
}

.ph-widget-field {
    display: flex;
    flex-direction: row;
}

.ph-widget-field-title {
    display: flex;
    margin: auto;
    justify-content: end;
    width: 30%;
    margin-right: 15px;
}

.ph-widget-field-input {
    width: 70%;
}