html.ios {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

html.ios,
html.ios body {
    height: initial !important;
}

body.pushable {
    background: #00368C !important;
}

.ui.sidebar.menu .item:hover {
    background: #00368C !important;
    color: white;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ui.sidebar.menu .item.active {
    background: #00368C;
    color: white;
}

a.white {
    color: white !important;
}

.editor-table th td, tr {
    border: 1px solid black;
}

.trumbowyg-editor table td {
    border: 1px solid #35566c!important;
    padding: 8px!important;
}