html {
    overflow-y: auto;
}

.navbar {
    padding: 0;
}

.main-section {
    padding: 1.5rem 1.5rem;
}

.bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
}

.bottom-text {
    padding: 0 2rem;
}

.active {
    /*border-bottom: 1px solid #66D1FF;*/
    color: #66D1FF;
}

.navbar-icon {
    font-size: 20px;
}

.hero.is-fullheight {
    min-height: 85vh;
}

.message {
    border-radius: 0;
}

.message-header {
    padding: 0.9rem 1.25rem;
    border-radius: 0;
}

.message-body {
    border-radius: 0;
}

@media screen and (min-width: 769px) {
    .remove-right {
        padding-right: 0;
    }
    
    .remove-left {
        padding-left: 0;
    }
}

@media screen and (max-width: 769px) {
    .remove-top {
        padding-top: 0;
    }

    .remove-bottom {
        padding-bottom: 0;
    }
}

.e-grid .e-headercelldiv {
    margin: 0;
}

.e-grid .e-filtermenudiv {
    float: right;
    margin: -14px 12px -12px 8px;
    padding: 2px;
    text-align: right;
}

.e-grid .e-headercell, .e-grid .e-detailheadercell {
    border-style: solid;
    border-width: 0;
    font-size: 14px;
    font-weight: 700;
    height: 34px;
    overflow: hidden;
    padding: 13px 8px 8px;
    position: relative;
    text-align: left;
}

.datetimepicker-dummy .datetimepicker-clear-button {
    margin: .1rem .2rem 0 0;
}