/* aus OIS default.css */

p,
span,
IMG {
    border: 0 none;
    margin: 0;
    padding: 0;
}

td {
    padding: 1;
}


.ois-content {
    table {
        FONT-SIZE: 10pt;
        font-weight: normal;
        /* font-family: Verdana,Arial; */
        border: 1px solid lightgrey !important;
    }

    /* ul li {
        list-style-type: circle;
    } */
    ul {
        list-style-image: url("/media/system/arrow.gif");
    }

    /* ul {
        list-style: none;
    }

    ul li:before {
        content: "\25BA \0020";
    } */
}

.ois-pager {
    padding: 0 6px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

#ois-menu {
    margin-right: 1% !important;
}

.page-slider {
    margin-right: 20% !important;
    margin-left: 1% !important;
    -webkit-appearance: button !important;
}


.card {
    border-radius: 0 !important;
    /* shadow raus geht nicht */
}

.toast {
    background-color: whitesmoke !important;
    color: gray;
}

textarea {
    height: 12rem !important;
}

/*  GEHT NICHT
  When creating your CSS selector,
  change "brown" to something of your choosing
  */
.waves-effect.waves-brown .waves-ripple {
    /* The alpha value allows the text and background color
    of the button to still show through. */
    background-color: rgba(121, 85, 72, 0.65) !important;
}

.sidenav li>div {
    color: rgba(0, 0, 0, 0.87);
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 32px;
}

ul:not(.browser-default) {
    padding-left: 12px !important;
}