html
button,
input,
optgroup,
select,
textarea  { font-family: 'IBM Plex Sans', sans-serif; }

html {
    overflow-y: scroll;
}

body {
    background-color: #dbe0e7;
    margin-bottom: 50px;
}

.datepicker-table td.is-today.is-selected {
    color: white;
}

.datepicker-table td.is-today {
    color: #26a69a;
}

hr {
    border-top: 0px solid #e2e2e2;
    color: white;
}

.opacity25 {
    opacity: 0.25;
    background-color: #69b5d157;
}

.link {
    text-decoration: underline dotted;
}

.actlink {
    font-style: italic;
}

.valign-wrapper {
    flex-flow: wrap;
}

.layout-row.row {
    flex-flow: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select-wrapper + label {
    position: inherit;
}

h4 { margin-top: 0; }

.timepicker-digital-display, .timepicker-canvas-bg, .datepicker-date-display {
    background-color: #0091c4;
}

.is-selected .datepicker-day-button {
    background-color: #54c9ff;
}

.timepicker-canvas-bg, .timepicker-canvas-bearing {
    fill: #54c9ff;
}

.timepicker-canvas line {
    stroke: #54c9ff;
}

.btn-flat.timepicker-close, .btn-flat.datepicker-cancel, .btn-flat.datepicker-clear, .btn-flat.datepicker-done {
    background-color: transparent !important;
    margin: 10px;
}

.datepicker-row {
    background-color: transparent !important;
}

.datepicker-controls .select-month input {
    width: 75px;
}

.datepicker-controls .selects-container .select-wrapper {
    margin-top: 0;
}

.datepicker-date-display .date-text {
    font-size: 2.5rem;
}

[type="checkbox"]:checked + span:not(.lever):before {
    border-right: 2px solid #9e9e9e;
    border-bottom: 2px solid #9e9e9e;
}

[type="checkbox"] + span:not(.lever):before, [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    border: 2px solid #9e9e9e;
}

.active-checkbox {
    opacity: 1 !important;
    pointer-events: all !important;
    position: relative !important;
}

nav ul a {
    padding: 0 10px;
}

nav ul a, .tabs .tab a {
    font-size: 12px;
}

nav.nav-extended .nav-wrapper {
    min-height: 32px;
}
nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
    height: 32px;
    line-height: 32px;
}

nav .sidenav-trigger {
    margin: 0 10px;
}

.navbar-fixed {
    height: 32px;
}
.subnav {
    display: flex;
    min-height: 32px;
    line-height: 22px;
    justify-content: left !important;
    font-size: 12px;
}

.navbar-bottom{
    position: fixed;
    overflow: hidden;
    z-index: 1;
    height: 32px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.nav-content {
    background-color: #4de84d;
    min-height: 32px;
}

.sidenav {
    width: 144px;
}

.tabs, .tabs .tab {
    line-height: 32px;
    height: 32px;
}
.tabs.tabs-transparent .tab a:hover, .tabs.tabs-transparent .tab a.active, .tabs.tabs-transparent .tab a {
    color: #000;
}

.tabs .indicator {
    height: 5px;
}

.h1 {
    font-size: 4.2rem;
    line-height: 110%;
    font-weight: bolder;
    margin: 0;}
  
.h2 {
    font-size: 3.56rem;
    line-height: 110%;
    font-weight: bolder;
    margin: 0;}
  
.h3 {
    font-size: 2.92rem;
    line-height: 110%;
    margin: 0;}
  
.h4 {
    font-size: 2.28rem;
    margin: 0;}
  
.h5 {
    font-size: 1.5rem;
    font-weight: bolder;
    margin: 0;}
  
.h6 {
    font-size: 15px;
    font-weight: bolder;
    margin: 0;}

.small {
    font-size: 12px;
}

.container {
    width: 100%;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    flex: 1;
}

main.container .rich-text ul > li {
    list-style-type: disc;
}

main.container .rich-text ul {
    padding-left: revert;
}

span.badge {
    margin-left:0;
    margin-right: 5px;
    border-radius: 6px;
    padding: 0 6px;
    font-size: 12px;
    font-weight: 600;
    float: left;
    color: white;
    min-width: 2em;
}
span.badge.selected { color: white; background-color: orange; }
span.badge.unselected { color: #888b8c; background-color: #eee; }

.collection {
    border: none;
    margin: 0;
}

.collection .collection-item.avatar:not(.circle-clipper) > .circle,
    .collection .collection-item.avatar :not(.circle-clipper) > .circle {
    width: 32px;
    height: 32px;
}

.collection .collection-item.avatar i.circle {
    line-height: 32px;
}

.section p, .collection .collection-item.avatar p {
    margin: 1em 0;
    color: #323232;
}

.filelink {
    font-size: 0.8rem;
}

.initials {
    background-color: #dbe0e7;
    border-radius: 50%;
    display:block;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #90a4ae; 
}

.caption {
    font-size: 10px;
}

table {
    border: 1px solid #ccc;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: 'Roboto', sans-serif;
}

table tr {
    border: 1px solid #ddd;
    padding: 5px;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

td:nth-child(1) {  
    color: #666;
    /* width: 25%; */
}

table th,
table td {
    padding: 10px;
    text-align: left;
}

table th {
    letter-spacing: 1px;
}

#activity th:first-of-type {
    display: none;
}

.calendar_list { margin: 7px 0; }

table.calendar th {
    font-size: 16px;
}

table.dataTable th {
    font-size: 0.8rem;
    color: #9e9e9e;
}

table.dataTable, table.dataTable tr {
    border: none;
}
    
.dataTables_filter { width: 100%; }
.dataTables_wrapper .dataTables_filter { float: left; text-align: left; }
.dataTables_wrapper .dataTables_filter input { margin-left: 0px; border-bottom: 1px solid #9e9e9e; }
    
table.dataTable thead th, table.dataTable thead td {
    border: 1px solid #e2e2e2;
    background-color: #f0f0f0;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody, table.dataTable.no-footer {
    border-bottom: 1px solid #e2e2e2;
}

.sorting-disabled {
    display: none;
}

.form-inline {
    display: inline;
}

form.search .row {
}

.card {
    margin: 0rem 0 1rem 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dbe0e7;
}

.card-0 {
    margin: 0 !important;
}

.card25 {
    width: 25%;
}

.card33 {
    width: 33.33%;
}

.card40 {
    width: 40%;
}

.card50 {
    width: 50%;
}

.card60 {
    width: 60%;
}

.card100 {
    width: 100%;
}

.col {
    flex: 1;
}

.cols3 {
    column-count: 3;
}

.col.col.data-panel .row {
    margin-left: 0rem;
    margin-right: 0rem;
}

.col.data-panel {
    padding: 0px;
    margin-right: 5px;
}

.col.data-panel:last-child {
    margin-right: 0px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
    box-sizing: border-box;
    overflow-wrap: break-word;
    /* word-break: break-all; */
    justify-content: center;
}

form .row {
    margin-left: 0rem;
    margin-right: 0rem;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-left {
    display: flex;
    justify-content: left;
}

.flex-right {
    display: flex;
    justify-content: flex-end;
}

.flex-left .btn {
    margin-right: 5px;
}

.flex-right .btn {
    margin-left: 5px;
}

.flex-col {
    flex-direction: column;
}

.flex-shrink2 { flex-shrink: 2; }

.flex-grow1 { flex-grow: 1; }
.flex-grow2 { flex-grow: 2; }
.flex-grow3 { flex-grow: 3; }
.flex-grow4 { flex-grow: 4; }
.flex-grow5 { flex-grow: 5; }
.flex-grow6 { flex-grow: 6; }
.flex-grow7 { flex-grow: 7; }
.flex-grow8 { flex-grow: 8; }
.flex-grow9 { flex-grow: 9; }

.flex-none { flex: none; }

.flex-mid { align-self: center; }

.flex-tab { space-between: 5px; }

.row.bd2 > .col {
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-left: none;
    border-top: none;
}

body {
    display: flex;
    min-height: 25vh;
    flex-direction: column;
}

main {
    flex-grow: 1;
    padding-bottom: 5vh;
}

footer {
    visibility: hidden;
}

.show-footer {
    visibility: visible;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 10px 30px 10px 30px;
    background-color: #424242;
    color: white;
}

.input-field .helper-text {
    position: relative;
    min-height: 18px;
    display: block;
    font-size: 12px;
    color: rgba(0,0,0,0.24);
}

.select-wrapper input.select-dropdown, .dropdown-content li > a, .dropdown-content li > span, input[type=text]:not(.browser-default), textarea.materialize-textarea, h6 {
    font-size: 15px;
}

.btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 1px 0 1px;
    border-radius: 0;
    white-space: nowrap;
}

.btn, .btn-large, .btn-small, .btn-floating, .btn-large, .btn-small, .btn-flat {
    font-size: 13px;
}

.btn:hover, .btn-large:hover, .btn-small:hover {
    color: black;
    background-color: #4de84d;
    webkit-box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
    box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}

.btn, .btn-large, .btn-flat {
    height: 26px;
    line-height: 26px;
    background-color: #90a4ae;
}

.btn-small {
    height: 16px;
    line-height: 16px;
    padding: 0 12px;
    font-size: 10px;
}

.btn-rounded {
    border-radius: 10px !important;
}

.tag, .mini-tag {
    font-size: 11px;
    font-weight: 500;
    color: grey;
    padding: 3px 12px;
    margin: 2px;
    background-color: #f0f0f0;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
}

.mini-tag {
    margin: 2px;
    border-radius: 22px;
    color: white;
    padding: 0 5px;
    background-color: #0091c4;
    border: none;
    vertical-align: bottom;
}

.tag {
    display: inline-flex;
    margin-right: 5px;
}

.collection .collection-item.avatar:not(.circle-clipper) > .circle, .collection .collection-item.avatar :not(.circle-clipper) > .circle {
    left: 0px;
}

.collection .collection-item.avatar {
    padding-left: 52px;
}

.hide-me {
    -moz-animation: cssAnimation 0s ease-in 2s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 2s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 2s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 2s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}

.dropdown-content li > a, .dropdown-content li > span {
    line-height: 16px;
    padding: 10px 14px;
}

.dropdown-content li {
    min-height: 30px;
}

.search input[type=text]:not(.browser-default) {
    height: 2rem;
}

div.striped > div.row:nth-of-type(odd) {
    background-color: rgba(242, 242, 242, 0.5);
}

.material-icons {
    vertical-align: middle;
}

a:any-link .material-icons {
    color: #54c9ff;
}

#toast-container {
    top: 2.5% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 500px;
}
  
.toast {
    background-color: #d96be1cf;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
    margin-right: 0px;
}

.card .card-action {
    padding: 8px 12px;
}

.card .card-content {
    padding: 10px;
}

.narrow_col {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 80px;
}

.very_narrow_col {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 40px;
}

.action_col {
    text-align: center;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 50px;
}

.action_wrapper {
}

.progress {
    height: 3px;
    margin: 0px;
    margin-bottom: -3px;
    background-color: #fbff00;
}

#items_list .progress {
    height: 15px;
}

.progress .determinate {
    background-color: #00AAFF;
}

.project-panel {
    background-color: #eaeaed;
    border: 1px solid #ddd;
}

.rotate90 {
    transform: rotate(90deg);
}

.chip {
    border-radius: 5px;
    border: 1px solid #d0d0d0;
}

.p0 { padding: 0 !important; }
.pl0 { padding-left: 0 !important; }
.pr0 { padding-right: 0 !important; }
.p3 { padding: 3px !important; }
.p5 { padding: 5px !important; }
.p10 { padding: 10px !important; }
.p15 { padding: 15px !important; }
.p20 { padding: 20px !important; }
.pl20 { padding-left: 20px !important; }
.ph0 { padding-right: 0 !important; padding-left: 0 !important; }
.ph5 { padding-right: 5px !important; padding-left: 5px !important; }
.ph10 { padding-right: 10px !important; padding-left: 10px !important; }
.ph15 { padding-right: 15px !important; padding-left: 15px !important; }
.ph20 { padding-right: 20px !important; padding-left: 20px !important; }
.pt2 { padding-top: 2px;}
.pt10 { padding-top: 10px;}
.pv5 { padding: 5px 0;}
.pv10 { padding: 10px 0;}
.pv15 { padding: 15px 0;}
.pv20 { padding: 20px 0;}
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pl0 { padding-left: 0px; }
.pr0 { padding-right: 0px; }
.pr10 { padding-right: 10px; }

.m0 { margin: 0px }
.m2 { margin: 2px; }
.m5 { margin: 5px; }
.m10 { margin: 10px; }
.mv0 { margin: 0 0; }
.mv5 { margin: 5px 0; }
.mv10 { margin: 10px 0; }
.mv20 { margin: 20px 0; }
.mv30 { margin: 30px 0; }
.mh10 { margin: 0 10px; }
.mv0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mr10 { margin-right: 10px; }
.mr14 { margin-right: 14px; }
.mr20 { margin-right: 20px; }
.ml10 { margin-left: 10px; }
.ml14 { margin-left: 14px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml5 { margin-left: 5px; }
.mr5 { margin-right: 5px; }
.mr3 { margin-right: 3px; }
.mr2 { margin-right: 2px; }

.opened, .Opened { background-color: #4de84d; color: #424242; }
.draft, .Draft { background-color: #4de84d; color: #424242; }
.in-progress, .In-progress { background-color: #ffbd00; color: #424242; }
.pending, .Pending { background-color: #d96be18f; color: #424242; }
.closed, .Closed { background-color: #54c9ff; color: #424242; }
.describe, .described, .Described, span[class*="described"] { background-color: #4de84d; }
.contain, .contained, .Contained, span[class*="contained"] { background-color: #ffbd00; }
.investigate, .investigated, .Investigated, span[class*="investigated"] { background-color: #ffbd00; }
.propose, .proposed, .Proposed, span[class*="proposed"] { background-color: #ffbd00; }
.assess, .assessed, .Assessed, span[class*="assessed"] { background-color: #ffbd00; }
.implement, .implemented, .Implemented, span[class*="implemented"] { background-color: #EAACEE; }
.other, .Other, span[class*="other"] { background-color: #90a4ae;}
.verify, .verified, .Verified, span[class*="verified"] { background-color: #54c9ff; }
.border { border: 1px solid #502b2b;}
.late { color: red; }
.plain { background-color: #dcdcdc; }
.highlight, .highlight:hover { background-color: #4de84d; color:rgba(0, 0, 0, 0.87); }
.warning, .warning:hover, .warning a { background-color: red; color: white; }
.lowlight { background-color: #c2ffc6; color:rgba(0, 0, 0, 0.87); }
.highlight_row {
    background-color: #ff8be526 !important;
    border-left: 5px solid #ff00f7;
    border-right: 5px solid #ff00f7;
}
.row_deleted { border-left: 22px solid #e91e63 !important; }
.even { background-color: #fff; }
.created { background-color: #4de84d; color: #424242; }
.changed { background-color: #ffbd00; color: #424242; }
.cyan { background-color: #54c9ff !important; }

.light-grey {
    background-color: rgba(242, 242, 242, 0.5);
}

.blue-grey a {
    color: white;
}

.blue-grey a:hover {
    color: black;
}

.light-purple {
    background-color: #ff00f7;
}

.tasks { border-bottom: 15px solid #ecc45f;}
.tasks_bg { background-color: #ecc45f;}
.tasks_left { padding-left: 3px; border-left: 7px solid #ecc45f;}
.tasks_light { background-color: #FFFDF5;}
.events { border-bottom: 15px solid #394ae6;}
.events_bg { background-color: #394ae6;}
.events_left { padding-left: 3px; border-left: 7px solid #394ae6;}
.events_light { background-color: #dbdcff;}
.issues { border-bottom: 15px solid #21B7CB;}
.issues_bg { background-color: #21B7CB;}
.issues_left { padding-left: 3px; border-left: 7px solid #21B7CB;}
.issues_light { background-color: #D0F8FF;}
.documents { border-bottom: 15px solid #4FC790;}
.documents_bg { background-color: #4FC790;}
.documents_left { padding-left: 3px; border-left: 7px solid #4FC790;}
.documents_light { background-color: #DFFFF1;}
.incidents { border-bottom: 15px solid #8B6DC2;}
.incidents_bg { background-color: #8B6DC2;}
.incidents_left { padding-left: 3px; border-left: 7px solid #8B6DC2;}
.incidents_light { background-color: #F2E2FF;}
.contacts { border-bottom: 15px solid #FFA64C;}
.contacts_bg { background-color: #FFA64C;}
.contacts_left { padding-left: 3px; border-left: 7px solid #FFA64C;}
.contacts_light { background-color: #FFF9F2;}
.assets { border-bottom: 15px solid #E64151;}
.assets_bg { background-color: #E64151;}
.assets_left { padding-left: 3px; border-left: 7px solid #E64151;}
.assets_light { background-color: #FEF1F3;}
.risks { border-bottom: 15px solid #BEBEBE;}
.risks_bg { background-color: #BEBEBE;}
.risks_left { padding-left: 3px; border-left: 7px solid #BEBEBE;}
.risks_light { background-color: #E0E0E0;}
.employees { border-bottom: 15px solid #4DE84D;}
.employees_bg { background-color: #4DE84D;}
.employees_left { padding-left: 3px; border-left: 7px solid #4DE84D;}
.employees_light { background-color: #E0FBE0;}
.training { border-bottom: 15px solid #4DE84D;}
.training_bg { background-color: #4DE84D;}
.training_left { padding-left: 3px; border-left: 7px solid #4DE84D;}
.training_light { background-color: #E0FBE0;}
.registers { border-bottom: 15px solid #FA7BF5;}
.registers_bg { background-color: #FA7BF5;}
.registers_left { padding-left: 3px; border-left: 7px solid #FA7BF5;}
.registers_light { background-color: #FDDDFB;}
.forms { border-bottom: 15px solid #0003b4;}
.forms_bg { background-color: #0003b4;}
.forms_left { padding-left: 3px; border-left: 7px solid #0003b4;}
.forms_light { background-color: #abacff;}

.highlight a {
    color: rgba(0, 0, 0, 0.87);
}

.highlight_form {
    border-left: 15px solid #ff00f7;
}

.reveal {
    display: none;
}

.highlight .reveal, .lowlight .reveal { display: block }

.select-wrapper {
    margin-top: 10px;
}

th.month {
    text-align: center;
}

.fieldWrapper {
    margin: 10px 0 10px 0;
}

.note-popover .popover-content .note-dropdown-menu, .note-toolbar .note-dropdown-menu {
    min-width: 275px;
}

.note-popover .popover-content .note-color-all .note-dropdown-menu, .note-toolbar .note-color-all .note-dropdown-menu {
    min-width: 350px;
}

.active_label {
    -webkit-transform: translateY(-20px) scale(0.8) !important;
    transform: translateY(-20px) scale(0.8) !important;
    -webkit-transform-origin: 0 0 !important;
    transform-origin: 0 0 !important;
}

#id_description_container { padding-top: 5px; }

.pointer {
    cursor: pointer;
}

.checkbox::after {
    content: 'check_box_outline_blank';
}
.checkbox.checked::after {
    content: 'check_box';
}

.z-depth-1, .sidenav, .collapsible, .dropdown-content, .btn-floating, .btn, .btn-small, .btn-large, .toast, .card, .card-panel, nav {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-arrow {
    height: 30px;
}

td.progress-top {
    text-align: center;
    padding: 3px;
}

.progress-bottom {
    text-align: center;
    padding: 4px 0 0 3px;
    overflow: hidden;
    font-size: 14px;
}

.progress-bar {
    font-size: 12px;
}

@media only screen and (max-width : 600px) {
    .hide-on-medium-and-down {
      display: none !important;
    }
}

@media only screen and (min-width : 1200px) {
    .hide-on-large-and-up {
      display: none !important;
    }
}

@media only screen and (max-width:1200px) { 
    
    .hide-on-large-and-down {
        display: none !important;
    }
  
    .hide-for-mobile {
          display: none !important;
    }
  
    nav a.sidenav-trigger {
        display: block !important;
    }

    .highlight, .highlight:hover {
        color:rgba(0, 0, 0, 0.87);
    }
    
    h4 {
        font-size: 1.28rem;
        margin: 0 0 5px 0;
    }

    h6 {
        margin: 0 0 5px 0;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .collection .collection-item {
        line-height: 1.5rem;
        padding: 5px;
    }
    .collection.with-header .collection-header {
        padding: 10px; 
    }
    .collection.with-header .collection-item {
        padding-left: 10px;
    }
    table.calendar th {
        font-size: 10px;
    }

    .fixed-action-btn {
        right: 15px;
        bottom: 42px;
    } 

    .fixed-action-btn.direction-left ul, .fixed-action-btn.direction-right ul {
        right: 46px;
    }

    .fixed-action-btn.direction-left ul li, .fixed-action-btn.direction-right ul li {
        margin-right: 5px;
    }

    .fixed-action-btn ul {
        left: -155px;
        bottom: 40px;
        text-align: right;
    }

    .btn {
        width: auto;
        margin: 0;
        font-size: 10px;
    }

    .flex-right .btn, .flex-left .btn {
        margin-right: 0px;
        margin-left: 0px;
    }

    .padme {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    a.bt{
        display: block;
        padding: 0;
    }

    .s100 { width: 100%; }
    .sm-mv10 { margin: 10px 0; }

    .card {
        width: 100%;
    }

    .col {
        flex-basis: 100%;
        flex-wrap: wrap;
    }
    
    .fb100 {
        flex-basis: 100%;
    }

    .fb50 {
        flex-basis: 50%;
    }

    .fb33 {
        flex-basis: 33.33333%;
    }
    
    .fb67 {
        flex-basis: 66.66666%;
    }


    #items_list .row .col {
        padding: 0;
    }

    .col.data-panel {
        flex-basis: 19%;
        margin-right: 0px;
    }

    .reveal {
        display: inline !important;
    }

    th {
    }


    .calendar {
        font-size: 10px;
    }

    table.calendar th, table.calendar td {
        padding: 2px;
        text-align: left;
    }

    .header-tabs .col {
        background-color: #90a4ae;
    }

    .header-tabs .btn {
        flex-basis: 25%;
        overflow: hidden;
    }

    #records_list .col {
        flex-basis: 100%;
    }

    .btn, .btn-small, .btn-large, .btn-flat {
        padding: 0 10px;
    }

    td.progress-top {
        font-size: 12px;
    }
    .progress-bottom {
        padding: 8px 0 0 3px;
        font-size: 10px;
    }

    .small .select-wrapper {
        margin-top: 0px;
        line-height: 1rem;
    }
    .small .select-wrapper input.select-dropdown {
        line-height: 1rem;
        height: 1rem;
        margin: 0px;
        border-bottom: 0px;
        color: white;
        text-align: end;
        font-size: 12px;
        width: 100px;
        padding-right: 25px;
    }
    .small .select-wrapper svg.caret {
        fill: white;
    }
}

/* admin */

#content-main {
    margin: 10px;
}

caption a.section {
    color: black;
    font-size: 22px;
    float: left;
    padding-top: 15px;
    padding-bottom: 5px;
}

.breadcrumbs {
    margin-bottom: 5px;
}

.action-checkbox, .action-checkbox-column, .column-__str__ {
    display: none;
}

.dropdown-content input[type="checkbox"] {
    display: none;
}

.form-row input[type="checkbox"], .form-row input[type="checkbox"] {
    border: 2px solid #9e9e9e;
    opacity: 1;
    position: relative;
    pointer-events: all;
    margin: 5px;
}

#changelist-form .actions {
    display: none;
}

table#result_list {
    margin-bottom: 10px;
}

.field-__str__ {
    text-transform: none;
}

.field-__str__ a {
    padding-left: 10px;
}

fieldset.module {
    border: none;
    padding-left: 0px;
}

.related-widget-wrapper-link, .historylink {
    display: none;
}

.help {
    font-size: 75%;
    color: rgba(0, 0, 0, 0.6);
}

.form-row {
    padding-bottom: 15px;
}

.errorlist, .errornote {
    padding: 0px;
    margin: 0px;
    color: red;
    font-size: 0.8rem;
}

form .error {
    padding: 5px 0;
    top: -8px;
}

.rounded {
    border-radius: 100px;
    border:1px solid #ccc;
}

.print-only {
    display: none;
}

@media print {
    html {
        font-size: 150%;
    }
    body {
        background-color: white !important;
        zoom: 48%;
    }
    .btn, .btn-large, .btn-small, .btn-floating, .btn-large, .btn-small, .btn-flat {
        font-size: 85%;
    }
    .noprint {
        display:none;
    }
    .pagebreak {
        page-break-before: always;
    }
    .print-only {
        display: inline;
    }
    #beacon-container {
        display:none;
    }
    #footer {
        display:none;
    }
    .header-tabs {
        display:none;
    }
    form.form.search {
        display:none;
    }
    @page {
        size: "A4";
        margin: 0.2cm;
        font-family: 'Roboto', sans-serif;
    }
    .drawio {
        page-break-after: always;
    }
    table tr, .row {
        page-break-inside: avoid;
    }
}

.carosel {
  display: flex;
  overflow: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  background-color: white;
}

.carosel-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: 100%;
  align-items: center;
}

@media (min-width: 600px) {
  .carosel-item {
    width: 50%;
  }
}

@media (min-width: 900px) {
  .carosel-item {
    width: 33.33%;
  }
}