body {
    margin: 20pt;
    font-family: Roboto;
    font-size: 12pt;
}

h2 {
    font-size: 14pt;
    font-weight: 600;
}

.header {
    padding: 10px;
}

.error {
    font-weight: bold;
    color: palevioletred;
}

.parameter-content {
    height: 400px;
}

.news-editor {
    height: 250px;
}


.small-td {
    padding: 0;
}

.no-margin {
    margin: 0px !important;
    width: inherit !important;
}

.no-padding {
    padding: 0px !important;
}

.tr-odd, .tr-gray {
    background-color: #F0F0F0;
}

.success-message {
    background-color: #C3F3D7;
    color: #3BB76F;
    font-weight: bold;
    padding: 10px;
    width: 95%;
}

/*----- Html Editor -----*/
.material-icons.md-list-icon {
    font-size: 20px;
    vertical-align: middle;
}

.editor-button-group {
    float: left;
    padding-right: 30px;
    background: none;
    background-color: transparent;
}

    .editor-button-group a {
        color: black;
        transition-property: color;
        transition-duration: 0.5s;
    }

        .editor-button-group a:hover {
            color: #00B0BF;
        }

.editor-button-group-end {
    clear: both;
}

.transparent {
    background-color: transparent;
}

.html-editor {
    padding: 20px;
    background-color: white;
}

.error-message {
    background-color: palevioletred;
    color: white;
    padding: 10px;
    width: 95%;
}

.success-message {
    background-color: lightgreen;
    color: black;
    padding: 10px;
    width: 95%;
}

