body {
  /*background-color: rgba(26, 108, 225, 0.03); */

}


.card-body-custom {
    background-color: rgb(245 246 250 / 80%);
}

.navbar-header {
    /*border-bottom-color: #e5eefc;*/
    /*box-shadow: 0 0 25px rgba(26, 108, 225, 0.1);*/
}
  .navbar-header .navbar-right .dropdown-menu {
    border-color: #e5eefc;
    border-top-color: transparent;
    box-shadow: 0 15px 15px rgba(26, 108, 225, 0.1); }
  .navbar-header .navbar-right .dropdown-notification .dropdown-menu,
  .navbar-header .navbar-right .dropdown-message .dropdown-menu {
    margin-top: 20px; }
    .navbar-header .navbar-right .dropdown-notification .dropdown-menu::before,
    .navbar-header .navbar-right .dropdown-message .dropdown-menu::before {
      opacity: 9; }

.dropdown-profile .dropdown-menu {
  margin-top: 13.5px; }
  .dropdown-profile .dropdown-menu::before {
    opacity: 0; }

@media (min-width: 992px) {
  .navbar-menu-sub {
    padding-top: 10px;
    border-color: #e5eefc;
    border-top-color: transparent;
    box-shadow: 0 15px 15px rgba(26, 108, 225, 0.1); } }

.navbar-menu-sub::before {
  opacity: 0; }

@media (min-width: 992px) {
  .navbar-menu-sub {
    margin-top: 0; } }

.card {
  border-color: transparent;
  box-shadow: 0 0 25px rgba(26, 108, 225, 0.1); }

.card-dark {
    border: 1px solid rgba(72, 94, 144, 0.16) !important;
    box-shadow: none !important;
}

.card-header,
.card-footer,
.list-group-item,
.table tr th,
.table tr td,
.bd {
  border-color: #e9f1fc; }




.calenderClass {
    border-radius: 10px;
    background-color: aliceblue;
    max-width: 80px;
    margin: auto;
}

.calenderClassLarge {
    padding: 12px 15px 15px 15px;
    font-weight: 700;
    font-size: 26pt;
    line-height: 28px;
    margin: auto;
    font-family: Gotham;
}

.calenderClassSmall {
    font-weight: 500;
    font-size: 11pt;
    margin-top: 10px;
    margin: auto;
    background-color: #26ade3;
    text-align: center;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 5px;
}

.calenderClass2 {
    border-radius: 10px;
    background-color: aliceblue;
    max-width:45px;
    margin: auto;
}

.calenderClassLarge2 {
    padding: 3px 3px 3px 3px;
    font-weight: 500;
    font-size: 15pt;
    line-height: 20px;
    margin: auto;
    font-family: Gotham;
}

.calenderClassSmall2 {
    font-weight: 500;
    font-size: 8pt;
    margin-top: 10px;
    margin: auto;
    background-color: #26ade3;
    text-align: center;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 1px;
}

.form-control-upload {
    display: block;
    width: 100%;
    height: auto !important;
    padding: 0.26875rem 0.425rem !important;
    font-size: 0.8rem !important;
    font-weight: 400;
    line-height: 1.5;
    margin-top:10px;
}

.theme {
    color: #26ade3;
}

.theme-gray {
    color: #777777;
}

.fa-175x {
    font-size: 1.75em;
}

.breadcrumb-item-disable {
    color: #AAA !important;
}

.btn
{
    margin-bottom:5px;
}
