﻿@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../webfonts/IBMPlexSans-Regular.eot');
    src: url('../webfonts/IBMPlexSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/IBMPlexSans-Regular.woff2') format('woff2'),
         url('../webfonts/IBMPlexSans-Regular.woff') format('woff'),
         url('../webfonts/IBMPlexSans-Regular.ttf') format('truetype'),
         url('../webfonts/IBMPlexSans-Regular.svg#IBMPlexSans-Regular') format('svg');
}

body {
    font-family: 'IBM Plex Sans';
    background: #ffffff;
    color: black;
}

nav.navbar {
    background: #254a96 !important;
    color: white !important;
}

    nav.navbar a {
        color: white !important;
    }

.navbar-light .navbar-toggler {
    color: white !important;
    border-color: rgba(255,255,255,0.5);
}

    .navbar-light .navbar-toggler:focus {
        outline: none !important;
    }

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

li.nav-item .dropdown-item {
    color: black !important;
}

    li.nav-item .dropdown-item:active {
        background: #f8f9fa;
    }

div.logo.polar {
    text-align: center;
    margin-bottom: 2rem;
}

div.logo {
    margin-bottom: 2rem;
}

@media (max-width: 319px) {
    div.logo img {
        max-height: 70px;
    }

    div.logo.polar img {
        max-height: 25px;
    }
}

@media (min-width: 320px) and (max-width: 575px) {
    div.logo img {
        max-height: 80px;
    }

    div.logo.polar img {
        max-height: 30px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    div.logo img {
        max-height: 100px;
    }

    div.logo.polar img {
        max-height: 30px;
    }
}

@media (min-width: 992px) {
    div.logo img {
        max-height: 120px;
    }

    div.logo.polar img {
        max-height: 35px;
    }
}

table tr {
    background: #f0f0f0;
}

.datepicker {
    z-index: 9999 !important;
}

    .datepicker table tr {
        background: white;
    }

    .datepicker table td, .datepicker table th {
        width: 30px;
        height: 30px;
    }

table thead tr {
    background: white;
}

.table-striped tbody tr:nth-of-type(even) {
    background: white;
}

.btn > i {
    font-size: 90%;
    margin-left: .4rem;
    margin-right: 0;
}

.btn.icon-left > i {
    margin-left: 0;
    margin-right: .4rem;
}

.btn.icon-only > i {
    margin-left: 0;
    margin-right: 0;
}

.btn#btnDelete > i {
    font-size: 100%;
}

button.close:hover,
button.close:focus {
    color: #bc214b;
    outline: none !important;
}

a#btnShowPassword:hover,
a#btnShowPassword:focus {
    color: #495057;
}

.modal-header .close {
    opacity: 1;
}

.form-control {
    color: black;
}

    .form-control.error {
        border: 1px solid #993333;
    }

    .form-control.date[readonly] {
        background-color: #fff;
    }

.form-check label,
.single-item label {
    color: black;
}

.form-check {
    margin-top: .25rem;
    margin-bottom: .5rem;
}

.form-check.no-margin {
    margin: 0;
}

div.toast-body {
    color: #6c757d;
}

/* +--------------------------------------------------+ */
/* | Margin + Padding + Width Settings Bootstrap      | */
/* +--------------------------------------------------+ */

/* @media (max-width: 319px) { */
.row {
    margin-left: -10px;
    margin-right: -10px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}
/* } */

.container {
    padding: 0 10px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (max-width: 1199px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) and (max-width: 1199px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* +--------------------------------------------------+ */
/* | End Margin + Padding + Width Settings Bootstrap  | */
/* +--------------------------------------------------+ */



/* +--------------------------------------------------+ */
/* | Font Sizes                                       | */
/* +--------------------------------------------------+ */

@media (max-width: 319px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 320px) and (max-width: 575px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 16px;
    }
}

.navbar-brand {
    font-size: 1.5rem;
}

button, .btn {
    font-size: 1rem;
}

p.lead {
    font-size: 1.2rem;
}

.form-control {
    font-size: 1rem;
}

h1 {
    font-size: 1.5rem;
}

h2 {
    font-size: 1.4rem;
}

h3 {
    font-size: 1.3rem;
}

h4 {
    font-size: 1.2rem;
}

h5 {
    font-size: 1.1rem;
}

label:not(.form-check-label):not(.sort-label),
.label:not(.form-check-label):not(.sort-label) {
    font-size: .8rem;
    margin-bottom: .35rem;
    color: #6c757d;
}

div.content.sort-taskstep div.label,
div.content.sort-trainingtask div.label {
    margin-bottom: .75rem;
}

.task-parameter-container,
.taskstep-sort-container,
.trainingtask-sort-container {
    display: inline-block;
    margin-right: 1.5rem;
    margin-top: .25rem;
    margin-bottom: .75rem;
}

.taskstep-sort-container,
.trainingtask-sort-container {
    display: block;
}

    .task-parameter-container:last-child .form-check,
    .taskstep-sort-container:last-child .single-item,
    .trainingtask-sort-container:last-child .single-item {
        padding-right: 0;
        border-right: 0;
    }

    .task-parameter-container input.sort-number,
    .taskstep-sort-container input.sort-number,
    .trainingtask-sort-container input.sort-number {
        width: 42px;
        text-align: center;
        margin-left: .3rem;
    }

    .taskstep-sort-container input.sort-number,
    .trainingtask-sort-container input.sort-number {
        margin-left: 0;
        margin-right: .3rem;
    }

.form-check-input.chkParameter {
    margin-top: .5rem;
}

p {
    font-size: 1rem;
}

    p.justify,
    li.justify {
        text-align: justify;
    }

    p.inside-list {
        margin-top: 0.25rem;
        margin-bottom: 0;
        text-align: justify;
    }

/* +--------------------------------------------------+ */
/* | End Font Sizes                                   | */
/* +--------------------------------------------------+ */

a {
    color: #212529;
}

    a:focus,
    a:hover,
    a.selected {
        outline: none;
        color: #bc214b;
        text-decoration: underline;
    }

    a.btn {
        color: white !important;
    }

.form-control:focus {
    border: 1px solid #ced4da;
    color: black;
}

.form-group {
    margin-bottom: .75rem;
}

    .form-group.order-ref,
    .form-group.order-state,
    .form-group.vehicle-url {
        font-size: .8rem;
    }

    .form-group.order-state {
        display: none;
    }

    .form-group.last {
        margin-bottom: 1.25rem;
    }

a.order-url,
a.vehicle-url,
span.order-state {
    font-size: 1rem;
}

.custom-file-input ~ .custom-file-label {
    outline: none !important;
    box-shadow: none !important;
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #7d5bbe;
}

.custom-file-input ~ .custom-file-label::after {
    content: "Durchsuchen";
}

.table thead th {
    font-weight: 500;
}

button#btnFilter i,
button#btnSort i {
    margin-right: .5rem;
}

/* Image Table */

div.image-table-wrapper {
    margin: -5px;
}

div.image-table {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

div.image-cell {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    padding: 5px;
}

    div.image-cell div.image {
        z-index: 0;
        grid-column-start: 1;
        grid-row-start: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        background: rgba(255,255,255,0.8) !important;
    }

/*div.image-table div.image-cell.order div.image-selection {
        opacity: 0;
        z-index: 1;
        display: grid;
        grid-column-start: 1;
        grid-row-start: 1;
    }

    div.image-table div.image-cell.order.selected div.image-selection {
        opacity: 1;
    }*/

/*div.image-table.new div.image-cell.order.selected div.image-selection {
    -webkit-box-shadow: inset 0px 0px 0px 0.1rem rgb(45,130,74);
    -moz-box-shadow: inset 0px 0px 0px 0.1rem rgb(45,130,74);
    box-shadow: inset 0px 0px 0px 0.1rem rgb(45,130,74);
}

div.image-table.existing div.image-cell.order.selected div.image-selection {
    -webkit-box-shadow: inset 0px 0px 0px 0.1rem rgb(188,33,75);
    -moz-box-shadow: inset 0px 0px 0px 0.1rem rgb(188,33,75);
    box-shadow: inset 0px 0px 0px 0.1rem rgb(188,33,75);
}*/

/*div.image-cell.order div.image-overlay {
    margin: 0rem;
    padding: 1.1rem;
}

div.image-cell.order.selected div.image-overlay {
    margin: 0.1rem;
    padding: 1rem;
}*/

div.menu-selection button#btnSelectionCancel {
    display: none;
}

div.image-cell div.image-overlay {
    opacity: 0;
    z-index: 2;
    grid-column-start: 1;
    grid-row-start: 1;
    background-color: rgba(255,255,255,0.8);
    color: black;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 11fr;
    padding: 1rem;
}

    div.image-cell div.image-overlay:hover {
        opacity: 1;
    }

div.image-cell.selected div.image-overlay {
    opacity: 1;
}

div.image-cell.selection div.image-overlay div.menu div.actions a.item-detail {
    margin-right: 0;
}

div.image-cell.selection div.image-overlay div.menu div.actions a.item-edit,
div.image-cell.selection div.image-overlay div.menu div.actions a.item-delete,
div.image-cell.selection div.image-overlay div.vehicle,
div.image-cell.selection div.image-overlay div.order,
div.image-cell.selection div.image-overlay div.history {
    display: none;
}

div.image-cell.selection div.image-overlay div.note {
    margin-bottom: -.25rem;
}

div.image-overlay div.menu {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    margin-bottom: .5rem;
}

    div.image-overlay div.menu div.actions {
        text-align: right;
    }

        div.image-overlay div.menu div.actions a {
            font-size: 150%;
        }

            div.image-overlay div.menu div.actions a.item-detail {
                font-size: 140%;
                margin-right: 1rem;
            }

div.image-cell.order div.image-overlay div.menu div.actions a.item-detail {
    margin-right: .5rem;
}

div.image-overlay div.vehicle,
div.image-overlay div.order {
    display: table;
    font-weight: 600;
}

div.image-overlay div.vehicle {
    grid-row-start: 4;
    grid-row-end: 4;
    margin-bottom: .25rem;
}

div.image-overlay div.order {
    grid-row-start: 5;
    grid-row-end: 5;
}

    div.image-overlay div.vehicle div.icon,
    div.image-overlay div.order div.icon {
        display: table-cell;
        vertical-align: middle;
    }

    div.image-overlay div.vehicle div.url,
    div.image-overlay div.order div.url {
        display: table-cell;
        width: 100%;
        padding-left: .5rem;
        vertical-align: middle;
    }

div.image-overlay div.amount-withdrawn {
    grid-row-start: 6;
    grid-row-end: 6;
    grid-column-start: 1;
    font-weight: 600;
    font-size: 140%;
    margin-top: .75rem;
}

    div.image-overlay div.amount-withdrawn > i {
        margin-right: .5rem;
    }

div.image-overlay div.info {
    grid-row-start: 7;
    grid-row-end: 7;
    grid-column-start: 1;
    display: table;
    margin-top: .5rem;
    font-size: 90%;
}

    div.image-overlay div.info div.is-collection,
    div.image-overlay div.info div.is-mounting-supply {
        display: table-row;
    }

    div.image-overlay div.info div.icon {
        display: table-cell;
        vertical-align: middle;
    }

    div.image-overlay div.info div.text {
        display: table-cell;
        width: 100%;
        padding-left: .5rem;
        vertical-align: middle;
    }

div.image-overlay div.note {
    grid-row-start: 8;
    grid-row-end: 10;
    grid-column-start: 1;
    margin-top: .5rem;
    font-size: 90%;
    overflow: hidden;
    overflow-wrap: break-word;
}

div.image-overlay div.history {
    grid-row-start: 11;
    grid-row-end: 11;
    grid-column-start: 1;
    display: table;
    font-size: 90%;
    margin-top: .5rem;
}

    div.image-overlay div.history div.creator,
    div.image-overlay div.history div.editor {
        display: table-row;
    }

    div.image-overlay div.history div.icon {
        display: table-cell;
        vertical-align: middle;
    }

    div.image-overlay div.history div.editor div.icon {
        font-size: 110%;
    }

    div.image-overlay div.history div.creator div.icon {
        font-size: 95%;
    }

    div.image-overlay div.history div.text {
        display: table-cell;
        width: 100%;
        padding-left: .5rem;
        vertical-align: middle;
    }

@media (max-width: 319px) {
    div.image-cell {
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 575px) {
    div.image-cell {
        width: 50%;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    div.image-cell {
        width: 33%;
    }
}

@media (min-width: 992px) {
    div.image-cell {
        width: 25%;
    }
}

/* End Image Table */

/* Image Detail */

div.image-detail-menu {
    display: block;
    text-align: center;
}

    div.image-detail-menu a#btnBack {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    div.image-detail-menu button#btnToLeft {
        margin-right: 1rem;
    }

    div.image-detail-menu button#btnToRight {
        margin-left: 1rem;
    }

div.image-detail {
    display: flex;
    justify-content: center;
}

    div.image-detail img {
        max-height: 100%;
        height: 100%;
        max-width: unset;
        width: auto;
    }

/* End Image Detail */

/* Order Slider */

div.target-order-name,
div.material-details-heading {
    display: block;
    text-align: center;
    font-size: 120%;
    font-weight: 600;
}

div.detail-row {
    display: block;
    text-align: center;
}

    div.detail-row div.detail-cell {
        display: inline-block;
    }

        div.detail-row div.detail-cell.slider-progress {
            font-weight: 600;
        }

    div.detail-row div.detail-label,
    div.detail-row div.detail-value {
        display: inline-block;
        vertical-align: top;
    }

    div.detail-row div.detail-label {
        font-weight: 600;
        margin-right: .3rem;
    }

    div.detail-row div.detail-value.order-description,
    div.detail-row div.detail-value.material-description {
        overflow: hidden;
        overflow-wrap: break-word;
    }

/* End Order Slider */

/* Order Selection */

div.add-to-order,
div.added-to-order {
    font-size: 120%;
    font-weight: 600;
}

div.add-material-to-order-count,
div.remove-material-from-order-count {
    font-size: 100%;
    font-weight: 600;
}

/* End Order Selection */

/*===========================================================================================*/
/* Loading ------------------------- */
/*===========================================================================================*/
div.loading {
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    opacity: 0;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    z-index: 9999;
    overflow-y: auto;
    background-color: rgba(0,0,0,0.3);
    text-align: center;
    color: white;
    -webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
}

    div.loading.site {
        background-color: #f5f6f7;
        z-index: 10000;
        color: white;
    }

    div.loading.open {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    }

    div.loading.site.open {
        -webkit-transition: none;
        transition: none;
    }



    div.loading.up {
        z-index: 9998;
    }

    div.loading div.wrapper {
        position: relative;
    }

    div.loading div.spinner-border {
        height: 4rem;
        width: 4rem;
        border-width: 0.25em;
        margin-bottom: .75rem;
        color: #bc214b;
    }

    div.loading div#loading-icon i#success {
        font-size: 4.25rem;
        margin-bottom: .75rem;
    }

    div.loading div#loading-text {
        font-weight: 500;
        font-size: 120%;
    }

/*===========================================================================================*/
/* End Loading ------------------------- */
/*===========================================================================================*/

div.overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    z-index: 8000;
}

    div.overlay div.relative {
        position: relative;
        width: 100%;
        height: 100%;
    }


div.toast-wrapper {
    margin-top: 2rem;
    float: right;
}

    div.toast-wrapper .toast {
        visibility: visible;
    }

/*================================================================*/
/* EDIT-MODAL ||--------------------------*/
/*================================================================*/

div.modal {
    z-index: 2010;
}

div.modal-content {
    border: none;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(98,98,99,0.5);
    box-shadow: 0px 0px 20px 5px rgba(98,98,99,0.5);
}

div.edit-modal {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    z-index: 2000;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

    div.edit-modal > div.container {
        margin: auto;
    }

    div.edit-modal div.form-edit {
        background: white;
        padding: 15px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    div.edit-modal div.form-edit-head {
        margin-bottom: .5rem;
    }

    div.edit-modal #title {
        float: left;
        line-height: 1.5rem;
        margin-bottom: 0;
    }

    div.edit-modal a#close {
        float: right;
        font-size: 1.5rem;
        line-height: 1;
        color: #000;
        text-shadow: none;
        opacity: 1;
    }

        div.edit-modal a#close:hover,
        div.edit-modal a#close:focus {
            opacity: 1;
            text-decoration: none;
            color: #bc214b;
        }

        div.edit-modal #subtitle {
            float: left;
            color: #6c757d;
            line-height: 1.5rem;
            margin-bottom: .5rem;
        }

/* ============================================================================================= */
/* Overwrite Form Control Styles */
/* ============================================================================================= */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/*input {
    -webkit-appearance: none;
}

input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}*/

/* Firefox Fix */
input:invalid {
    box-shadow: none;
}
/* End Firefox Fix */

.form-control:active,
.form-control:focus,
.form-control.active,
.form-control:active:focus,
.form-control.is-invalid:active,
.form-control.is-invalid:focus,
.form-control.is-invalid.active,
.form-control.is-invalid:active:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

select {
    -webkit-appearance: none;
}

ol.breadcrumb {
    background: rgba(255,255,255,1);
    border: 1px solid #ced4da;
    /*    background: #f8f9fa !important;*/
}

/* ============================================================================================= */
/* End Overwrite Form Control Styles */
/* ============================================================================================= */


/*================================================================*/
/* Progressbar ||--------------------------- */
/*================================================================*/

div.my-progress {
    display: block;
    position: relative;
    background: transparent;
    border-radius: .25rem;
    -moz-border-radius: .25rem;
    -webkit-border-radius: .25rem;
    overflow: hidden;
}

    div.my-progress div.background,
    div.my-progress div.bar,
    div.my-progress div.text-wrapper {
        height: 2rem;
    }

    div.my-progress div.bar,
    div.my-progress div.text-wrapper {
        margin-top: -2rem;
    }

    div.my-progress div.background {
        z-index: 0;
        background: #ccc;
        width: 100%;
    }

    div.my-progress div.bar {
        z-index: 1;
        background: #7455b0;
        width: 0%;
        transition: width .6s ease;
    }

    div.my-progress div.text-wrapper {
        display: table;
        font-weight: 500;
        color: white;
        width: 100%;
        text-align: center;
    }

        div.my-progress div.text-wrapper div.text {
            display: table-cell;
            vertical-align: middle;
            padding: 0 .5rem;
        }

/*================================================================*/
/* End Progressbar ||--------------------------- */
/*================================================================*/


/*================================================================*/
/* BUTTONS ||--------------------------- */
/*================================================================*/

.dropdown-item.active,
.dropdown-item:active {
    background: #f8f9fa;
    color: #16181b;
}

.btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.btn:hover,
.btn:focus,
.btn.selected {
    text-decoration: none;
    outline: none;
}

.btn:active,
.btn:focus,
.btn.active,
.btn:active:focus {
    background-image: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-light {
    color: white !important;
    background: #254a96 !important;
    border: none !important;
}

    .btn-light:hover,
    .btn-light:focus,
    .btn-light.selected {
        color: white !important;
        background: #254a96 !important;
        border: none !important;
    }

.btn-white {
    background: white;
    border: 1px solid #eee;
    color: #323232;
}

    .btn-white:hover,
    .btn-white:focus,
    .btn-white.selected {
        color: #7d5bbe;
        text-decoration: none;
        background: #f8f9fa;
    }

.btn-purple {
    background: #7d5bbe;
    border: 1px solid #7d5bbe;
    color: white;
}

    .btn-purple:hover,
    .btn-purple:focus,
    .btn-purple.selected {
        color: white;
        text-decoration: none;
        background: #7455b0;
    }

a#show-password {
    background: white;
}

    a#show-password:hover,
    a#show-password:focus,
    a#show-password.selected {
        color: #495057;
        text-decoration: none;
        background: #f8f9fa;
        outline: none;
    }

div.category-add button#btnAdd {
    margin-right: .5rem;
}

button#btnConnect {
    display: inline-block;
    margin: 1rem auto;
}

.modal button:focus {
    outline: none;
}

/*td input[type=checkbox][disabled] {
}*/

/*================================================================*/
/* END BUTTONS ||--------------------------- */
/*================================================================*/
div.content {
    margin: 1.5rem 0;
}

@media (max-width: 575px) {
    div.content {
        margin: 15px 0;
    }
}

h2.no-description {
    margin-bottom: 2rem;
}

h5.page-title {
    margin-bottom: 1rem;
}

div.offer-add h5.page-title {
    margin-bottom: 1rem;
}

a.input-group-text:link {
    text-decoration: none;
}

span.no-break {
    white-space: nowrap;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: none;
    outline: none;
}

.content.login .title,
.content.standings .title,
.content.season-results .title,
.content.trainings .title {
    text-align: center;
}

    .content.login .title h2,
    .content.standings .title h2,
    .content.season-results .title h2,
    .content.trainings .title h2,
    .content.login .title h5,
    .content.standings .title h5,
    .content.season-results .title h5,
    .content.trainings .title h5 {
        margin-bottom: .35rem;
    }

        .content.login .title h5:last-child,
        .content.standings .title h5:last-child,
        .content.season-results .title h5:last-child,
        .content.trainings .title h5:last-child {
            margin-bottom: 1.25rem;
        }

.content.standings a.website-url,
.content.season-results a.website-url,
.content.trainings a.website-url {
    text-decoration: none !important;
    vertical-align: middle;
}

    .content.standings a.website-url span,
    .content.season-results a.website-url span,
    .content.trainings a.website-url span {
        margin-right: .5rem;
    }

.content.trainings div.trainer-view {
    text-align: center;
    font-size: 90%;
    margin-top: .75rem;
    margin-bottom: 1rem;
}

table#standings,
table#trainings {
    margin: 0 auto;
    font-size: 92%;
}

.content.season-results {
    font-size: 92%;
}

table#trainings {
    margin-bottom: 1rem;
    min-width: 350px;
    text-align: center;
}

    table#standings thead th,
    table#trainings thead th {
        font-weight: 500;
        background: #254a96;
        color: white;
    }

    table#standings thead th,
    table#standings tbody td,
    table#trainings thead th,
    table#trainings tbody td {
        padding: .75rem .5rem;
        border: none;
    }

    table#trainings.heart-rate thead th, 
    table#trainings.heart-rate tbody td {
        padding: .5rem;
    }

    table#trainings.heart-rate thead th span,
    table#trainings.heart-rate tbody td span {
        display: inline-block;
        white-space: nowrap;
    }

    table#trainings thead tr.second-row th,
    table#trainings tbody tr.second-row td {
        padding-top: 0;
    }

table#standings tbody td.position {
    padding-left: 1rem;
    padding-right: .75rem;
    font-weight: 500;
}

table#standings tbody td.results i,
table#standings tbody td.trainings i {
    font-size: 120%;
    margin: 0 .5rem;
}

table#standings tbody td.trainings i {
    margin-left: 0;
}

table#standings tbody tr:nth-child(even),
table#trainings:not(.heart-rate) tbody tr:nth-child(even) {
    background: white;
}

table#trainings.heart-rate {
    font-size: 75%;
}

table#trainings.heart-rate tr.white-bg {
    background: white;
}

.content.season-results div.back-button,
.content.trainings div.back-button {
    text-align: center;
    margin-bottom: 1rem;
}

.content.trainings .date-box {
    display: inline-block;
    justify-content: center;
    padding: 0 .5rem;
    margin-bottom: 1.25rem;
}

    .content.trainings .date-box .form-control {
        width: auto;
        margin: 0 auto;
    }

.content.trainings .mode-switch {
    text-align: center;
    margin-bottom: 1rem;
}

.content.trainings .mode-switch .link-wrapper {
    display: inline-block;
    padding-right: .8rem;
    border-right: 1px solid black;
    margin-right: .5rem;
}

.content.trainings .mode-switch .link-wrapper:last-child {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
}

.content.trainings div.training-member-title {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 100%;
    font-weight: 500;
}

    .content.trainings div.training-member-title span.name {
        margin-right: .5rem;
    }

.content.trainings a#show-hide {
    display: inline-block;
}

    .content.trainings a#show-hide:focus,
    .content.trainings a#show-hide:hover {
        outline: none;
        color: inherit;
        text-decoration: none;
    }

.content.season-results div.result-list {
    text-align: center;
    margin: 1rem 0;
    font-size: 95%;
}

    .content.season-results div.result-list .title-property {
        display: inline-block;
        padding-right: .75rem;
        border-right: 1px solid black;
        margin-right: .5rem;
    }

        .content.season-results div.result-list .title-property:last-child {
            display: inline-block;
            padding-right: 0;
            border-right: none;
            margin-right: 0;
        }

    .content.season-results div.result-list .value-property-group {
        margin-top: .35rem;
    }

    .content.season-results div.result-list .value-property {
        display: inline-block;
        margin-right: .5rem;
    }

        .content.season-results div.result-list .value-property:last-child {
            margin-right: 0;
        }

    .content.season-results div.result-list .value-property-dynamic {
        display: inline-block;
        margin-right: .5rem;
        margin-top: .35rem;
    }

.content.season-results .spacer-container {
    display: flex;
    justify-content: center;
}

.content.season-results .spacer {
    width: 80px;
    height: 6px;
    background: #254a96;
}

.content.standings .paging,
.content.season-results .paging {
    text-align: center;
    margin: 1rem 0;
}

    .content.standings .paging {
        margin-top: 2rem;
    }

    .content.standings .paging .btn:first-child,
    .content.season-results .paging .btn:first-child {
        margin-right: 1rem;
    }

    .content.standings .paging div.page-index,
    .content.season-results .paging div.page-index {
        display: inline-block;
        margin-right: 1rem;
    }

.content .no-results,
.content .calculation-running {
    text-align: center;
    margin-top: 1rem;
}

.fs-80 {
    font-size: 80%;
}

.fs-110 {
    font-size: 110%;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

/*================================================================*/
/* ALERTS ||--------------------------*/
/*================================================================*/
div#alertConnect,
div#alertConnectResult,
div#alertRegistrationSuccess,
div#alertConfirmRegistration {
    display: inline-block;
}

div#alertLogin,
div#alertSurveyAuth,
div#alertEditSurveyPeriodDay,
div#alertEditSurveySingle,
div#alertEditUser,
div#alertEditLeague,
div#alertEditTeam,
div#alertEditTeamTargetValues,
div#alertEditMember,
div#alertEditSeason,
div#alertEditPost,
div#alertEditMessage,
div#alertEditTask,
div#alertEditTaskStep,
div#alertSortTaskStep,
div#alertEditTraining,
div#alertEditUnit,
div#alertEditParameter,
div#alertEditResult,
div#alertEditTrainingTask,
div#alertSortTrainingTask,
div#alertEditSurveyError,
div#alertEditSurveySuccess,
div#alertRegister,
div#alertRegisterUsername,
div#alertRegisterPassword,
div#alertForgottenPassword,
div#alertResetPassword,
div#alertResetPasswordPassword {
    display: none;
    margin-top: .3rem;
}

div#app-user-roles {
    margin-top: 1rem;
}

div.set-number {
    font-weight: 600;
    margin-bottom: .5rem;
}

div.param-buttons {
    display: flex;
    align-items: end;
    justify-content: end;
    margin: .75rem 0;
}

div#alertEditSurveyError,
div#alertEditSurveySuccess {
    margin-top: 0;
}

div#alertRegisterUsername p,
div#alertRegisterPassword p,
div#alertResetPasswordPassword p {
    margin: 0;
}

div#alertRegisterUsername ul,
div#alertRegisterPassword ul,
div#alertResetPasswordPassword ul {
    padding: 0;
    margin: 0;
    margin-top: .5rem;
    list-style-type: none;
    list-style-position: inside;
}

    div#alertRegisterUsername ul li,
    div#alertRegisterPassword ul li,
    div#alertResetPasswordPassword ul li {
        vertical-align: middle;
        font-size: 0.9rem;
    }

        div#alertRegisterUsername ul li i,
        div#alertRegisterPassword ul li i,
        div#alertResetPasswordPassword ul li i {
            margin-right: 7px;
        }

/*================================================================*/
/* END ALERTS ||--------------------------*/
/*================================================================*/



/*================================================================*/
/* PAGINATION ||--------------------------*/
/*================================================================*/

.pagination-wrapper {
    margin-top: 1.5rem;
}

.pagination .page-link {
    display: inline-block;
    font-size: 95%;
    background: white;
    color: #323232;
    border: 1px solid #dee2e6;
    padding: .5rem .8rem;
    margin: 0;
    margin-left: -1px;
    margin-left: .35rem;
    border-radius: .25rem;
    -moz-border-radius: .25rem;
    -webkit-border-radius: .25rem;
}

    .pagination .page-link.next,
    .pagination .page-link.previous {
        padding: .5rem .9rem;
    }

    .pagination .page-link:focus,
    .pagination .page-link:hover,
    .pagination .page-link:active {
        outline: none !important;
        box-shadow: none !important;
        background: #f8f9fa;
        text-decoration: none;
        z-index: unset;
    }

    .pagination .page-link.active {
        background: #e9ecef;
        color: black;
        border: 1px solid #e9ecef;
    }

    .pagination .page-link.disabled {
        background: inherit;
        color: #323232;
        border: none;
        margin-left: -0.1rem;
        margin-right: -0.35rem;
    }

.pagination .page-item:last-child .page-link {
    border-right: 1px solid #dee2e6;
}

/*================================================================*/
/* END PAGINATION ||--------------------------*/
/*================================================================*/



/*================================================================*/
/* FILTER-BOXES ||--------------------------*/
/*================================================================*/

.filter-box {
    display: block;
    font-size: 90%;
    font-weight: 600;
    overflow: hidden;
    float: left;
    text-align: center;
    margin-right: 2rem;
}

    .filter-box > .circle {
        display: table;
        width: 6rem;
        height: 6rem;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        background: #7d5bbe;
        color: white !important;
        padding: 16px;
        float: none;
        margin: auto;
        margin-bottom: 6px;
    }

        .filter-box > .circle > .icon {
            display: table-cell;
            vertical-align: middle;
        }

a.filter-box {
    text-decoration: none;
    color: #212529;
}

    a.filter-box:not([href]):not([tabindex]) {
        color: #212529;
    }

.filter-box .icon {
    font-size: 300%;
    line-height: 1;
}

table thead th.check,
table tbody td.check {
    text-align: center;
}

table thead th,
table tbody td {
    vertical-align: middle !important;
}

td.actions {
    width: 1%;
    text-align: right;
    white-space: nowrap !important;
}



a.row-edit,
a.item-edit,
a.row-open,
a.row-message,
a.row-target-values {
    margin-right: 1rem;
    vertical-align: middle;
}

a.row-delete {
    vertical-align: middle;
}

a.row-message {
    font-size: 110%;
}

a.row-target-values {
    font-size: 110%;
}


ul.tags,
ul.filters {
    margin: 0;
    padding: 0;
}

    ul.tags li,
    ul.filters li {
        list-style: none;
        display: inline-block;
        margin-right: .5rem;
        margin-bottom: .5rem;
    }

        ul.tags li:last-child,
        ul.filters li:last-child {
            margin-right: 0;
        }

div.tag,
div.filter,
a.tag {
    display: table;
    line-height: 1.25;
    background: white;
    color: #282828;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ddd;
    overflow: hidden;
}

a.tag {
    display: block;
    line-height: 1.5;
    padding: 4px 12px;
}

    a.tag:focus,
    a.tag:hover,
    a.tag.selected {
        background: #f8f9fa;
        color: #7d5bbe;
        text-decoration: none;
        outline: none;
    }

div.tag a,
div.filter a {
    display: table-cell;
    vertical-align: middle;
    padding: 4px 8px;
    background: #e9ecef;
    font-size: 120%;
    color: #212529;
    border-right: 1px solid #ddd;
}

    div.tag a:hover,
    div.tag a:focus,
    div.tag a.selected,
    div.filter a:hover,
    div.filter a:focus,
    div.filter a.selected {
        color: #212529;
        background-color: #e2e6ea;
    }

div.tag div.text,
div.filter div.text {
    display: table-cell;
    vertical-align: middle;
    padding: 6px 12px;
}

    div.filter div.text span.label {
        font-size: 80%;
    }

div.offer-add div.selected-tags {
    display: none;
}









div.content.users button#btnAdd,
div.content.leagues button#btnAdd,
div.content.teams a#btnAdd,
div.content.members button#btnAdd,
div.content.seasons button#btnAdd,
div.content.matchdays button#btnAdd,
div.content.tasks a#btnAdd,
div.content.units button#btnAdd,
div.content.parameters button#btnAdd,
div.content.results div.btnAdd,
div.content.posts div.btnAdd,
div.content.messages div.btnAdd,
div.content.invitations button#btnAdd,
div.content.tasksteps a#btnAdd,
div.content.tasksteps a#btnSort,
div.content.trainings a#btnAdd,
div.content.trainingtasks a.btn-add,
div.content.messages a#btnAdd,
div.content.posts a#btnAdd,
div.content.users button#btnDelete,
div.content.leagues button#btnDelete,
div.content.teams button#btnDelete,
div.content.members button#btnDelete,
div.content.seasons button#btnDelete,
div.content.results button#btnDelete,
div.content.exercisedata button#btnDelete,
div.content.exercisedata button#btnRestore,
div.content.footsteps button#btnDelete,
div.content.footsteps button#btnRestore,
div.content.heartrate button#btnDelete,
div.content.heartrate button#btnRestore,
div.content.tasks button#btnDelete,
div.content.units button#btnDelete,
div.content.parameters button#btnDelete,
div.content.surveyperiod button#btnDelete,
div.content.surveysingle button#btnDelete,
div.content.invitations button#btnDelete,
div.content.tasksteps button#btnDelete,
div.content.trainings button#btnDelete,
div.content.messages button#btnDelete,
div.content.posts button#btnDelete,
div.frmLogin a.btn.exit {
    margin-right: .5rem;
}

div.content.users button#btnDelete,
div.content.leagues button#btnDelete,
div.content.teams button#btnDelete,
div.content.members button#btnDelete,
div.content.seasons button#btnDelete,
div.content.results button#btnDelete,
div.content.exercisedata button#btnDelete,
div.content.exercisedata button#btnRestore,
div.content.footsteps button#btnDelete,
div.content.footsteps button#btnRestore,
div.content.heartrate button#btnDelete,
div.content.heartrate button#btnRestore,
div.content.tasks button#btnDelete,
div.content.units button#btnDelete,
div.content.parameters button#btnDelete,
div.content.surveyperiod button#btnDelete,
div.content.surveyperiod button#btnRestore,
div.content.surveysingle button#btnDelete,
div.content.surveysingle button#btnRestore,
div.content.invitations button#btnDelete,
div.content.invitations button#btnRestore,
div.content.posts button#btnDelete,
div.content.messages button#btnDelete,
div.content.tasksteps button#btnDelete,
div.content.trainings button#btnDelete {
    display: none;
}











/* 
+-----------------------------------------------------------------------------+
| FOOTER                                                                      |
+-----------------------------------------------------------------------------+ 
*/

hr.footer-divider {
    margin-top: 0;
}

footer p {
    text-align: right;
}

/* 
+-----------------------------------------------------------------------------+
| END FOOTER                                                                  |
+-----------------------------------------------------------------------------+ 
*/



.jumbotron-login {
    padding: 2rem;
    margin-bottom: 0;
}



/* 
+-----------------------------------------------------------------------------+
| SPACER & PADDING & MARGIN                                                   |
+-----------------------------------------------------------------------------+ 
*/
.spacer-10 {
    width: 100%;
    height: 10px;
}

.spacer-15 {
    width: 100%;
    height: 15px;
}

.spacer-30 {
    width: 100%;
    height: 30px;
}

.spacer-45 {
    width: 100%;
    height: 45px;
}

.spacer-60 {
    width: 100%;
    height: 60px;
}

.spacer-75 {
    width: 100%;
    height: 75px;
}

.spacer-90 {
    width: 100%;
    height: 90px;
}

@media (min-width: 0px) {
    .spacer-xs-10 {
        width: 100%;
        height: 10px;
    }

    .spacer-xs-20 {
        width: 100%;
        height: 20px;
    }

    .spacer-xs-30 {
        width: 100%;
        height: 30px;
    }
}

@media (min-width: 576px) {
    .spacer-sm-10 {
        width: 100%;
        height: 10px;
    }

    .spacer-sm-20 {
        width: 100%;
        height: 20px;
    }

    .spacer-sm-30 {
        width: 100%;
        height: 30px;
    }
}

@media (min-width: 768px) {
    .spacer-md-10 {
        width: 100%;
        height: 10px;
    }

    .spacer-md-20 {
        width: 100%;
        height: 20px;
    }

    .spacer-md-30 {
        width: 100%;
        height: 30px;
    }

    .spacer-md-40 {
        width: 100%;
        height: 40px;
    }
}

@media (min-width: 992px) {
    .spacer-lg-10 {
        width: 100%;
        height: 10px;
    }

    .spacer-lg-20 {
        width: 100%;
        height: 20px;
    }

    .spacer-lg-30 {
        width: 100%;
        height: 30px;
    }

    .spacer-lg-40 {
        width: 100%;
        height: 40px;
    }

    .spacer-lg-60 {
        width: 100%;
        height: 60px;
    }
}

@media (min-width: 1200) {
    .spacer-xl-10 {
        width: 100%;
        height: 10px;
    }

    .spacer-xl-20 {
        width: 100%;
        height: 20px;
    }

    .spacer-xl-30 {
        width: 100%;
        height: 30px;
    }

    .spacer-xl-40 {
        width: 100%;
        height: 40px;
    }
}

.no-padding {
    padding: 0 !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-40 {
    padding: 40px !important;
}

.plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.plr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.ptb-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.ptb {
    padding-top: 110px;
    padding-bottom: 110px;
}

.pt {
    padding-top: 110px;
}

.pb {
    padding-bottom: 110px;
}

.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-25 {
    padding-top: 25px;
}

.pb-25 {
    padding-bottom: 25px;
}



.ptb-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.pt-45 {
    padding-top: 45px;
}

.pb-15 {
    padding-bottom: 15px;
}

.ptb-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}



.pt-164 {
    padding-top: 164px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.mtb-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.mlr-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mt-0 {
    margin-top: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mtb-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.mt-45 {
    margin-top: 45px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

/* 
+-----------------------------------------------------------------------------+
| END SPACER & PADDING & MARGIN                                               |
+-----------------------------------------------------------------------------+ 
*/

input#txtExtIdCode {
    text-transform: uppercase;
}

    input#txtExtIdCode::placeholder {
        text-transform: none;
    }

    input#txtExtIdCode::-webkit-input-placeholder {
        text-transform: none;
    }

    input#txtExtIdCode:-moz-placeholder {
        text-transform: none;
    }

    input#txtExtIdCode::-moz-placeholder {
        text-transform: none;
    }

    input#txtExtIdCode:-ms-input-placeholder {
        text-transform: none;
    }

div.content.add-surveyperiod {
    margin-bottom: 0;
}

.add-surveyperiod h2.title {
    margin-bottom: 1rem;
}

.add-surveyperiod .intro p {
    margin-bottom: .5rem;
}

    .add-surveyperiod .intro p:last-child {
        margin-bottom: 1.25rem;
    }

.add-surveyperiod ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 1.5rem;
    list-style-position: inside;
    list-style-type: disc;
}

    .add-surveyperiod ul li {
        margin-left: 0;
        padding-left: 0;
    }

.add-surveyperiod div#measuring-hints {
    display: none;
}

.add-surveyperiod div.show-measuring-hints-container {
    margin-bottom: 1.25rem;
}

.add-surveyperiod a#show-measuring-hints {
    cursor: pointer;
}

    .add-surveyperiod a#show-measuring-hints i {
        margin-left: .5rem;
    }

.add-surveyperiod .proper-measurement-info p {
    margin-bottom: .25rem;
}

.add-surveyperiod .button-wrapper {
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 3.5rem;
}

.add-surveyperiod .measurements-box {
    border: 1px solid #ced4da;
    padding: 1rem;
    border-radius: .25rem;
    margin-bottom: .75rem;
}

    .add-surveyperiod .measurements-box .day-title {
        display: inline-block;
        vertical-align: middle;
    }

        .add-surveyperiod .measurements-box .day-title .top {
            display: block;
            font-weight: bold;
        }

        .add-surveyperiod .measurements-box .day-title .bottom {
            display: block;
        }

    .add-surveyperiod .measurements-box #btnDayBefore {
        margin-right: .75rem;
    }

    .add-surveyperiod .measurements-box #btnDayAfter {
        margin-left: .75rem;
    }


.surveyperiodday .member-info,
.messages .member-info,
.add-message .member-info {
    margin: 1rem 0;
}

    .surveyperiodday .member-info .item,
    .messages .member-info .item,
    .add-message .member-info .item {
        display: inline-block;
        line-height: 1.5;
        padding-right: 1rem;
        margin-right: .5rem;
        border-right: 1px solid black;
    }

        .surveyperiodday .member-info .item:last-child,
        .messages .member-info .item:last-child,
        .add-message .member-info .item:last-child {
            padding-right: 0;
            margin-right: 0;
            border-right: none;
        }

        .surveyperiodday .member-info .item span.value,
        .messages .member-info .item span.value,
        .add-message .member-info .item span.value {
            font-weight: 500;
        }

.not-filled {
    color: #a3a3a3;
}



div.terms-and-conditions {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
    hyphens: auto;
}


div.terms-and-conditions h1 {
    color: #FF60A5;
    margin-bottom: 1.5rem;
    line-height: 160%;
}

div.terms-and-conditions h2,
div.terms-and-conditions h3 {
    color: #FF60A5;
    margin-bottom: 1rem;
}

div.terms-and-conditions h5 {
    color: #FF60A5;
    margin-bottom: .5rem;
}

div.terms-and-conditions ul {
    margin-left: 0;
    padding-left: 15px;
    margin-bottom: 1rem;
    list-style-position: outside;
    list-style-type: disc;
}

div.terms-and-conditions ol {
    margin-left: 0;
    padding-left: 0;
    list-style-position: inside;
    list-style-type: lower-alpha;
}

    div.terms-and-conditions ol.second {
        list-style-type: decimal;
        margin-left: 1rem;
    }

    div.terms-and-conditions ul li,
    div.terms-and-conditions ol li {
        margin-left: 0;
        margin-bottom: .25rem;
        padding-left: 0;
    }

    div.terms-and-conditions ol li {
        margin-bottom: 1rem;
    }

div.terms-and-conditions a:link {
    text-decoration: underline;
}
