html {
    position: relative;
    min-height: 100%;
}

body{
    font-family: 'Open Sans', sans-serif;
    background-color:#F7F6F3;
    margin-bottom: 60px;
}

.custom-navbar  { height: 56px }
.main-container { margin-top: 56px }

ul.navbar-nav {
    z-index: 1021;
}

.navbar-collapse{
    line-height:56px;
}

.nav-item{
    line-height:40px;
}

.nav-logo{
    height: 65px;
    width:auto;
}

.dropdown-item.active, .dropdown-item:active {
    color:rgba(0,0,0,.9);
    font-weight: bold;
    background-color: transparent;
}

p{
    font-size:1.15em;
    line-height: 1.4em;
}

.pop-menu .nav-link{
    padding-top:0px;
    padding-bottom:0px;
}

/* table misc styles */
.table>thead>tr>th {
    border:0;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color:#F7F6F3;
}

.dm-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.pop-menu p {
    font-size: 1.19em;
    padding-right:20px;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-disabled {
    cursor: not-allowed;
}

#start-page {
    display: block;
}

.page-container, #nav-helper {
    display: none;
}



/*  Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px){

}

@media (max-width: 991.98px) {

}
