/* FONT IMPORT */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* Extra small devices (portrait phones, less than 576px)*/
/* No media query since this is the default in Bootstrap */

html, body {
    background-color: #f6f6f6;
    height: 100%;
    width: 100%;
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
}
body {
  position: relative;
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
}
#login_form label{
    font-weight: 400;
    font-size: 1.25rem;
}
.login_button {
    border-radius: 5px;
}
.toast-top-right {
    margin-top: 80px;
}
#app_type_warning {
    height: 35px;
    position: fixed;
    z-index: 100;
}
#app_type_error {
    height: 35px;
    position: fixed;
    z-index: 100;
}
.app_type_offset {
    margin-top: 80px;
}
.py10px {
    padding: 10px 0;
}
.login_image {
    background-image: url('../images/login_photo.jpeg');
    background-size: cover;
    background-position: center center;
}
.divider {
    border-top: 1px solid #cccccc;
    color: #cccccc;
    text-align: center;
    margin: 2.2rem 0 1rem 0;
}
.divider span {
    padding: 0 20px;
    background: #f6f6f6;
    position: relative;
    top: -12px;
}
.main-content {
    padding-top: 80px;
    min-height: 100vh;
}
.dev-main-content {
    padding-top: 100px;
    min-height: 100vh;
}
.jumbo-block {
    margin: 5px;
    background: white;
    border-radius: 10px;
}
.profile_icon {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0,0,0,.5);
  border-radius: 20px;
}
.popover{
    width:100%;
}
.navbar {
  height: 80px;
}
.nav-link {
    padding-right: 2px;
    padding-left: 2px;
    margin-bottom: 5px;
    color: white;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 500;
    cursor: pointer;
}
.nav-link:hover{
    color: #d3d3d3;
}
.nav-item .dropdown-menu {
  top: 100% !important;
}
.nav-item .dropdown-menu .dropdown-item {
  font-size: 0.85rem !important;
}
.nav-item .dropdown-menu.show {
  position: absolute;
  top: 100% !important
}

#side_nav {
    padding-top: 120px;
    color: white!important;
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    border-right: 1px solid #dee2e6;
}
#navbarSideNav .nav-link.active::after {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background-color: white;
    margin-top: .3em;
}
.dash-header::after, .dash-header-totals::after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    background-color: #1e1f1f;
    margin-top: .3em;
    margin-bottom: .75em;
}
.dash-headline-figure {
    font-size: 36px;
}

.tbl-btn:hover {
    color: #ffffff !important;
    background-color: #303030 !important;
    border-color: #303030 !important;
}
td {
    background-color: white !important;
}
.table_btn_sm {
    margin-bottom: .5rem;
}
.sorting::before {
    right: 1.3em!important;
}
.table-link {
    color: #212529!important;
}
th.sorting {
    padding-right: 30px!important;
}
.listing_url {
    color: #6c757d!important;
}
.listing_url:hover {
    color: #212529!important;
    text-decoration: none!important;
}
a.btn {
    display: flex;
    align-items:center;
    justify-content:center;
}
.key_shortcut_pill{
    background-color: #e9ecef;
    border: solid #e9ecef 1px;
    border-radius: 20px;
    padding: 5px 15px;
}
.accordion-button{
    font-size: inherit !important;
    font-weight: 500;
    line-height: 1.2;
}
.accordion-button:not(.collapsed) {
    color: inherit !important;
    background-color: inherit !important;
    box-shadow: none !important;
}
img[id=asset_viewer] {
    object-fit: scale-down!important;
}
.h-80 {
  height: 80vh !important;
}
.loading_spinner {
    height: 10rem!important;
    width: 10rem!important;
    border: 1rem solid #404040;
    border-right-color: transparent;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  html, body {
    font-size: 10px;
  }
  .container{
    width: 90% !important;
    max-width: 90% !important;
  }
  .round_error {
    border-radius: 15px !important;
  }
  .error_icon {
    height: 100px;
    width: auto;
  }

}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  html, body {
    font-size: 12px;
  }
  .container{
    width: 85% !important;
    max-width: 80% !important;
  }
}

@media (min-width: 1400px) {
  .container{
    width: 90% !important;
    max-width: 85% !important;
  }
}