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, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.footer {
    margin-top: auto;
}

html {
  position: relative;
  min-height: 100%;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.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;
}

.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, .1);
}

.importBtnCss {
    color: dodgerblue;
    font-size: 1.4rem;
    margin-left: 3px;
    width: 1em;
    height: 1em;
    outline: 0;
    font-family: "WebComponentsIcons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    text-decoration: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    position: relative;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.add-btn {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 0.8;
    margin-left: 3px;
}


.ml-3{
    margin-left: 10px;
}

/* E3 */
.mainContext {
    height: 100%;
    margin: 10px 10px 10px 10px;
}

.connectLogoHeader {
    text-decoration: none;
    color: rgb(238, 28, 37);
    font-size: 25px !important;
    font-style: italic;
    margin-left:10px;
}


.excelExpBtn {
    height: 32px !important;
    border: none;
}

.excelExpBtn, .excelExpBtn > span {
    color: green;
    font-size: 25px !important;
}

.defaultExcelExpBtn {
    height: 30px !important;
    border: none;
}

.defaultExcelExpBtn, .defaultExcelExpBtn > span {
    color: blue;
    font-size: 25px !important;
}

.gridClearFilterBtn {
    height: 30px !important;
    border: none;
}

.gridClearFilterBtn, .gridClearFilterBtn > span {
    color: orangered;
    font-size: 23px !important;
}

.enb-line-button {
    border-color: #a7f3d0;
    background-color: #d1fae5;
    background-image: linear-gradient(#d1fae5,#ecfdf5);
    padding: 2px 3px;
    border-radius: 3px;
}

.enb-line-button:hover {
    border-color: #a7f3d0;
    background-color: #d1fae5;
    background-image: linear-gradient(#d1fae5,#ecfdf5);
}

li.k-state-highlight {
    color: red!important;
}

.k-item,k-menu-item{
    font-weight: 400!important;
}

table.k-grid-header-table.k-table.k-table-sm > thead.k-table-thead > tr.k-table-row:first-child,
table.k-grid-table.k-table.k-table-sm > thead.k-table-thead.k-grid-header > tr.k-table-row:first-child {
    background-color: #EE4B2B50;
}