body {
    font-size: 16px;
    font-family: 'open sans', Helvetica, Arial, sans-serif;
}

main > .container, main > .container-fluid
{
    padding: 110px 15px 20px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

h2 {
    color:#474747;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

div.required > label:after {
    content: " *";
    color: red;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.navbar {
    min-height: 90px;
}

/*nav {
    background: linear-gradient(to left bottom, transparent, transparent, rgb(215, 239, 250));
}*/

.navbar-default {
    background-color: #ffffff;
    border-color: #e7e7e7;
  }

@media (min-width: 768px) {
    .navbar-nav {
        padding-top: 25px;
    }
}

@media (max-width: 768px) {
    .navbar-collapse {
        width: calc(100% - 150px);
        float: right;
    }
}

.navbar-default .navbar-nav > li > a {
    color: #00bfff;
    font-family:'oswald', Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
}

.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li > a:hover {
    color: #ffffff;
    background-color: #00bfff;
    border-radius: 5px;
}

/* style breadcrumb widget as in previous bootstrap versions */
.breadcrumb {
    background-color: var(--bs-gray-200);
    border-radius: .25rem;
    padding: .75rem 1rem;
}

.breadcrumb-item > a
{
    text-decoration: none;
}

#issue-stepper li {
    margin-left: 30px;
    margin-right: 30px;
}

#issue-stepper li:first-of-type {
    margin-left: 0;
}

#issue-stepper li:last-of-type {
    margin-right: 0;
}

.help-block {
    color: #333333;
}

.nav-pills > li > a {
    width: 50px;
    margin: auto;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #333333;
    background-color: #ffffff;
    border: 4px solid #337ab7;
    border-radius: 50%;
}

.nav-justified > li {
    display: table-cell;
    width: 1%;
}

.m-0 {
    margin: 0 !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.p-3 {
    padding: 1rem !important;
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.h-100 {
    height: 100% !important;
}

.w-100 {
    width: 100% !important;
}

.d-flex {
    display: flex !important;
}

.flex-grow-1 {
    flex-grow: 1;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.align-items-end {
    align-items: flex-end;
}

.align-items-center {
    align-items: center;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.reserved {
    filter: grayscale(1);
}

@media (max-width: 560px) {
    .daterangepicker {
        position: unset;
        width: auto;
    }

    .daterangepicker .drp-calendar {
        max-width: unset;
    }
}

.position-relative {
    position: relative;
}

.position-top-right {
    position: absolute;
    top: 0;
    right: 0;
}

.t_type_2 {
    display: flex;
    justify-content: end;
    color:#000;
    font-weight: 700;
    font-size: 1em;
    font-weight: 400;
    margin-top:0.3em;

}

.t_data_2 {
    display: flex;
    justify-content: start;
    color:#000;
    font-weight: 400;
    margin-top:0.1em;
    margin-left:-1.5em;

}

#issue-file-container .fa.fa-file-pdf-o {
    width: 100%;
    text-align: center;
    height: 150px;
}