﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}
.atsModalDisplay{
    display: block !important;
}
.btn-primary {
  color: #fff;
  background-color: #3E0DA7 !important;
  border-color: #3E0DA7 !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.azolver-theme {
    background-image: -webkit-gradient(linear, left top, right top, from(#21096C), to(#3E0DA7)) !important;
    background-image: -webkit-linear-gradient(left, #21096C 0%, #3E0DA7 100%) !important;
    background-image: linear-gradient(90deg, #21096C 0%, #3E0DA7 100%) !important;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


.rcv_sig {
  width: 200px !important;
  height: 200px !important;
}
 .sstadmin ul{
  list-style-type: none !important;
}
.editDeliver {
  margin-top: 10% !important;
}

.dashBody {
  padding: 4rem !important;
}

.dashTitle {
  font-size: 2rem !important;
}

.dashText {
 font-size: 2rem !important;
  float: right !important; 
}
.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
  font-size: 1.7rem !important;
}
.percent:after {
  content: '';
  margin-left: 0.1em;
  font-size: .8em;
}
.chartDashBody {
   height: 100%;
   margin: 0;
   padding: 0;
   border: 0;
   background-color: #f5f5f5;
 }

.az-blue {
  color: #3e53a4 !important;
}
.az-red {
  color: #cf0989  !important;
}
.az-lightblue {
  color: #0094ff !important;
}
.az-purple {
  color: #ab2990 !important;
}
.container-custom {
    width: 80%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.bg-custom-1 {
    background-color:#bb089c;
}

.bg-custom-2 {
    background-color: #8d23a7;
}
.bg-custom-3 {
    background-color: #7c25b1;
}
.bg-custom-4 {
    background-color: #2B0C7F;
}
    .rcv_sig160 {
    width: 160px !important;
    height: 120px !important;
}
.rcv_sig320 {
    width: 160px !important;
    height: 120px !important;
}
.az-table-dark {
    color: #fff !important;;
    background-color: #810655 !important;
}


.az_WidthHeight10vw {
    height: 10vw !important;
    width: 10vw !important;
}
.az_WidthHeight20vw {
    height: 20vw !important;
    width: 20vw !important;
}
.az_WidthHeight50vw {
    height: 50vw !important;
    width: 50vw !important;
}
.az_WidthHeight75vw {
    height: 75vw !important;
    width: 75vw !important;
}
.az_WidthHeight80vw {
    height: 80vw !important;
    width: 80vw !important;
}
.az_WidthHeight200vw {
    height: 200vw !important;
    width: 200vw !important;
}