﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

.color-doit {
    color: #1773F5 !important;
}

.fill-color-doit {
    fill: #1773F5;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.bottom-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.table-ttd {
    max-width: 100%;
    overflow: auto;
    display: block;
    max-height: 82vh !important;
}

.cell-active {
    background-color: #1773F5;
    color: white;
    border: 1px solid #1773F5 !important;
}

.day-today {
    background-color: lightblue;
}

.border-rl-blue {
    border-left: 1px solid #1773F5 !important;
    border-right: 1px solid #1773F5 !important;
}

.border-tb-blue {
    border-top: 1px solid #1773F5 !important;
    border-bottom: 1px solid #1773F5 !important;
}

.border-rlb-blue {
    border-left: 1px solid #1773F5 !important;
    border-right: 1px solid #1773F5 !important;
    border-bottom: 1px solid #1773F5 !important;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #e6e6e6;
        border-bottom: 1px solid #d6d5d5;
    }

    .main .bottom-row {
        background-color: #e6e6e6;
        border-top: 1px solid #d6d5d5;
    }

.sidebar {
    background-color: #F5F5F5;
}

    .sidebar .top-row {
        /*background-color: rgba(0,0,0,0.4);*/
    }

    .sidebar .bottom-row {
        background-color: rgba(0,0,0,0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

.nav-item {
    font-size: 0.9rem;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 0.3rem;
    color: #1773F5;
}

    .nav-item:first-of-type {
        padding-top: 0.5rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item a {
        color: #000000;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item a.active {
            background-color: rgba(255,255,255,0.5);
            color: #1773F5;
        }

        .nav-item a:hover {
            background-color: rgba(255,255,255,0.5);
            color: #1773F5;
        }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.card-img-top {
    width: 100%;
    height: 5vw;
    object-fit: contain;
}

@media (max-width: 1080px) {
    .main .top-row {
        display: none;
    }

    .main .bottom-row {
        display: none;
    }
}

@media (min-width: 1080.02px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 220px;
        height: 100vh;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        overflow: auto;
    }

    .main .top-row {
        z-index: 1;
        position: fixed;
        width: 100%;
        margin-left: 220px;
        padding: 0px 10px;
    }

    .main .content {
        margin-left: 220px;
        margin-top: 50px;
        max-width: 87vw;
    }

    .main .bottom-row {
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .badge-btn {
        display: contents;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.pagination .btn {
    background-color: darkgray;
}

.pagination span.btn {
    background-color: #000;
    color: #fff;
}

.pagination li {
    padding: 5px;
}

.btn.focus, .btn:focus, .btn:hover {
    outline: 0;
    box-shadow: 0px 0px 0px 0.2rem rgba(0,123,255,0.25);
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.table .btn.green {
    background-color: green;
    color: white;
    line-height: 14px;
    font-size: 14px;
}

.table .btn.red {
    background-color: red;
    color: white;
    line-height: 14px;
    font-size: 14px;
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}



@keyframes spin {
    0% {
        transform: translate(2px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -3px) rotate(36deg);
    }

    20% {
        transform: translate(-2px, 0px) rotate(72deg);
    }

    30% {
        transform: translate(1px, 2px) rotate(108deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(144deg);
    }

    50% {
        transform: translate(-1px, 3px) rotate(180deg);
    }

    60% {
        transform: translate(-1px, 1px) rotate(216deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(252deg);
    }

    80% {
        transform: translate(-2px, -1px) rotate(288deg);
    }

    90% {
        transform: translate(2px, 1px) rotate(324deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(360deg);
    }
}

@keyframes speed {
    0% {
        transform: translate(2px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -3px) rotate(-1deg);
    }

    20% {
        transform: translate(-2px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 3px) rotate(-1deg);
    }

    60% {
        transform: translate(-1px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-2px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(2px, 1px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

@keyframes strikes {
    from {
        left: 25px;
    }

    to {
        left: -80px;
        opacity: 0;
    }
}

@keyframes dots {
    from {
        width: 0px;
    }

    to {
        width: 15px;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

body {
    background: #fff;
    font-family: "Lato", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Sans-Serif;
}

.fadeIn, .loading-window {
    animation: fadeIn 0.4s both;
}

.loading-window {
    background: #fff;
    border-radius: 6px;
    border: 3px solid #F5F5F5;
    color: #F5F5F5;
    height: 200px;
    left: 50%;
    margin-left: -150px;
    margin-top: -100px;
    position: fixed;
    top: 50%;
    width: 300px;
    z-index: 99;
}

    .loading-window .text {
        font-size: 16px;
        position: absolute;
        width: auto;
        top: 75%;
        left: 38%;
        margin: 0 auto;
    }

    .loading-window .dots {
        display: inline-block;
        width: 5px;
        overflow: hidden;
        vertical-align: bottom;
        animation: dots 1.5s linear infinite;
        transition: 1;
    }

.car {
    position: absolute;
    width: 117px;
    height: 42px;
    left: 92px;
    top: 70px;
}

    .car .strike {
        position: absolute;
        width: 11px;
        height: 1px;
        background: #F5F5F5;
        animation: strikes 0.2s linear infinite;
    }

    .car .strike2 {
        top: 11px;
        animation-delay: 0.05s;
    }

    .car .strike3 {
        top: 22px;
        animation-delay: 0.1s;
    }

    .car .strike4 {
        top: 33px;
        animation-delay: 0.15s;
    }

    .car .strike5 {
        top: 44px;
        animation-delay: 0.2s;
    }

.car-detail {
    position: absolute;
    display: block;
    background: #F5F5F5;
    animation: speed 0.5s linear infinite;
}

    .car-detail.spoiler {
        width: 0;
        height: 0;
        top: 7px;
        background: none;
        border: 20px solid transparent;
        border-bottom: 8px solid #F5F5F5;
        border-left: 20px solid #F5F5F5;
    }

    .car-detail.back {
        height: 20px;
        width: 92px;
        top: 15px;
        left: 0px;
    }

    .car-detail.center {
        height: 35px;
        width: 75px;
        left: 12px;
        border-top-left-radius: 30px;
        border-top-right-radius: 45px 40px;
        border: 4px solid #F5F5F5;
        background: none;
        box-sizing: border-box;
    }

    .car-detail.center1 {
        height: 35px;
        width: 35px;
        left: 12px;
        border-top-left-radius: 30px;
    }

    .car-detail.front {
        height: 20px;
        width: 50px;
        top: 15px;
        left: 67px;
        border-top-right-radius: 50px 40px;
        border-bottom-right-radius: 10px;
    }

    .car-detail.wheel {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        top: 20px;
        left: 12px;
        border: 3px solid #fff;
        background: linear-gradient(45deg, transparent 45%, #F5F5F5 46%, #F5F5F5 54%, transparent 55%), linear-gradient(-45deg, transparent 45%, #F5F5F5 46%, #F5F5F5 54%, transparent 55%), linear-gradient(90deg, transparent 45%, #F5F5F5 46%, #F5F5F5 54%, transparent 55%), linear-gradient(0deg, transparent 45%, #F5F5F5 46%, #F5F5F5 54%, transparent 55%), radial-gradient(#F5F5F5 29%, transparent 30%, transparent 50%, #F5F5F5 51%), #fff;
        animation-name: spin;
    }

    .car-detail.wheel2 {
        left: 82px;
    }

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid blue;
    border-bottom: 16px solid blue;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.sendpulse-fab .sp-link-wrapper {
    display: none !important;
}

.pointer {
    cursor: pointer;
}

.not-allowed {
    cursor: not-allowed;
}


.not-allowed {
    cursor: not-allowed;
}

button {
    touch-action: manipulation;
}

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    background-color: white;
    border: 1px solid #f2f2f2;
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.button-disabled {
    pointer-events: none;
}

/* Removes the clear button from date inputs */
input[type="date"]::-webkit-clear-button {
    display: none;
}

/* Removes the spin button */
input[type="date"]::-webkit-inner-spin-button {
    display: none;
}

/* Always display the drop down caret */
input[type="date"]::-webkit-calendar-picker-indicator {
    color: #2c3e50;
}

/* A few custom styles for date inputs */
input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
    color: #95a5a6;
    font-family: "Helvetica", arial, sans-serif;
    font-size: 18px;
    border: 1px solid #ecf0f1;
    background: #ecf0f1;
    padding: 5px;
    display: inline-block !important;
    visibility: visible !important;
}

input[type="date"], focus {
    color: #95a5a6;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

#input-no-arrow {
    -moz-appearance: textfield;
}

    #input-no-arrow::-webkit-outer-spin-button,
    #input-no-arrow::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }


#nested {
    position: absolute;
    top: -8px;
    left: -8px;
    font-size: 200%;
    color: rgba(217, 83, 79, 0.7);
}

#container:after {
    position: absolute;
    content: "/";
    color: red;
    font-weight: 700;
    font-size: 1.7em;
    left: 7px;
    top: -10px;
}

.table-row-btn {
    background-color: white;
    border: none;
    color: black;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
}

.text-overflow {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.map {
    height: 400px;
    width: 100%;
}

.ol-attribution.ol-uncollapsible {
    display: none;
}

.nav-tabs .nav-link {
    border-color: #dee2e6 #dee2e6 #fff;
    border-bottom-color: #dee2e6;
    background-color: #f9f9f9;
}

.nav-tabs .active {
    border-top: 4px solid #003399 !important;
    padding-top: 5px;
    border-bottom: 1px solid transparent;
    background-color: white;
}

.nav-tabs > li {
    margin-bottom: -1px;
}

.nav-tabs-body {
    border: 1px solid #dee2e6;
    border-top-width: 0;
}

.cursor-pointer {
    cursor: pointer;
}

textarea[readonly] {
    background-color: unset;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    opacity: 0.8;
    width: 25px;
    background-color: lightgray;
    border-radius: 7px;
    height: 25px;
}

.office-form-footer,
.office-form-theme-footer {
    display: none;
}

.btn-primary {
    background-color: #F5F5F5 !important;
    border-color: #F5F5F5 !important;
}


.after-loop {
    padding: 0.5rem 0 0.5rem
}

    .after-loop div.after-loop-item {
        color: #000;
        position: relative;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        transition: .15s box-shadow ease,.15s transform ease;
        -moz-transition: .15s box-shadow ease,.15s transform ease
    }

    .after-loop a.after-loop-item .card-body i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 4rem;
        left: 1rem;
        color: rgba(255,255,255,.2);
        transition: .15s all ease
    }

    .after-loop a.after-loop-item .card-body h4 {
        font-weight: 700
    }

    .after-loop a.after-loop-item .card-body p {
        color: rgba(255,255,255,.7);
        font-weight: 600
    }

    .after-loop a.after-loop-item:hover {
        text-decoration: none
    }

    .after-loop .card-themes {
        background-color: #dd3d31
    }

    .after-loop .card-templates {
        background-color: #2092ed
    }

    .after-loop .card-snippets {
        background-color: #ffc107
    }

    .after-loop .card-guides {
        background-color: #28a745
    }

    .after-loop .card-guides {
        background-color: white
    }

    .after-loop .card-doit {
        background-color: #F5F5F5
    }

@media(min-width:992px) {
    .after-loop div.after-loop-item:hover {
        transform: translateY(-0.25rem);
        box-shadow: 0 2.25rem 1.5rem -1.5rem rgba(33,37,41,.3),0 0 1.5rem .5rem rgba(33,37,41,.05) !important
    }

    .after-loop a.after-loop-item:hover .card-body i {
        left: 1.5rem;
        font-size: 3rem
    }

    .after-loop a.after-loop-item:active {
        transform: none;
        box-shadow: 0 2rem 1.5rem -1.5rem rgba(33,37,41,.15),0 0 1.5rem .5rem rgba(33,37,41,.05) !important
    }
}


.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

.news-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .5rem;
}

.news-card-body {
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    overflow: hidden;
    max-width: 100%;
    height: 200px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .5rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .5rem;
        border-bottom-left-radius: .5rem
    }

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

    .card-header:first-child {
        border-radius: calc(.5rem - 1px) calc(.5rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.5rem - 1px) calc(.5rem - 1px)
    }

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.5rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.5rem - 1px);
    border-top-right-radius: calc(.5rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.5rem - 1px);
    border-bottom-left-radius: calc(.5rem - 1px)
}

.card-deck {
    display: flex;
    flex-direction: column
}

    .card-deck .card {
        margin-bottom: .75rem
    }

@media(min-width:576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -.75rem;
        margin-left: -.75rem
    }

        .card-deck .card {
            display: flex;
            flex: 1 0 0%;
            flex-direction: column;
            margin-right: .75rem;
            margin-bottom: 0;
            margin-left: .75rem
        }
}

.card-group {
    display: flex;
    flex-direction: column
}

    .card-group > .card {
        margin-bottom: .75rem
    }

@media(min-width:576px) {
    .card-group {
        flex-flow: row wrap
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
                    border-bottom-left-radius: 0
                }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media(min-width:576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.missingNotesIcon {
    border-top: 14px solid yellow;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 0px solid yellow;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-90deg);
    top: 0px;
    left: 0px;
    z-index: 51;
    position: absolute;
    cursor: pointer;
}

.missing104Icon {
    border-top: 14px solid red;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 0px solid red;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-90deg);
    top: 0px;
    left: 0px;
    z-index: 51;
    position: absolute;
    cursor: pointer;
}

.multipleTimeSlotsIcon {
    border-top: 14px solid #1773F5;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 0px solid #1773F5;
    top: 0px;
    right: 0px;
    left: auto;
    z-index: 51;
    position: absolute;
    cursor: pointer;
}

.otherUsersIcon {
    position: absolute;
    z-index: 9999;
    color: lightblue;
    font-size: 12px;
    right: 2 !important;
}

/* SignaturePad */
.signature-pad {
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 10px;
    width: 100%;
    height: 150px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
    border-radius: 4px;
    padding: 16px 16px 8px 16px;
}

.signature-img {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 150px;
    padding: 16px 16px 8px 16px;
}


.signature-pad::before,
.signature-pad::after {
    position: absolute;
    z-index: -1;
    content: "";
    width: 40%;
    height: 10px;
    bottom: 10px;
    background: transparent;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}

.signature-pad::before {
    left: 20px;
    transform: skew(-3deg) rotate(-3deg);
}

.signature-pad::after {
    right: 20px;
    transform: skew(3deg) rotate(3deg);
}

.signature-pad--body {
    position: relative;
    flex: 1;
    /*border: 1px solid #e6e6e6;*/
}

    .signature-pad--body canvas {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 4px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
    }

.signature-pad--footer {
    color: #C3C3C3;
    text-align: center;
    font-size: 1.2em;
    margin-top: 8px;
}

.signature-pad--actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.signature-pad--action-item {
    margin-left: 10px;
    margin-right: 10px;
}

.signature-pad--pen,
.signature-pad--clear,
.signature-pad--undo,
.signature-pad--save {
    cursor: pointer;
}

.signature-pad--pen-color {
    opacity: 0;
    width: 0px;
}

.signature-pad--select-image-type {
    width: 0%;
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
}

.signature-pad--footer-description {
    margin-bottom: 5px;
}

.z-index-50 {
    z-index: 50;
}

.tooltip-size {
    min-width: 200px;
}

.arrow {
    display: none;
}

.authentication-unhandled-failure-message {
    /*Since we cannot detect some errors in authenticating, using animation to show after a delay animation: fade-in 5s step-end;*/
    animation-fill-mode: both;
    opacity: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.c-red {
    color: red;
    font-weight: bold;
}

.c-green {
    color: green;
    font-weight: bold;
}

@font-face {
    font-family: Inconsolata;
    src: url('https://fonts.googleapis.com/css2?family=Inconsolata&display=swap');
}

body {
    font-family: 'Inconsolata', monospace !important;
}

.logo-loader {
    margin-left: 17px !important;
    margin-top: 16px !important;
}

::-webkit-scrollbar-thumb {
    background: #1773F5 !important;
    border: 4px solid rgba(0, 0, 0, 0) !important;
    background-clip: padding-box !important;
    border-radius: 8px !important;
}

.btn .btn-primary {
    color: #000000;
    border-color: #000000 !important;
}

.fixed-first-row {
    position: sticky;
    position: -webkit-sticky; /* for Safari */
    top: 0px !important;
    z-index: 91;
    background-color: white;
}

.fixed-last-row {
    position: sticky;
    position: -webkit-sticky; /* for Safari */
    bottom: 0px !important;
    z-index: 91;
    background-color: white;
}


@-webkit-keyframes animate-svg-fill-1 {
    0% {
        fill: transparent
    }

    100% {
        fill: rgb(23,115,245)
    }
}

@keyframes animate-svg-fill-1 {
    0% {
        fill: transparent
    }

    100% {
        fill: rgb(23,115,245)
    }
}

.svg-elem-1 {
    -webkit-animation: animate-svg-fill-1 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.8s both;
    animation: animate-svg-fill-1 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.8s both
}

@-webkit-keyframes animate-svg-fill-2 {
    0% {
        fill: transparent
    }

    100% {
        fill: rgb(23,115,245)
    }
}

@keyframes animate-svg-fill-2 {
    0% {
        fill: transparent
    }

    100% {
        fill: rgb(23,115,245)
    }
}

.svg-elem-2 {
    -webkit-animation: animate-svg-fill-2 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.9s both;
    animation: animate-svg-fill-2 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.9s both
}

@-webkit-keyframes animate-svg-fill-3 {
    0% {
        fill: transparent
    }

    100% {
        fill: rgb(23,115,245)
    }
}

@keyframes animate-svg-fill-3 {
    0% {
        fill: transparent
    }

    100% {
        fill: rgb(23,115,245)
    }
}

.svg-elem-3 {
    -webkit-animation: animate-svg-fill-3 0.7s cubic-bezier(0.47,0,0.745,0.715) 1s both;
    animation: animate-svg-fill-3 0.7s cubic-bezier(0.47,0,0.745,0.715) 1s both
}

@-webkit-keyframes animate-svg-fill-4 {
    0% {
        fill: transparent
    }

    100% {
        fill: rgb(23,115,245)
    }
}

@keyframes animate-svg-fill-4 {
    0% {
        fill: transparent
    }

    100% {
        fill: rgb(23,115,245)
    }
}

.svg-elem-4 {
    -webkit-animation: animate-svg-fill-4 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.1s both;
    animation: animate-svg-fill-4 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.1s both
}

.floating-update-button {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    padding: 1rem 1.5rem;
    animation: fadein 2s ease-out;
}

@keyframes fadein {
    from {
        right: -100%;
    }

    to {
        right: 2rem;
    }
}

.btn-thumbs-up:hover {
    color: #007bff;
}

.thumbs-up-color {
    color: #007bff;
}

.btn-celebrate:hover {
    color: #28a745;
}

.celebrate-color {
    color: #28a745;
}

.btn-heart:hover {
    color: #dc3545;
}

.heart-color {
    color: #dc3545;
}

.btn-lightbulb:hover {
    color: #ffc107;
}

.lightbulb-color {
    color: #ffc107;
}

.btn-thinking:hover {
    color: violet;
}

.thinking-color {
    color: violet;
}

.tooltip-inner-reaction {
    min-width: 300px !important;
    max-width: 400px !important;
    background-color: #e6e6e6 !important;
}

#svgcd:not(:hover) path {
    fill: black;
}

.svg5hover {
    transform: scale(1.3);
}

    .svg5hover:hover {
        transform: scale(1.7);
    }

.svghover:hover {
    transform: scale(1.3);
}

.to-read {
    border-right: 7px solid #1773F5;
}

.border-draft {
    border-right: 7px solid orange;
}

.color-draft {
    color: orange;
}

.news-input-title {
    font-size: 1.5rem;
    font-weight: 600;
}

.fa-rotate-45 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#business.collapse:not(.show) {
    display: none !important;
}

#myAsset.collapse:not(.show) {
    display: none !important;
}

.panel-heading {
    padding: 0;
    border: 0;
}

.panel-title > a, .panel-title > a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menuarrow {
    float: right;
    transition: all 0.5s;
    right: 10px;
    position: absolute;
    /*content: "\f107";*/
}

a.nav-link.collapsed > svg.menuarrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

mw-50 {
    min-width: 50% !important;
}

/*
    Rating componnet
*/
.star-checked {
    color: #007bff !important;
}

.not-allowed {
    cursor: not-allowed;
}

/*handwritten.js*/
#canvas {
    width: 99%;
    /*max-width: 375px;*/
    height: 300px;
    position: relative;
    overflow: hidden;
    overflow: -Scroll;
}

    #canvas canvas {
        display: block;
    }

#clearCanvas0 {
    width: calc(50% - 5px);
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 300px;
    left: 5px;
    border: 1px solid #DEDEDE;
    z-index: 1;
}

#saveCanvas0 {
    width: calc(50% - 5px);
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 300px;
    right: 5px;
    border: 1px solid #DEDEDE;
    z-index: 1;
}
/*end handwritten.js*/


/*blazor context menu */
.blazor-context-menu--default {
    position: fixed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.3), 0 0 0 1px #eee;
    box-shadow: 0 10px 20px rgba(0,0,0,.3), 0 0 0 1px #eee;
    padding: 5px 0;
}


.blazor-context-menu__list {
    list-style-type: none;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px;
}

.blazor-context-menu__seperator {
    min-width: 120px;
    color: #333;
    position: relative;
}

.blazor-context-menu__seperator__hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

.blazor-context-menu__item--default {
    min-width: 120px;
    padding: 6px;
    text-align: left;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
}

    .blazor-context-menu__item--default:hover {
        background-color: rgba(0,0,0,.05);
    }


.blazor-context-menu__item--with-submenu:after {
    content: "";
    position: absolute;
    right: -8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left-color: #615c5c;
}

.blazor-context-menu__item--default-disabled {
    min-width: 120px;
    padding: 6px;
    text-align: left;
    white-space: nowrap;
    position: relative;
    cursor: not-allowed;
    opacity: 0.6;
}

.blazor-context-menu--hidden {
    display: none;
}

/*============== ANIMATIONS ==============*/
/*-------------- FadeIn ------------------*/
.blazor-context-menu__animations--fadeIn {
    animation-name: fadeIn;
    animation-direction: reverse;
    animation-duration: 0.2s;
}

.blazor-context-menu__animations--fadeIn-shown {
    animation-name: fadeIn;
    animation-duration: 0.2s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/*-------------- Grow ------------------*/

.blazor-context-menu__animations--grow {
    animation-name: grow;
    animation-direction: reverse;
    animation-duration: 0.2s;
}

.blazor-context-menu__animations--grow-shown {
    animation-name: grow;
    animation-duration: 0.2s;
}

@keyframes grow {
    0% {
        transform: scale(0);
        transform-origin: top left;
        opacity: 0;
    }

    100% {
        transform: scale(1);
        transform-origin: top left;
        opacity: 1;
    }
}

/*-------------- Slide ------------------*/

.blazor-context-menu.blazor-context-menu__animations--slide {
    animation-name: slide;
    animation-direction: reverse;
    animation-duration: 0.2s;
}

.blazor-context-menu.blazor-context-menu__animations--slide-shown {
    animation-name: slide;
    animation-duration: 0.2s;
}

@keyframes slide {
    0% {
        transform: translateX(-5px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.blazor-context-submenu.blazor-context-menu__animations--slide {
    animation-name: slide-submenu;
    animation-direction: reverse;
    animation-duration: 0.2s;
}

.blazor-context-submenu.blazor-context-menu__animations--slide-shown {
    animation-name: slide-submenu;
    animation-duration: 0.2s;
}

@keyframes slide-submenu {
    0% {
        transform: translateX(-25px);
        z-index: -1;
        opacity: 0;
    }

    90% {
        z-index: -1;
    }

    100% {
        transform: translateX(0px);
        z-index: unset;
        opacity: 1;
    }
}

/*-------------- Zoom ------------------*/

.blazor-context-menu__animations--zoom {
    animation-name: zoom;
    animation-direction: reverse;
    animation-duration: 0.2s;
}

.blazor-context-menu__animations--zoom-shown {
    animation-name: zoom;
    animation-duration: 0.2s;
}

@keyframes zoom {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.all-unset {
    all: unset !important;
}
/*blazor context menu */