﻿
/*:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #dd9446;
    --secondary: #e1e1ef;
    --success: #34bf82;
    --info: #36a3f7;
    --warning: #ffce22;
    --danger: #fd3939;
    --light: #ffffff;
    --dark: #373737;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1024px;
    --breakpoint-xl: 1399px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}



*/

.color-success {
    color: #4caf50 !important;
}

.color-info {
    color: #42a5f5 !important;
}

.color-warning {
    color: #ffb300 !important;
}

.color-background-warning {
    background-color: #fff2cc !important;
}

.color-danger, .text-danger {
    color: #ef5350 !important;
}

.color-background-danger {
    background-color: #f4cccc !important;
}



.hidden {
    display: none;
}

.cancellazione {
    text-align: center;
}

.width-30 {
    width: 30px !important;
    text-align: center;
}
.width-40 {
    width: 40px !important;
}
.width-60 {
    width: 60px !important;
}

.width-80 {
    width: 80px !important;
}

.width-100 {
    width: 100px !important;
}

.width-120 {
    width: 120px !important;
}

.width-150 {
    width: 150px !important;
}


.min-width-80 {
    min-width: 80px !important;
}

.min-width-120 {
    min-width: 120px !important;
}

.min-width-150 {
    min-width: 150px !important;
}
.min-width-200 {
    min-width: 200px !important;
}
.margin-t-10 {
    margin-top: 10px;
}

.margin-t-20 {
    margin-top: 20px;
}

.margin-t-6 {
    margin-top: 6px;
}

.margin-t-50 {
    margin-top: 50px;
}

.margin-r-10 {
    margin-right: 10px;
}

.margin-b-10 {
    margin-bottom: 10px;
}

.margin-b-20 {
    margin-bottom: 20px;
}

.margin-b-50 {
    margin-bottom: 50px;
}

.margin-l-10 {
    margin-left: 10px;
}

a.link {
    position: relative;
}

a.link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
    background-color: #808080;
}

a.link:hover:before {
    visibility: visible;
    transform: scaleX(1);
}

.card.card-custom > .card-body {
    padding:1.5rem;
}

.card.card-custom > .card-header .card-title .card-label.label-regular {
    font-weight: 400;
    font-size: 1.05rem;
}

.dataTables_wrapper .dataTable {
    margin: 0 0 1rem 0 !important;
}

.no-bottom-margin {
    margin-bottom: 0 !important;
}


.demo-square {
    height: 175px;
    width: 175px;
    margin-right: 20px;
}

    .demo-square img {
        width: 100%;
    }

.note-toolbar-wrapper.panel-default {
    height: 55px !important;
}

.uppy .uppy-list .uppy-list-item {
    padding: 0.9rem 1rem;
    background-color: #eee5ff;
}

.note-editor.note-frame {
    min-width: 420px;
}