﻿
/* BOOTSTRAP OVERIDES (CSS Only - Applies to latest version of BS) */

/* General */
/* Typography */
/* Buttons */
/* Forms */
/* Accordions */
/* Modals */
/* Custom Overrides */



/* General */

a, .btn-link {
    text-decoration: none;
}

.text-right {
    text-align: right !important;
}

body {
    line-height: 1.42857143;
}

.hidden {
    display: none !important;
}


/* Typography */

.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-bottom: 10px;
    margin-top: 10px;
}

p {
    margin: 0 0 10px;
}


/* Buttons */

.btn-group-sm > .btn, .btn-sm {
    padding-block: 0.25rem !important;
    padding-inline: 0.5rem !important;
    line-height: 2 !important;
}


/* Forms */

.form-group {
    margin-bottom: 15px;
}

textarea.form-control {
    height: auto;
}


/* Accordions */

.accordion-header {
    margin-top: 0;
}


/* Modals */
.modal-title {
    margin: 0;
    font-weight: 500 !important;
}


/* Custom Overrides */

#header {
    padding-right: 6px;
}

#sidebar-hero {
    padding-top: 5px !important;
}

#current-username {
    line-height: 1.325 !important;
    margin-top: -1.75px !important;
}

#session-expiration {
    margin-top: 3px;
}

#searchTab #searchBox, .gridTextFilter {
    margin: 0 !important;
}

.toast-top-right {
    /* forces right toasts to be bottom aligned */
    top: auto;
    bottom: 12px;
    right: 12px;
}

.text-light {
    color: inherit !important; /* fixes issue when .text-light is used for font-weight instead of color */
}

a.accordion-button:not(.collapsed)::before {
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    top: 0;
    bottom: 4px;
    margin: auto;
    left: -20px;
    background-image: url(/content/vendor/css/telerik/material/sprite.png);
    background-position: 0 -32px;
}
a.accordion-button::before {
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    top: 0;
    bottom: 4px;
    margin: auto;
    left: -20px;
    background-image: url(/content/vendor/css/telerik/material/sprite.png);
    background-position: 0 -16px;
}

a.accordion-button::after {
    display: none !important;
}
.well{
    border: 1px solid #e3e3e3;
    margin-bottom:20px;
    min-height: 20px;
    padding: 19px;
}
.dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
}
.offcanvas{
    min-width: 850px !important;
    width: 45% !important;
}
.close:not(.modal-content *){
    display: none;
}