.material-icons.md-18 {
    font-size: 18px;
}
.material-icons.md-24 {
    font-size: 24px;
}
.material-icons.md-36 {
    font-size: 36px;
}
.material-icons.md-48 {
    font-size: 48px;
}

.row-bottom-margin {
    margin-bottom: 5px;
}

.custom-button {
    display: flex;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 5px 10px;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.custom-button:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.custom-button-pdf {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.custom-button-pdf:hover {
    border-color: #0a58ca;
}

.material-icons {
    display: flex;
    text-align: center;
    vertical-align: middle;
}

::-webkit-input-placeholder {
    font-style: italic;
}
:-moz-placeholder {
    font-style: italic;
}
::-moz-placeholder {
    font-style: italic;
}
:-ms-input-placeholder {
    font-style: italic;
}

body {
    background-color: lightblue;
}

/* unvisited link */
a:link {
    text-decoration: none;
}

/* visited link */
/* a:visited {
   color: green;
 } */

/* mouse over link */
a:hover {
    /* font-weight: bold; */
    color: black;
}
