html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}





/* 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;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.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;
}

@media (min-width: 1400px) {
    .container {
        max-width: 85%;
    }
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/*-------------- Navbar----------------*/

.nav-item:hover {
    transition: all linear 0.1s;
    background-color: var(--bs-gray-200);
}
.dropdown-menu .nav-link {
    text-align: left;
    padding-left: 15px !important;
}
/*---------------- Other-------------*/
.cursor-pointer {
    cursor: pointer !important;
}
/*.IconLink{
    width:28px;
    height:28px;
    cursor:pointer;
}*/

.IconLink {
    width: 33px;
    height: 33px;
    cursor: pointer;
    padding: 4px;
    /*  margin-left: 4px;
    margin-right: 4px;*/
    filter: drop-shadow(1px 1px 2px #6c757d1c);
}

    .IconLink:hover {
        padding: 0px;
        transition: all linear 0.2s;
        filter: drop-shadow(2px 2px 5px #6c757d5d);
    }

.IconBadge {
    width: 25px;
    height: 25px;
    cursor: pointer;
    padding: 4px;
    /*  margin-left: 4px;
    margin-right: 4px;*/
    filter: drop-shadow(1px 1px 2px #6c757d1c);
}

    .IconBadge:hover {
        padding: 0px;
        transition: all linear 0.2s;
        filter: drop-shadow(2px 2px 5px #6c757d5d);
    }

.text-orange {
    color: #fd7e14 !important;

}

/* Transperent Backgrounds
-------------------------------------------------- */
.bg-danger-transperent {
    background-color: #ff00002e;
}

.bg-primary-transperent {
    background-color: #0d6efd2e;
}

.bg-success-transperent {
    background-color: #1987542e;
}

.bg-warning-transperent {
    background-color: #ffc1072e;
}

.bg-dark-transperent {
    background-color: #212529c2;
}

.bg-danger-transperent-2 {
    background-color: #ff000010;
}

.bg-primary-transperent-2 {
    background-color: #0d6efd10;
}

.bg-success-transperent-2 {
    background-color: #19875410;
}

.bg-warning-transperent-2 {
    background-color: #ffc10710;
}

.bg-success-hover:hover {
    transition: all linear ease-in-out 0.2s;
    background-color: #1987540a;
}
/* Form Controls
-------------------------------------------------- */
.form-group {
    padding-top: 15px;
    padding-bottom: 5px;
}

.control-label {
    font-weight: 400;
    font-style: oblique;
}

.form-control-plaintext {
    pointer-events: none !important;
}

.select2-selection__rendered {
    min-height: 23px;
}
/* Table
-------------------------------------------------- */
.table thead th, .table th {
    background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.table .noborder {
    border-color: white !important;
}

.table .topborder {
    border-bottom-color: white !important;
}