/* @import url("https://db.onlinewebfonts.com/c/457055c70a9c98aa64002f05d6652edc?family=ITC+Eras"); */
@font-face {
    font-family: "ITC Eras";
    src: url("https://db.onlinewebfonts.com/t/457055c70a9c98aa64002f05d6652edc.eot"); /* IE9*/
    src: url("https://db.onlinewebfonts.com/t/457055c70a9c98aa64002f05d6652edc.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("https://db.onlinewebfonts.com/t/457055c70a9c98aa64002f05d6652edc.woff2") format("woff2"), /* chrome firefox */
    url("https://db.onlinewebfonts.com/t/457055c70a9c98aa64002f05d6652edc.woff") format("woff"), /* chrome firefox */
    url("https://db.onlinewebfonts.com/t/457055c70a9c98aa64002f05d6652edc.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("https://db.onlinewebfonts.com/t/457055c70a9c98aa64002f05d6652edc.svg#ITC Eras") format("svg"); /* iOS 4.1- */
}
html {
  position: relative;
  min-height: 100%;
  --headerHeight: 80px;
  --footerHeight: 0px;
}
body {
  margin-top: var(--headerHeight); /* Margin top by header height */
  margin-bottom: var(--footerHeight); /* Margin bottom by footer height */
}
img {
    max-height: 100%;
    max-width: 100%;
}
header {
  z-index: 1000;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: var(--headerHeight); /* Set the fixed height of the header here */
  line-height: var(--headerHeight); /* Vertically center the text there */
  background-color: #f5f5f5;
}
header nav {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
header nav img {
  max-height: calc( var(--headerHeight) - 20px );
}
header .title {
    height: calc( var(--headerHeight) * 0.6 ); /* Set the fixed height of the header here */
    line-height: calc( var(--headerHeight) * 0.6 ); /* Vertically center the text there */
    vertical-align: bottom;
}
header .subtitle {
    height: calc( var(--headerHeight) * 0.4 ); /* Set the fixed height of the header here */
    line-height: calc( var(--headerHeight) * 0.4 ); /* Vertically center the text there */
    vertical-align: top;
}
.navbar-header .title, .navbar-header .subtitle{
    margin-left: 0.5em;
}
main {
  min-height: calc(100vh - var(--headerHeight) - var(--footerHeight) );
  flex-wrap: nowrap;
  display: flex;
}
#trash{
    position:absolute;
    top:0px;
    left:0px;
    width:1px;
    height:1px;
    overflow: hidden;
}
#main-body {
  overflow-y: auto;
  overflow-x: hidden;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: var(--footerHeight); /* Set the fixed height of the footer here */
  max-height: var(--footerHeight); /* Set the fixed height of the footer here */
  line-height: var(--footerHeight); /* Vertically center the text there */
  background-color: #f5f5f5;
  text-align: center;
  display: none;
  visibility: hidden;
}
.fs-7, .fs-7 [class^="form"]{
    font-size: .8rem !important;
}
.title{
    font-family: 'Eras ITC','ITC Eras';
    font-weight: bold;
    font-size: 1.2rem;
}
.subtitle{
    font-family: 'Eras ITC','ITC Eras';
    font-weight: bold;
    font-size: 1rem;
}
.invisible{
    display: none;
    visibility: hidden;
}
.hmax-in{
    height: calc(100vh - var(--headerHeight) - var(--footerHeight) - 5em);
    max-height: calc(100vh - var(--headerHeight) - var(--footerHeight) - 5em);
    overflow-y:auto;
}

.hmax-in-2{
    height: calc(100vh - var(--headerHeight) - var(--footerHeight) - 12em);
    max-height: calc(100vh - var(--headerHeight) - var(--footerHeight) - 12em);
    overflow-y:auto;
}

.hmax-in-3{
    height: calc(100vh - var(--headerHeight) - var(--footerHeight) - 19em);
    max-height: calc(100vh - var(--headerHeight) - var(--footerHeight) - 19em);
    overflow-y:auto;
}

.inline-text{
    max-height: 32px;
    display: inline-block;
}
.icon-xs {
    width: 1.5rem;
    height: 1.5rem;
}
.icon-sm {
    width: 3rem;
    height: 3rem;
}
.icon-md {
    width: 4.5rem;
    height: 4.5rem;
}
.icon-md {
    width: 4.5rem;
    height: 4.5rem;
}
.icon-lg {
    width: 6rem;
    height: 6rem;
}
.icon-xl {
    width: 7.5rem;
    height: 7.5rem;
}
.icon{
    max-width: 3rem;
    max-height: 3rem;
    margin-right: 1rem;
}
.icon-circle {
    border-radius: 50% !important;
}
.bg-black{
    background-color: black;
}
.iti{
    display: block !important;
}
/*************************
 *
 *  BOOTGRID CLASSES
 *
 *************************/
.pagination li a {
    font-size: .8rem;
    text-align: center;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    display: inline-block;
    border: solid 1px #cccccc;
    border-radius: 3px;
    background-color: #efefef;
    text-decoration: none;
    cursor: pointer;
    color: black;
    padding: 0px;
}
.actionBar .customBar {
    margin-right: 20px;
    /* width: 36px; */
    height: 38px;
}
.actionBar > .btn-group {
    border: solid 1px #cccccc;
    border-radius: 5px;
    background-color: #efefef;
}
.input-group span {
    border: solid 1px #cccccc;
    border-right: none;
    border-radius: 5px 0 0 5px;
    background-color: #efefef;
    min-width: 35px;
}
.input-group span::before {
    font-size: .8rem;
    text-align: center;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    display: table-cell;
}
.grid-date-time{
    white-space: break-spaces;
    font-size: 0.7rem;
    line-height: 0.7rem;
    text-align: center;
    display: inline-block;
}