﻿/*All the colors used in the css*/
@import url("open-iconic/font/css/open-iconic-bootstrap.min.css");
html, body {
  height: 100%; }

.ArgusContainer {
    display: grid;
    grid-template-columns: auto;
/*    grid-template-rows: 1fr 84px 180px 1fr 60px;*/
    grid-template-rows: 55px 84px 180px 1fr 60px;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas: "_VaraBar" "_ArgusBar" "_ArgusHeader" "_ArgusContent" "_ArgusFooter";
    height: 100%;
}

._VaraBar {
  display: grid;
  grid-template-columns: auto minmax(1200px, 1200px) auto;
  grid-template-rows: auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "_VaraBar_Left _VaraBar_Center _VaraBar_Right";
  grid-area: _VaraBar;
  background-color: #0079c1; }

._VaraBar_Left {
  grid-area: _VaraBar_Left; }

._VaraBar_Center {
  grid-area: _VaraBar_Center;
  align-items: center;
  justify-content: flex-end;
  display: flex; }
  ._VaraBar_Center > ul {
    display: flex;
    list-style: none;
    justify-content: flex-start;
    margin: 0;
    padding: 0; }
    ._VaraBar_Center > ul > li {
      flex: 0 1 auto;
      margin: 0;
      padding: 0;
      position: relative; }
      ._VaraBar_Center > ul > li > a {
        Font-size: 14px;
        Line-height: 16px;
        text-decoration: none;
        padding: 0rem 0.5rem;
        color: #cccccc; }
        ._VaraBar_Center > ul > li > a:hover {
          color: #FFFFFF; }
      ._VaraBar_Center > ul > li:last-child > a {
        Font-size: 14px;
        Line-height: 16px;
        text-decoration: none;
        Font-weight: bold;
        padding-right: 1.5rem;
        color: #FFFFFF; }

._VaraBar_Right {
  grid-area: _VaraBar_Right; }

._ArgusBar {
  display: grid;
  grid-template-columns: auto minmax(1200px, 1200px) auto;
  grid-template-rows: auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "_ArgusBar_Left _ArgusBar_Center _ArgusBar_Right";
  grid-area: _ArgusBar;
  background-color: #FFFFFF; }

._ArgusBar_Left {
  grid-area: _ArgusBar_Left; }

._ArgusBar_Center {
  grid-area: _ArgusBar_Center;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  ._ArgusBar_Center .logo {
    background-image: url("/images/argus-logo.png");
    background-repeat: no-repeat;
    height: 50px;
    width: 190px;
    margin-left: -5px;
    margin-top: 5px; }
  ._ArgusBar_Center .custom-navbar {
    margin: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
   /* margin-left: 50px;*/ }
    ._ArgusBar_Center .custom-navbar > ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      height: 100%;
      display: flex;
      justify-content: end; }
      ._ArgusBar_Center .custom-navbar > ul > li {
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center; }
        ._ArgusBar_Center .custom-navbar > ul > li > a {
          line-height: 84px;
          display: block;
          vertical-align: middle;
          padding: 0 20px 0 20px;
          text-decoration: none;
/*          color: #004b8d;*/
          font-weight: 500!important;
          position: relative; }
        ._ArgusBar_Center .custom-navbar > ul > li > a:hover {
          background-color: #F6F5F5; }
        ._ArgusBar_Center .custom-navbar > ul > li > ul {
          background-color: #0079c1;
          padding-left: 10px;
          padding-right: 10px;
          padding-top: 30px;
          padding-bottom: 30px; }
          ._ArgusBar_Center .custom-navbar > ul > li > ul > li {
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: flex-start; }
            ._ArgusBar_Center .custom-navbar > ul > li > ul > li > a {
              margin: 0 0 0 0;
              padding-top: 5px;
              padding-bottom: 5px;
              padding-left: 15px;
              padding-right: 15px;
              width: 100%;
              text-decoration: none;
              color: #FFFFFF;
              font-weight: 500;
              font-size: 14px; }
            ._ArgusBar_Center .custom-navbar > ul > li > ul > li > a:hover {
              background-color: #00aeef; }
      ._ArgusBar_Center .custom-navbar > ul > li:active {
        background-color: #F6F5F5; }
        ._ArgusBar_Center .custom-navbar > ul > li:active > a:active {
          background-color: #F6F5F5; }

._ArgusBar_Right {
  grid-area: _ArgusBar_Right; }

._ArgusHeader {
  display: grid;
  grid-template-columns: auto minmax(1200px, 1200px) auto;
  grid-template-rows: auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "_ArgusHeader_Left _ArgusHeader_Center _ArgusHeader_Right";
  grid-area: _ArgusHeader;
  background-image: url("../images/forms-background-image.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

._ArgusHeader_Left {
  grid-area: _ArgusHeader_Left; }

._ArgusHeader_Center {
  grid-area: _ArgusHeader_Center;
  padding-left: 20px;
  display: flex; }
  ._ArgusHeader_Center > .headertitle {
    margin-top: auto;
    margin-bottom: auto; }
    ._ArgusHeader_Center > .headertitle .title {
      Font-size: 44px;
      Line-height: 48px;
      color: #FFFFFF;
      line-height: 1em; }
    ._ArgusHeader_Center > .headertitle .subtitle {
      Font-size: 22px;
      Line-height: 30px;
      color: #FFFFFF;
      line-height: 1em; }

._ArgusHeader_Right {
  grid-area: _ArgusHeader_Right; }

._ArgusContent {
  display: grid;
  grid-template-columns: auto minmax(1200px, 1200px) auto;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "_ArgusContent_Left _ArgusContent_Center _ArgusContent_Right";
  grid-area: _ArgusContent;
  background-color: #F3F5F7; }

._ArgusContent_Left {
  grid-area: _ArgusContent_Left; }

._ArgusContent_Center {
  grid-area: _ArgusContent_Center;
  padding-left: 20px;
  padding-top: 1.0rem; }
  ._ArgusContent_Center a {
    text-decoration: none;
    color: #0079c1; }
  ._ArgusContent_Center .note_row {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    Font-size: 12px;
    Line-height: 15px;
    color: #3d4144; }
    ._ArgusContent_Center .note_row .note_key {
      font-weight: bold; }
  ._ArgusContent_Center > a {
    color: #00aeef;
    font-size: 16px; }
    ._ArgusContent_Center > a:link {
      color: #00aeef;
      font-size: 16px; }
    ._ArgusContent_Center > a:hover {
      color: #00aeef; }

._ArgusContent_Right {
  grid-area: _ArgusContent_Right; }

._ArgusFooter {
  display: grid;
  grid-template-columns: auto minmax(1200px, 1200px) auto;
  grid-template-rows: auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "_ArgusFooter_Left _ArgusFooter_Center _ArgusFooter_Right";
  grid-area: _ArgusFooter;
  background-color: #004b8d; }

._ArgusFooter_Left {
  grid-area: _ArgusFooter_Left; }

._ArgusFooter_Center {
  grid-area: _ArgusFooter_Center;
  padding-left: 20px;
  align-items: center;
  justify-content: center;
  display: flex;
  Font-size: 14px;
  Line-height: 16px;
  text-decoration: none;
  color: #cccccc; }
  ._ArgusFooter_Center > .privacypolicy {
    padding-left: 10px;
    Font-weight: bold; }
  ._ArgusFooter_Center a {
    text-decoration: none;
    color: #cccccc; }
    ._ArgusFooter_Center a:hover {
      color: #00aeef; }

._ArgusFooter_Right {
  grid-area: _ArgusFooter_Right; }

.main {
  flex: 1 0 auto;
  padding-left: 1.5rem;
  padding-top: 1.0rem;
  max-width: 1200px;
  width: 100%;
  margin: auto; }
  .main .note_row {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    Font-size: 12px;
    Line-height: 15px;
    color: #3d4144; }
    .main .note_row .note_key {
      font-weight: bold; }
  .main > a {
    color: #00aeef;
    font-size: 16px; }
    .main > a:link {
      color: #00aeef;
      font-size: 16px; }
    .main > a:hover {
      color: #00aeef; }

.rz-tabview-left-icon {
  margin-right: 5px;
  margin-top: -3px; }

.rz-cell-filter-label input[type=text] {
  font-size: 12px; }

.rz-cell-filter-content {
  height: 20px; }

.rz-calendar input[type=text] {
  font-size: 14px; }

.rz-column-title {
  Font-size: 12px !important;
  font-weight: bold !important;
  text-transform: none !important;
  Line-height: 10px !important; }

.rz-cell-data {
  Font-size: 12px !important;
  Line-height: 16px !important;
  font-weight: 500 !important; }

.blink {
  animation: blink 2s steps(5, start) infinite;
  -webkit-animation: blink 1s steps(5, start) infinite; }

@keyframes blink {
  to {
    visibility: hidden; } }

@-webkit-keyframes blink {
  to {
    visibility: hidden; } }

.validation-message {
  color: red; }

.clickable {
  cursor: pointer; }

#loadercontainer {
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  bottom: 0px;
  height: 100%;
  background: #e6f1eb;
  z-index: 99999999;
  opacity: .8;
  text-align: center; }

.dropzone {
  border: 1px solid gray;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
  color: #444;
  font-size: 1.5rem;
  cursor: pointer;
  position: relative; }
  .dropzone input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer; }
  .dropzone hover {
    background-color: #f3f3f3;
    color: #333; }

.dropzone-drag {
  background-color: palegreen; }

.paragraph {
  Font-size: 14px;
  Line-height: 22px;
  color: #3d4144; }
  .paragraph > a {
    color: #00aeef;
    font-size: 16px; }
    .paragraph > a:link {
      color: #00aeef;
      font-size: 16px; }
    .paragraph > a:hover {
      color: #00aeef; }

.txtbox-orange {
  margin-bottom: 5px;
  Font-size: 12px;
  Font-weight: bold;
  Line-height: 18px;
  color: #ff5959; }

.loading {
  position: fixed;
  z-index: 999;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px; }

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5); }

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 100px;
  height: 100px;
  margin-top: -0.5em;
  border: 15px solid #141914;
  border-radius: 100%;
  border-bottom-color: transparent;
  -webkit-animation: spinner 1s linear 0s infinite;
  animation: spinner 1s linear 0s infinite; }

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

#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; }

.mobile-menu-navbar{
    display:none;
}
@media (max-width: 1200px)
{
    .mobile-menu-navbar {
        display: block;
    }
}