﻿#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; }

pre.highlight,
.highlight pre {
  max-height: 30rem;
  overflow: auto;
  background: #354052;
  color: #ffffff; }

.highlight .htmlAttributeName, .highlight .razor {
  color: #ffe484; }

.highlight .htmlTagDelimiter, .highlight .htmlElementName {
  color: #ff8383; }

.highlight .htmlAttributeValue, .highlight .string {
  color: #b5f4a5; }

.highlight .keyword {
  color: #93ddfd; }

.iconlist-container {
  min-height: 800px; }

.example {
  padding: 2rem;
  margin: 2rem 0;
  border: 1px solid solid lightgray;
  border-radius: 3px 3px 0 0;
  position: relative;
  min-height: 12rem;
  display: flex;
  align-items: center;
  overflow-x: auto; }

.example-centered {
  justify-content: center; }
  .example-centered .example-content {
    flex: 0 auto; }

.example-content {
  flex: 1;
  max-width: 100%; }

.example-code {
  margin: 2rem 0;
  border-top: none; }
  .example-code pre {
    margin: 0;
    border-radius: 0 0 3px 3px; }
  .example + .example-code {
    margin-top: -2rem; }

.example-column {
  margin: 0 auto; }
  .example-column > .card:last-of-type {
    margin-bottom: 0; }

.example-column-1 {
  max-width: 20rem; }

.example-column-2 {
  max-width: 40rem; }

/*loading screen*/
.overlay {
    background-color: black;
    opacity: 0.5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 100002;
}

.overlay2 {
    background-color: rgba(0,0,0,0.35);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 100002;
}

.overlay3 {
    background-color: #ffffff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 100002;
}

.spinner2 {
    width: 40px;
    height: 40px;
    z-index: 100000000;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loadingSpinner {
    position: fixed;
    width: 500px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin-top: -100px; /* Negative half of height. */
    margin-left: -250px; /* Negative half of width. */
    color: white;
    z-index: 100000000;
}

.loadingSpinnerText {
    width: 100%;
    text-align: center;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

.hide {
    display: none;
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/* Login CSS*/
.container-center {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert-box-content {
    min-height: 25%;
    min-width: 25%;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}



.ftco-section {
    padding: 7em 0;
}

.ftco-no-pt {
    padding-top: 0;
}

.ftco-no-pb {
    padding-bottom: 0;
}

.login-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.wrap-all {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.login-img, .login-wrap {
    width: 50%;
}

@media (max-width: 991.98px) {
    .login-img, .login-wrap {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .wrap-all .login-img {
        height: 250px;
    }
}

.login-wrap {
    position: relative;
    background: #fff h3;
    background-font-weight: 300;
}

.login-form-group {
    position: relative;
}

    .login-form-group .label {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #000;
        font-weight: 700;
    }

    .login-form-group a {
        color: gray;
    }

.login-form-control {
    height: 48px;
    background: #fff;
    color: #000;
    font-size: 16px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

    .login-form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: rgba(0, 0, 0, 0.2) !important;
    }

    .login-form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(0, 0, 0, 0.2) !important;
    }

    .login-form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: rgba(0, 0, 0, 0.2) !important;
    }

    .login-form-control:-moz-placeholder {
        /* Firefox 18- */
        color: rgba(0, 0, 0, 0.2) !important;
    }

    .login-form-control:focus, .login-form-control:active {
        outline: none !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #6640DD !important;
    }

.login-btn {
    cursor: pointer;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
    padding: 10px 20px;
}

    .login-btn:hover, .login-btn:active, .login-btn:focus {
        outline: none;
    }

    .login-btn.btn-primary {
        background: #6640DD !important;
        border: 1px solid #6640DD !important;
        color: #fff !important;
    }

        .login-btn.btn-primary:hover {
            border: 1px solid #6640DD;
            background: transparent;
            color: #e3b04b;
        }

.loginbtn.btn-primary.btn-outline-primary {
    border: 1px solid #6640DD;
    background: transparent;
    color: #e3b04b;
}

.login-btn.btn-primary.btn-outline-primary:hover {
    border: 1px solid transparent;
    background: #6640DD;
    color: #fff;
}

.error-dialog-box {
    padding: 30px;
}

    .error-dialog-box .close {
        position: absolute;
        top: 5px;
        right: 30px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
    }

        .error-dialog-box .close:hover {
            cursor: pointer;
        }

    .error-dialog-box .content {
        max-height: 30%;
        overflow: auto;
    }
.hoverable-class:hover {
    background-color: #6640DD;
    color: white !important;
}
.page {
    background-color: #f0f6fd !important;
}
.navbar{
    box-shadow:none !important;
}
.nav-link:hover, .nav-link:focus {
    background: linear-gradient(to right, #1471fd 0%, #6640dd 100%);
    color:white !important;
}
.nav-link:hover .nav-link-icon img, .nav-link:focus .nav-link-icon img {
    filter: brightness(0) invert(1);
}
.dropdown-item:focus, .dropdown-item:hover {
    background: linear-gradient(to right, #1471fd 0%, #6640dd 100%);
    color: white !important;
}
.search-bar-input {
    width: 100%;
    height: 100%;
    padding: 12px;
    margin: 0px;
    border-radius: 0 15px 15px 0px;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-size: 12px;
    background-color: #f0f6fd !important;
}
.search-bar-icon {
    background-color: #f0f6fd !important;
    margin: 0px;
    border-radius: 15px 0px 0px 15px;
}
.card-body {
    border-radius: 30px !important;
}
.hoverable-item {
    cursor: pointer;
}
.dropdown-header {
    position: relative;
}

    .dropdown-header:before {
        content: "";
        position: absolute;
        right: 10px;
        top: 8px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #f00;
    }

    .dropdown-header:after {
        content: "";
        position: absolute;
        right: 10px;
        top: 3px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #333;
    }
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.loadingMsg{
    color:#9192FF;
    text-align:center;
    font-size:10px;
}
.bodyTitleDiv{
    min-height:3rem;
}
.page-title{
    line-height:1.8;
}
.loadingGif {
    width: 2rem;
    height: 2rem;
    border: 5px solid #f3f3f3;
    border-top: 6px solid #6640DD;
    border-radius: 100%;
    margin: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    animation: spin 1s infinite linear;
    /* border-image: linear-gradient(to right, #1471fd 0%, #6640dd 100%);*/
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}