﻿
/*: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-danger, .text-danger {
    color: #ef5350 !important;
}


.hidden {
    display: none;
}

.cancellazione {
    text-align: center;
}

.width-30 {
    width: 30px;
    text-align: center;
}
.width-60 {
    width: 60px;
}

.width-80 {
    width: 80px;
}

.width-100 {
    width: 100px;
}

.width-120 {
    width: 120px;
}

.min-width-80 {
    min-width: 80px;
}

.min-width-120 {
    min-width: 120px;
}

.min-width-150 {
    min-width: 150px;
}

.margin-t-10 {
    margin-top: 10px
}

.margin-t-20 {
    margin-top: 20px
}

.margin-t-6 {
    margin-top: 6px
}

.margin-r-10 {
    margin-right: 10px
}

.margin-b-10 {
    margin-bottom: 10px
}

.margin-b-20 {
    margin-bottom: 20px
}

.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);
}
.margin-t-50 {
    margin-top: 50px;
}
.card.card-custom > .card-header .card-title .card-label.label-regular {
    font-weight: 400;
    font-size: 1.05rem;
}

.table.dashboard thead th, .table thead td {
    font-weight: 600;
    font-size: 1rem;
    border-bottom-width: 1px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.margin-l-10 {
    margin-left: 10px !important;
}
.vertical-middle {
    display: flex;
    justify-content: center;
    align-items: center;
}
.dataTables_info {
    float: left;
    height: 36px;
    line-height: 31px;
    margin-left: 6px;
    padding-top:0 !important;
}
.dataTables_length {
    float: left;
}
@font-face {
    font-family: 'Barlow Condensed Regular';
    src: url('fonts/BarlowCondensed-Regular.ttf');
    src: url('fonts/BarlowCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.note-editable i {
    font-size: inherit;
    color: inherit;
}

.note-editable  {
    color: #464646;
    font-family: 'Barlow Condensed Regular';
}

.note-editor .note-editable {
    font-size: 18px;
}