body {
    padding: 20px;
}

td {
    vertical-align: top;
    padding: 5px;
}

table.alternate tr:nth-child(odd) {
    background-color: #dce1e6;
}

table.alternate tr:nth-child(even) {
    background-color: #fff;
}

table.alternate table tr {
    background-color: #dce1e6!important;
}

.form_result {
    width: 500px;
    margin: 20px 0;
}

.form_result div {
    vertical-align: middle;
    /*border-radius: 5px;*/
    padding: 10px;
}

.tooltipimg {
    max-height: 50px;
}

.warning {
    border: 4px solid red;
    padding: 10px;
}

.underline {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.popover {
    max-width: 100%;
    /* Max Width of the popover (depending on the container!) */
}

span[data-toggle="popover"],
a[data-toggle="popover"] {
    border-bottom: 1px dotted #000;
    text-decoration: none;
    cursor: pointer!important;
}

.green {
    background-color: #4CAF50;
    color: white;
}


/* Green */

.blue {
    background-color: #008CBA;
    color: white;
}


/* Blue */

.red {
    background-color: #f44336;
    color: white;
}


/* Red */

.grey {
    background-color: #e7e7e7;
    color: black;
}


/* Gray */

.black {
    background-color: #555555;
    color: white;
}


/* Black */

.button {
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.notification {
    float: left;
    margin-right: .3em;
}

.floatright {
    float: right;
    clear: both;
}