body {
    margin-bottom: 60px;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@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;
}

.underConstruction {
    color: orange !important;
}

.navbar {
    transition: all 0.3s;
}

.navbar-nav .nav-link {
    font-size: 1.1em;
    padding: 8px 15px;
}

    .navbar-nav .nav-link:hover {
        background-color: #343a40;
        color: #ffffff;
    }

.navbar-brand.wid-image img {
    max-height: 40px;
    margin-right: 10px;
}

/*md page scroll*/
.mdScroll {
    overflow-y: auto;
    height: 90vh;
}

/*from logfiles*/
/*p, ul, h5 {
    color: whitesmoke;
}*/
/*from familytree*/
.centerCell {
    text-align: center;
}
/*from Overview*/
/*.bg-dark {
    background-color: #121212;
}

.blackGlossBtn btnWidth {
    width: 500px;
}

.btnHeight {
    height: 40px;
}

h6 {
    color: red;
}*/

/*from infodoctreelist*/
 /*calc(100vh - 125px);*/ /*700px; */
/*.cont-wrapper {
    height: 740px;
}*/

/*from roles*/
/*.mdScroll {
    overflow-y: auto;
    height: 50vh;
}

.deleteIcon {
    color: red;
    cursor: pointer;
}

.disableDeleteIcon {
    color: grey;
    cursor: not-allowed;
}*/