* {
    outline: none;
}

    *, *:before, *:after {
        box-sizing: border-box;
    }

body {
    background-color: #252525;
    color: white;
    margin: 0;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    outline: none;
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#header, #footer {
    padding: 6px;
    font-size: 1.5em;
}

#header {
    position: relative;
}

#logout, #footer {
    font-size: 1em;
}

#logo a {
    text-decoration: none;
    color: white;
}

#logo span {
    color: #0093d0;
}

.content {
    background-color: white;
    color: black;
    min-height: calc(100vh - 129px);
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cf {
    clear: both;
}

.data:first-child, .first-child-border:first-child, .data-border-top {
    border-top: 1px solid #CDCDCD;
}

.data {
    position: relative;
    height: 4em;
    border-bottom: 1px solid #CDCDCD;
}

    .data .title {
        font-size: 1.5em;
        font-weight: bold;
        left: 0.6em;
        line-height: 1;
        position: absolute;
        top: 0.8em;
        right: 3.5em;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        height: 1.5em;
    }

    .data .value {
        position: absolute;
        right: 0.6em;
        font-size: 1.5em;
        top: 0px;
        line-height: 1;
        top: 0.8em;
    }

.vehicle-item {
    position: relative;
    height: 4em;
    border-bottom: 1px solid #DEDEDE;
    cursor: pointer;
}

    .vehicle-item:last-child {
        border-bottom: none;
    }

    .vehicle-item:hover {
        background-color: #cccccc !important;
    }

    .vehicle-item.odd, .odd {
        background-color: #F4F4F4;
    }

    .vehicle-item.even, .even {
        background-color: white;
    }

    .vehicle-item .status-code {
        width: 1.2em;
        position: absolute;
        left: 0px;
        bottom: 0px;
        top: 0px;
    }

.substatus {
    width: 100%;
    height: 50%;
    position: relative;
    background-color: #b9b9b9;
    transition: all 2s ease-in-out;
}

    .substatus.green {
        background-color: #017100;
    }

    .substatus.yellow {
        background-color: #C2C800;
    }

    .substatus.red {
        background-color: #B10000;
    }

.vehicle-item .vehicle-name {
    font-size: 1.5em;
    font-weight: bold;
    left: 1.2em;
    line-height: 1;
    position: absolute;
    top: 0.8em;
    right: 3.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 1.5em;
}

.vehicle-item .temperature {
    position: absolute;
    right: 1.2em;
    font-size: 1.5em;
    top: 0px;
    line-height: 1;
    top: 0.8em;
    opacity: 0;
    transition: all 2s ease-in-out;
}

    .vehicle-item .temperature.init {
    }

    .vehicle-item .temperature.cold, .cold {
        color: #000f83;
        opacity: 1;
    }

    .vehicle-item .temperature.hot {
        color: #3e3e3e;
        opacity: 1;
    }

.vehicle-item .driving-status {
    width: 1.2em;
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 0px;
    transition: all 2s ease-in-out;
}

    .vehicle-item .driving-status.init {
        background-color: #b9b9b9;
    }

    .vehicle-item .driving-status.stop {
        background-color: #B10000;
    }

    .vehicle-item .driving-status.start {
        background-color: #017100;
    }

.data .stop {
    color: #B10000;
}

.data .start {
    color: #017100;
}

.header {
    font-size: 1.5em;
}

input {
    width: 100%;
    padding: 8px;
    border: 1px solid #BABABA;
    font-size: 1em;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 0px 0px #000000;
    box-shadow: 0px 0px 0px 0px #000000;
    background: white;
}

    input[type='checkbox'] {
        width: auto;
    }

    input[type='submit'] {
        background: #f0f0f0;
    }

.validation-summary-errors ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.validation-summary-errors li {
    color: white;
    padding: 10px;
    background-color: #e94444;
}

.loading-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 1;
    visibility: visible;
    transition: visibility 0s linear 200ms,opacity 200ms linear;
    z-index: 9999999;
}

.loading-bg {
    background: url('/images/loading.gif') !important;
}

.loading-text {
    font-size: 1.5em;
    text-align: center;
    top: 35%;
    position: relative;
}

.loading-overlay.shown {
    opacity: 1;
}

.loading-overlay.hidden {
    visibility: hidden;
    opacity: 0;
}

.field-validation-error {
    display: none;
}

.menu {
    background-color: #494949;
}

.menu-item {
    padding: 10px 20px;
    color: #c3c3c3;
    cursor: pointer;
}

    .menu-item.selected {
        pointer-events: none;
        color: #f3f3f3;
        background-color: white;
        color: black;
    }

/* -------------------- Tourlist --------------------*/
.flex {
    display: flex;
}

.flex-row {
    flex-direction: row;
}

.flex-column {
    flex-direction: column;
}

.flex.flex-column.centered {
    justify-content: center;
}

.padded {
    padding: 6px;
}

.text-center {
    text-align: center;
}

.tour-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.tour-list-content {
    display: flex;
    flex-direction: column;
}

.tour-item-wrapper {
    padding-bottom: 16px;
}

    .tour-item-wrapper * {
        border: none;
    }

        .tour-item-wrapper *.bordered {
            border-color: rgba(0,0,0,0.075);
            border-style: solid;
            border-width: 1px;
        }

.tour-item {
    font-size: 16px;
}

    .tour-item.bordered.padded {
    }

    .tour-item.status-start {
        background-color: #fff;
    }

    .tour-item.status-stop {
        background-color: #f9f9f9;
    }

    .tour-item.status-rest {
        background-color: #def0d8;
    }

    .tour-item.status-salary-rest {
        background-color: #eef9eb;
    }

    .tour-item.status-approved {
        background-color: #b9ffa2;
    }

    .tour-item.status-trip {
        background-color: #ececec;
    }
    .tour-item.status-private-drive {
        background-color: rgba(153, 204, 255, 0.2);
    }
    .tour-item.status-sideshow {
        background-color: rgba(255, 255, 153, 0.2);
    }
    .tour-item.status-rentalcar {
        background-color: rgba(217, 232, 238, 0.33);
    }

    .tour-item.status-passenger {
        background-color: rgba(153, 255, 255, 0.2);
    }


    .tour-item.status-start .status-icon .glyphicon::before {
        content: "\e072";
    }

    .tour-item.status-stop .status-icon .glyphicon::before {
        content: "\e074";
    }

    .tour-item.status-rest .status-icon .glyphicon::before {
        content: "\e073";
    }

    .tour-item.status-salary-rest .status-icon .glyphicon::before {
        content: "\e073";
    }

    .tour-item.status-approved .status-icon .glyphicon::before {
        content: "\e089";
    }

    .tour-item.status-trip .status-icon .glyphicon::before {
        content: "\e023";
    }

    .tour-item.status-private-drive .status-icon .glyphicon::before {
        content: "\e041";
    }
    .tour-item.status-sideshow .status-icon .glyphicon::before {
        content: "\e041";
    }
    .tour-item.status-rentalcar .status-icon .glyphicon::before {
        content: "\e110";
    }

    .tour-item.status-passenger .status-icon .glyphicon::before {
        content: "\e041";
    }

    .tour-item.status-start .status-icon {
        background-color: rgba(1,113,0,0.2);
    }

    .tour-item.status-stop .status-icon {
        background-color: rgba(177,0,0,0.2);
    }

    .tour-item.status-rest .status-icon {
        background-color: rgba(255,255,255,0.34);
    }

    .tour-item.status-approved .status-icon {
        background-color: rgba(255,255,255,0.34);
    }

    .tour-item.status-rentalcar .status-icon {
        background-color: rgb(217, 232, 238);
    }

 .tour-type-SemenPickup {
    display: none;
}

.tour-item-header {
    display: flex;
    flex-direction: row;
}

.item-info-section {
    position: relative;
    text-align: center;
}

    .item-info-section.timebox {
        flex-shrink: 1;
        flex-grow: 0;
        white-space: nowrap;
        min-width: 56px;
        height: 100%;
    }

.forced-timebox {
    min-width: 56px;
    min-height: 56px;
    background-color: transparent !important;
    border: none !important;
}

.forced-distancebox {
    min-width: 60px;
    background-color: transparent !important;
    border: none !important;
}

.item-info-section.distancebox {
    position: relative;
    flex-basis: 60px;
    flex-grow: 0;
    flex-shrink: 1;
    height: 100%;
}

    .item-info-section.distancebox .no-overflow {
        overflow: hidden;
        min-width: 56px;
    }

.item-info-section.centerbox {
    flex-grow: 1;
    flex-shrink: 0;
    padding-bottom: 0;
}

.item-info-section.chevron {
    align-content: flex-end;
}

.tour-item-body {
    font-size: 18px;
    padding: 12px;
}

    .tour-item-body > .flex:not(:last-child) {
        padding-bottom: 6px;
    }

    .tour-item-body .divider {
        padding-top: 6px;
        padding-bottom: 6px;
    }

        .tour-item-body .divider .bordered {
            border-left-width: 0;
            border-right-width: 0;
            border-bottom-width: 0;
        }

.tour-details-button {
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.6;
}

.pull-right {
    flex-grow: 1;
    flex-shrink: 0;
    text-align: right;
}

.highlight {
    background-color: rgba(255,255,255,0.5);
}

/*.highlight > div {
        position: relative;
    }

/*.highlight > div::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: '';
        background-color: white;
        opacity: 0.2;
    } */

.status-icon {
    padding-left: 6px;
    padding-right: 6px;
}


.chr-text {
    padding-left: 11px;
}


.trip-use-popup {
    position: absolute;
    z-index: 99;
    width: 200px;
    background-color: white;
    right: 0;
    border: 1px solid rgba(0,0,0,0.075);
    margin-top: -1px;
    box-shadow: -2px 4px 11px 1px rgba(0, 0, 0, 0.15);
}

    .trip-use-popup .header {
        font-size: 20px;
        margin: 0;
        padding: 8px;
        font-weight: 400;
        cursor: default !important;
        text-align: left;
    }

    .trip-use-popup .popup-item {
        text-align: left;
        padding: 8px;
        cursor: pointer;
    }

.clicable {
    cursor: pointer;
}

.no-vertical-border {
    border-top: 0px solid transparent !important;
    border-bottom: 0px solid transparent !important;
}

.no-left-border {
    border-left: 0px solid transparent !important;
}

.hidden-overflow {
    overflow: hidden;
}

@media screen and (max-width: 400px) {
    .menu-item {
        padding: 10px 12px;
    }

    .tags .tag {
        padding: 10px 10px !important;
    }
}


@media screen and (max-width: 380px) {

    .tags .tag {
        font-size: 13px;
        padding: 10px 9px !important;
    }
}

/* -------------------- Private --------------------*/
.tour-private-container {
    padding: 20px;
}

.tour-private-container-title {
    padding-bottom: 6px;
}

.tour-private-wrap {
    background-color: #f4f4f4;
    border: 1px solid #cdcdcd;
    padding: 16px;
    margin-bottom: 16px;
}

.tour-private-form-container {
    max-width: 540px;
}

.tour-private-option {
    padding: 12px 14px;
    background-color: #d6d6d6;
    cursor: pointer;
    margin-right: 8px;
    width: 100%;
    text-align: center;
    border: 1px solid #cdcdcd;
    position: relative;
    transform: translateY(1px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 16px;
    font-size: 16px;
}

    .tour-private-option > div {
        position: relative;
        z-index: 1;
    }

    .tour-private-option::before {
        transition: all 280ms ease-in-out;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 4px;
        content: "";
        background-color: #f4f4f4;
    }

    .tour-private-option:hover::before {
        width: 8px;
    }

    .tour-private-option.selected {
        box-shadow: none;
        border-bottom-color: #f4f4f4;
        background-color: #f4f4f4;
        cursor: default;
        pointer-events: none;
        margin-bottom: 0;
    }

        .tour-private-option.selected::before {
            width: 100%;
        }

.tour-registered-time > div {
    display: inline-block;
}

    .tour-registered-time > div:last-of-type {
        float: right;
    }

.tour-registered-time-label {
    min-width: 32px;
}

.tour-countdown-text {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.tour-private-inner {
    max-width: 540px;
}

.private-card {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    min-width: 100%;
    padding-left: 8px;
    background-color: #0093d0;
    margin-bottom: 16px;
}

.private-card-info {
    position: relative;
    border-left: solid 1px #cdcdcd;
    border-right: solid 1px #cdcdcd;
    flex-grow: 1;
    flex-shrink: 0;
}

.private-card-delete {
    display: flex;
    flex-direction: column;
    transition: background-color ease-in-out 200ms;
    background-color: #dd5e5e;
    justify-content: center;
    padding: 16px;
    cursor: pointer;
}

    .private-card-delete:hover {
        background-color: #d83333;
    }

/* -------------------- Loglist -------------------- */
.card-wrap {
    position: relative;
    border-top: solid 1px #cdcdcd;
    padding: 20px;
}

    .card-wrap:not(.expanded) {
        height: 0;
        padding: 0;
    }

        .card-wrap:not(.expanded) .data {
            display: none;
        }

.card-header {
    padding: 16px;
    color: #494949;
    cursor: pointer;
}

.card-header-text {
    width: calc(100% - 27px);
}

.card-header.expanded {
    background-color: #d6d6d6;
}

.card-data {
    position: relative;
    border-left: solid 1px #cdcdcd;
    border-right: solid 1px #cdcdcd;
    line-height: 36px;
}

    .card-data .value {
        line-height: 36px;
        font-size: 18px;
    }

.button {
    padding: 10px 14px;
    background-color: #d6d6d6;
    border: solid 1px #bfbfbf;
    cursor: pointer;
    margin-right: 16px;
    min-width: 150px;
    max-width: 260px;
    text-align: center;
    -moz-box-shadow: 1px 1px 4px -1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 4px -1px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 4px -1px rgba(0,0,0,0.3);
}

    .button:hover {
        background-color: #e8e8e8;
    }

.requesting {
    pointer-events: none;
    cursor: progress;
}

input.ng-invalid-time.ng-touched {
    border: 1px solid red;
    -moz-box-shadow: inherit;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: 0px 0px 3px -1px rgba(255,0,0,0.6);
    -webkit-box-shadow: 0px 0px 3px -1px rgba(255,0,0,0.6);
    box-shadow: 0px 0px 3px -1px rgba(255,0,0,0.6);
}

.datepicker-display {
    pointer-events: none;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: white;
    position: absolute;
    padding: 8px;
}

    .datepicker-display.disabled {
        opacity: 0.6;
    }

.sticky {
    position: sticky !important;
    top: 0;
    z-index: 20;
    background-color: white;
    padding-bottom: 0;
    margin-bottom: 16px;
    color: gray;
}

.modal-window-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.90);
    z-index: 30;
}

.modal-window {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 10px;
    width: 320px;
    max-width: 88%;
    background-color: white;
    border-radius: 6px;
    box-shadow: -2px 4px 11px 1px rgba(0, 0, 0, 0.15);
}

    .modal-window input {
        width: 100%;
    }

    .modal-window .label {
        padding: 6px 6px 6px 0;
        min-width: 98px;
    }


.flex-wrapped {
    display: flex;
    flex-direction: row;
}

    .flex-wrapped > * {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 1px;
    }

    .flex-wrapped > .shrink {
        flex-shrink: 1;
        flex-grow: 0;
    }


.tags-background, .menu-item.selected.has-tags {
    background-color: #f9f9f9 !important;
}

    .tags-background .tag {
        color: #969696 !important;
    }

    .tags {
        background-color: #494949;
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 4px;
        margin-bottom: 16px;
    }

    .tags .tag {
        display: inline-block;
        padding: 10px 12px;
        float: left;
        color: #c3c3c3;
        cursor: pointer;
    }

    .tags .tag.selected {
        background-color: white;
        color: black !important;
        pointer-events: none;
    }

    /*.tags .tag::before {
        position: relative;
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        content: "\e157";
        font-size: 10px;
    }

    .tags .tag.selected::before {
        content: "\e067";
    }*/

.left-aligned {
    text-align: left;
}

.no-pointer-events {
    pointer-events: none;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.glyphicon-chevron-up::before {
    content: "\e113";
}

.glyphicon-chevron-down::before {
    content: "\e114";
}

.glyphicon-trash::before {
    color: white;
    content: "\e020";
}
/* -------------------- MODIFIERS -------------------- */

.padding {
    padding: 6px;
}

.padding-big {
    padding: 16px;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.small-padding-bottom {
    padding-bottom: 10px !important;
}

.small-padding-top {
    padding-top: 10px !important;
}


.bottom-space {
    margin-bottom: 1em;
}

.no-animate {
    transition: none;
}

.bordered {
    border: solid 1px #cdcdcd;
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.4;
}

.no-margin {
    margin: 0 !important;
}

.margin-left {
    margin-left: 4px !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.padding-bottom {
    padding-bottom: 16px;
}

.margin-bottom {
    margin-bottom: 16px;
}

.spacer {
    width: 37px;
    min-width: 37px;
    max-width: 37px;
}

.spacer-horizontal {
    height: 73px;
}

.flex-mobile-full:first-child {
    margin-right: 16px;
}

.clear-float {
    float: none;
    clear: both;
}

.tiny-button {
    border: solid 1px #bfbfbf;
    padding: 4px 8px;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 4px;
    color: black;
}

    .tiny-button.selected {
        border-color: black;
        box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.09);
        background-color: #a3ffd7;
    }

.overview-status-icon {
    border: 1px solid transparent;
    background-color: transparent;
    display: inline-block;
    padding: 2px 6px 2px 4px;
    font-size: 16px;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

    .overview-status-icon .glyphicon {
        top: 0;
        color: black;
    }

    .overview-status-icon span {
        color: black;
        font-size: 12px;
        display: inline-block;
        transform: translateY(-2px);
    }

    .overview-status-icon.overview-status-stop {
        border: 1px solid rgb(219, 184, 186);
        background-color: rgb(236, 200, 201);
    }

        .overview-status-icon.overview-status-stop .glyphicon::before {
            content: "\e074";
        }


    .overview-status-icon.overview-status-start {
        border: 1px solid rgb(193, 210, 192);
        background-color: rgb(209, 227, 207);
    }

        .overview-status-icon.overview-status-start .glyphicon::before {
            content: "\e072";
        }

    .overview-status-icon.overview-status-signal-1 {
        border: 1px solid rgb(193, 210, 192);
        background-color: rgb(209, 227, 207);
    }

    .overview-status-icon.overview-status-signal-2 {
        border: 1px solid rgb(219, 217, 184);
        background-color: rgb(236, 231, 200);
    }

    .overview-status-icon.overview-status-signal-3 {
        border: 1px solid rgb(219, 184, 186);
        background-color: rgb(236, 200, 201);
    }

        .overview-status-icon.overview-status-signal-3::after {
            content: "";
            width: 100%;
            height: 2px;
            background-color: red;
            position: absolute;
            z-index: 2;
            left: 0;
            top: 10px;
            transform: rotate(45deg);
        }

        .overview-status-icon.overview-status-signal-1 .glyphicon::before,
        .overview-status-icon.overview-status-signal-2 .glyphicon::before,
        .overview-status-icon.overview-status-signal-3 .glyphicon::before {
            content: "\e018";
        }


.summary-box {
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    height: 124px;
    position: relative;
    margin: 14px;
    font-size: 20px;
}

.summary-box-header {
    position: absolute;
    color: #aeaeae;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 6px;
    padding-top: 6px;
}

.summary-box-content {
    position: absolute;
    left: 50%;
    top: 60%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    text-align: center;
    font-size: 18px;
}

.summary-box-small {
    font-size: 16px;
    color: #6f6f6f;
}

.summary-box-small-black-content {
    font-size: 16px;
    color: black;
}

.toggle-box.can-open {
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.25);
}

.force-full-width {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.additional-details-section {
    padding: 3px 6px;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0,0,0,0.075);
    font-size: 0.9em;
}

span.highlighted {
    font-weight: 600;
}

.text-area {
    border: 1px solid #BABABA;
    width: 100%;
}

.select {
    border: 1px solid #BABABA;
    width: 100%;
    font-size: 1em;
    height:36px;
}
/* ---------------------------------------- MEDIA QUERIES ---------------------------------------- */
@media screen and (max-width: 540px) {
    #button-group {
        margin-top: 16px;
    }

    .tour-countdown-text {
        width: 100%;
        text-align: center;
        font-size: 12px;
        padding: 10px 0;
    }

    .tour-registered-time > div {
        display: block;
    }

        .tour-registered-time > div:last-of-type {
            float: left;
        }

    .button.fl {
        margin-right: 0;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 16px;
    }

    .button.fr {
        margin-right: 0;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 16px;
    }

    .flex-mobile-full {
        flex-grow: 1;
        flex-shrink: 0;
    }

    .no-flex-mobile {
        display: block !important;
    }

    .margin-top-mobile {
        margin-top: 16px;
    }

    .margin-bottom-mobile {
        margin-bottom: 16px;
    }

    .hidden-mobile {
        display: none;
    }

    .private-card {
        flex-direction: column;
    }

    .private-card-delete {
        align-items: center;
        max-width: 80px;
    }
}
