﻿
/*: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;
}
*/

@font-face {
    font-family: quicksand-light;
    src: url('fonts/Quicksand-Light.ttf');
}

@font-face {
    font-family: quicksand-regular;
    src: url('fonts/Quicksand-Regular.ttf');
}

@font-face {
    font-family: quicksand-medium;
    src: url('fonts/Quicksand-Medium.ttf');
}

@font-face {
    font-family: quicksand-bold;
    src: url('fonts/Quicksand-Bold.ttf');
}

body, p, a, ul, li, b, table, tr, td, th, thead, input, select {
    font-family: quicksand-regular;
}

h1, h2, h3, h4, h5, h6 {
    font-family: quicksand-bold;
}

.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;
}

.form-group label.col-form-label, .btn {
    font-family: quicksand-bold !important;
}

.form-group span.col-form-label {
    font-family: quicksand-regular !important;
    padding-top: calc(0.65rem + 1px);
    padding-bottom: calc(0.65rem + 1px);
    line-height: 1.5;
    display: inline-block;
}

.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;*/
}

#listOfContent .col-lg-8 .d-flex.draggable-zone {
    display: block !important;
}

.dashboard .card.card-custom {
    height: 120px;
    min-width: 113px;
    margin-right: 15px;
}

    .dashboard .card.card-custom:last-child {
        margin-right: 0;
    }

    .dashboard .card.card-custom > .card-body {
        padding: 1.2rem;
    }

.dashboard .card-spacer {
    padding: 1.7rem 2.0rem !important;
}

.font-weight-bold a {
    font-family: quicksand-bold;
}

.text-dark a {
    color: #212121 !important;
}

.flexdatalist-multiple li.input-container, .flexdatalist-multiple li.input-container input {
    width: 80px !important;
}

.form-control[readonly] {
    background-color: #f5f5f5 !important;
}


@media only screen and (max-width: 736px) and (orientation: portrait) {
    .dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before {
        content: none !important;
    }
    /* pannello ricerca - mobile*/
    .card-title select.form-control, .card-title form, .card-title input.form-control, .card-title .btn, .card-title .col-form-label {
        width: 100% !important;
        margin: 0.25rem 0px !important;
    }

    .subheader h5 {
        font-size: 1rem !important;
    }

    .card {
        margin-bottom: 3rem !important;
    }

    .form-group {
        margin-bottom: 0.8rem !important;
    }
}
