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;
}


--------------------------JCC Modified----------------------



body {
    background-color: #F3F3F3
}

div.widgetwindow {
    margin: 5px 5px 5px 5px;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: stretch;
    border-radius: 5px;
    background: white;
    gap: 5px;
    padding: 3px 3px 3px 3px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.flex-container {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    height: 100%;
}

.flex-item-in-container {
    flex-grow: 2;
    flex-shrink: 1;
    width: 45%;
    flex-direction: row;
}

.widget {
}

#dashtitle {
    text-align: center;
    font-size: 24px;
    height: 35px
}

#lastupdate {
    text-align: center;
    font-size: 11px;
    padding-bottom: 5px
}

.widgetDesc {
    height: auto;
    flex: 100%;
    font-size: 12px
}

.widgetTitle {
    height: auto;
    font-weight: bold
}


/* Sisense override style.  Should keep these at a minimum */
/*and use the theme to */

.table-grid__content {
    font-size: 11px !important;
    /* color:red */
}


