@font-face {
    font-family: 'proxima_novablack';
    src: url('../css/fonts/proximanovablack-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novablack_italic';
    src: url('../css/fonts/proximanovablackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novabold';
    src: url('../css/fonts/proximanovabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novabold_italic';
    src: url('../css/fonts/proximanovabolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novaextrabold';
    src: url('../css/fonts/proximanovaextrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novaextrabold_italic';
    src: url('../css/fonts/proximanovaextrabolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novaitalic';
    src: url('../css/fonts/proximanovaitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novaregular';
    src: url('../css/fonts/proximanovaregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novasemibold';
    src: url('../css/fonts/proximanovasemibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novasemibold_italic';
    src: url('../css/fonts/proximanovasemibolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --primary-color: #8dd9bf;
    --secondary-color: #7BE1A9;
    --white-color: #ffffff;
    --gray-color: #2D2E2F;
    --another-gray-color: #b5bcc7;
    --black-color: #333942;
    --background-color: #eee;
    --label-color: #4b5258;
    --error-color: #FF0000;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* h1 Headline */
h1 {
    color: var(--gray-color);
    font-family: Pragmatica;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 48px;
}

/* h3 Title */
h3 {
    color: var(--gray-color);
    font-family: Pragmatica;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
}

/* h2 Title */
h2 {
    color: var(--gray-color);
    font-family: Pragmatica;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}

.header2 {
    color: var(--gray-color);
    font-family: Pragmatica;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
}

p {
    font-family: Pragmatica;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    color: var(--black-color);
    margin: 0 auto 0 auto;
    text-align: center;
}

.btn {
    font-family: Pragmatica;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: var(--black-color);
}

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

.btn-primary {
    color: #fff;
    background-color: var(--primary-color);
    /*border-color: #1861ac;*/
}

.dropdown-new {
    width: 200px;
    height: 30px;
    background-color: #000 !important;
    margin-top: 5px;
}

.dropdown-toggle-New {
    color: white !important;
    background-color: #000 !important;
    font-size: 15px;
    border-color: #00F0FF;
    text-align: left;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-family: proxima_novaregular;
}

.dropdown-item-new {
    border: 1px solid #00F0FF;
    color: #fff;
}

.dropdown-menu-new {
    background-color: #000;
    font-size: 15px;
    padding: 0px;
}

a.dropdown-item:hover {
    background-color: #2DDBFF;
}

.dropdown-menu {
    font-family: proxima_novaregular;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}

.dropdown-toggle::after {
    display: inline-block;
    position: absolute;
    right: 12px;
    text-align: left;
    margin-top: 10px;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.12rem 0.5rem;
    clear: both;
    font-weight: 500;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    width: 200px;
}

.btn-group {
    margin-right: 5px;
}

.content {
    margin: 10px 15px 0 10px;
}

.hide-div {
    display: none;
}

.div-home-menu {
    display: block;
    float: left;
    margin: 15.4px;
    color: var(--black-color);
    background: white;
    padding: 20px;
    border: 1px solid rgba(128, 128, 128, 0.33);
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.div-home-text {
    margin: 0 auto !important;
    font-family: proxima_novaregular;
    width: 238px;
    height: 282px;
}

.div-circle {
    margin: 0 auto !important;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    /* FC-green */
    display: flex;
    background: var(--secondary-color);
    align-content: center;
    align-items: center;
}

.icon-button {
    margin: 5px;
    width: 141px;
    height: 141px;
}

.icon-title {
    font-size: 21px;
    font-weight: 900;
    font-family: proxima_novaregular;
}

.icon-description {
    font-family: proxima_novaregular;
    font-size: 14px;
    font-weight: 600;
}

.icon-button-small {
    width: 20px;
    height: 20px;
}

.dashboardtitle {
    font-family: proxima_novaregular;
    color: #000000;
    font-size: 25px;
    font-weight: 800;
    margin-left: 14px;
}

.sidename {
    font-family: proxima_novaregular;
    color: #fff;
    Font-size: 14px;
    margin-right: 10px;
    margin-top: 10px;
    margin-left: 10px;
    font-weight: 600;
    Letter-spacing: 1.26px;
}

.logoutbtn {
    font-family: proxima_novaregular;
    margin-left: 5px;
    margin-top: 5px;
    height: 30px;
    margin-top: 5px;
    border-color: #00F0FF;
    color: #00f0ff !important;
    height: 30px;
    border-radius: 0 !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
/* dialogs */
.dialog-container {
    position: absolute;
    width: 40vw;
    /*height: 20vh;*/
    display: block;
    background-color: var(--white-color);
    border: solid 1px var(--black-color);
    /*border-radius: 8px;*/
}

.dialog-title-bar {
    margin: 0;
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: var(--black-color);
    background-color: var(--white-color);
    font-size: 18px;
}

.dialog-content {
    background-color: var(--white-color);
    color: var(--black-color);
    padding: 7px;
    font-size: 14px;
}

.dialog-button-bar {
    margin: 0;
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: transparent;
    color: white;
    font-size: 18px;
}
/* end dialogs */

.div-app-info {
    position: fixed;
    margin: 2px;
    bottom: 0;
    left: 0;
    font-family: Pragmatica;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
}

@media (min-width: 992px) {
    .col-lg-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}

@media (min-width: 576px) {
    .col-sm-3 {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}

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

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.BlazorRangeDatePicker {
    font-size: 11px;
    height: 35px;
    padding: 4px;
    font-weight: 600;
}

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

.footer {
    height: 48px;
    position: fixed;
    padding-top: 1rem;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #E8FBFF;
    color: black;
    text-align: center;
    z-index: 999;
}

.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
    z-index: 9999;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}