.w3-tangerine {
    font-family: "Tangerine", serif;
    font-weight: 400;
}
.w3-roboto {
    font-family: "Roboto", serif;
}
.done {
    color: #0f0;
}
.todo {
    color: #f00;
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"),
        url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4mxP.ttf)
            format("truetype");
}
@font-face {
    font-family: "Tangerine";
    font-style: normal;
    font-weight: 400;
    src: local("Tangerine Regular"), local("Tangerine-Regular"),
        url(https://fonts.gstatic.com/s/tangerine/v10/IurY6Y5j_oScZZow4VOxCZZJ.ttf)
            format("truetype");
}
body {
    margin: 0 0 0 0;
    background-color: white;
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
        Helvetica, Arial, sans-serif;
}
a {
    color: black;
}
table {
    width: 100%;
    border: 0px;
    border-collapse: collapse;
}
table th {
    background-color: #52b2cf;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: left;
    color: white;
}
table td {
    border: 1px solid #ddd;
    padding: 8px;
}
table tr:nth-child(even) {
    background-color: #f2f2f2;
}
table tr:hover {
    background-color: #ddd;
}
input[type="text"] {
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 100%;
}
input[type="password"] {
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 100%;
}
input[type="checkbox"] {
    width: 24px;
    height: 24px;
    top: 6px;
}
textarea {
    font-family: "Roboto", serif;
}
.top-bar {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-decoration: none;
    display: flex;
    flex-grow: 0;
}
.top-bar a {
    text-decoration: none;
}
@media print {
    .top-bar {
        display: none;
    }
}
.top-bar__logo {
    color: #52b2cf;
    font-weight: 800;
    float: left;
    font-size: 120%;
    margin-right: 1rem;
    height: 100%;
}
.top-bar__menu {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.top-bar__right-area {
    float: right;
    flex-grow: 1;
    text-align: right;
}
.content {
    padding-left: 10%;
    padding-right: 10%;
}
.content h1 {
    font-family: Tangerine;
    font-size: 3rem;
}
.content__prayer {
    font-family: Tangerine;
    font-size: 2rem;
}
.footer {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 4rem;
    font-size: 80%;
}
.content__features {
    background-color: #fdf5e6;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2),
        0 4px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 2.5rem;
    margin-bottom: 10px;
}
.content__features li {
    list-style-type: none;
    margin-top: 0.5rem;
}
.content__features input[type="submit"] {
    background-color: #e7effd;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: none;
    font: inherit;
    cursor: pointer;
}
.navigation-bar {
    display: flex;
    background-color: #52b2cf;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 8px;
    padding-right: 8px;
    flex-grow: 0;
    color: white;
}
.navigation-bar a {
    color: white;
    text-decoration: none;
}
.navigation-bar .navigation-bar__item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.navigation-bar .navigation-bar__space {
    flex-grow: 1;
}
.navigation-bar button {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
}
.page-area {
    width: 100%;
    display: inline-block;
}
.page-area__image {
    width: 80%;
    float: left;
}
.page-area__text {
    width: 100%;
    resize: none;
    height: 300px;
    font-size: 15px;
}
.page-area__right {
    float: left;
    width: 20%;
    position: relative;
}
.modal-window {
    position: absolute;
    top: 20%;
    left: 10%;
    right: 10%;
    padding: 1rem;
    background-color: #fdf5e6;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2),
        0 4px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 2.5rem;
    margin-bottom: 10px;
}
.modal-window button {
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
}
.flash-area__success {
    background-color: #168f48;
    color: white;
    padding: 0.5rem;
}
.flash-area__warning {
    color: white;
    padding: 0.5rem;
    background: #ffa500;
}
.field {
    display: flex;
    align-items: center;
}
.field label {
    width: 12rem;
}
.field textarea {
    height: 10rem;
    width: 20rem;
}
input[type="submit"] {
    background-color: #e7effd;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: 1px solid;
    font: inherit;
    cursor: pointer;
}
.contenitorePab {
    background-color: #d3e4ff;
    padding: 0.5rem;
}
.contenitoreAc {
    background-color: #ffe8f9;
    padding: 0.5rem;
}
.classificazione {
    padding-top: 5px;
    padding-bottom: 5px;
}
.classificazione .w3-row {
    padding-top: 10px;
    padding-bottom: 10px;
}
.classificazione i.far {
    cursor: pointer;
}
.w3-check {
    margin-right: 5px;
}
.selezione .classification-negative {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    line-height: 42px;
}
.classification-negative:after {
    content: "\f119";
    font-family: "Font Awesome 5 Pro";
    font-size: 40px;
}
.classification-negative:checked:after {
    content: "\f119";
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    font-size: 40px;
}
.selezione .classification-meh {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    line-height: 42px;
}
.classification-meh:after {
    content: "\f11a";
    font-family: "Font Awesome 5 Pro";
    font-size: 40px;
}
.classification-meh:checked:after {
    content: "\f11a";
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    font-size: 40px;
}
.selezione .classification-positive {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    line-height: 42px;
}
.classification-positive:after {
    content: "\f118";
    font-family: "Font Awesome 5 Pro";
    font-size: 40px;
}
.classification-positive:checked:after {
    content: "\f118";
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    font-size: 40px;
}
.content-full__classificazione {
    display: flex;
    align-items: center;
}
.content-full__classificazione-faccia {
    flex-grow: 1;
}
.content-full__selection-form {
    margin: 0.5rem;
}
.contenitorePab .content-full__classificazione-faccia {
    color: #2196f3;
}
.contenitoreAc .content-full__classificazione-faccia {
    color: #e91e63;
}
.content-full__classificazione-desc {
    width: 50%;
}
.content-full__pabbar {
    display: flex;
    background-color: #dddddd;
}
.content-full__pabbar button {
    padding: 0.5rem;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
}
.content-full__pabbar button.content-full__pabbutton {
    background: #2196f3;
    color: white;
}
.content-full__pabbar button.content-full__acbutton {
    background: #e91e63;
    color: white;
}
.print-content {
    white-space: pre;
    display: table;
    margin-right: auto;
    margin-left: auto;
}
h2.print {
    text-align: center;
}
.form-giorni {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.content__prayer {
    background-color: #fdf5e6;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2),
        0 4px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 2.5rem;
    margin-bottom: 10px;
}
