/*
 *
 *  *  Copyright (c) 2021
 *  *  Version: AM FREE 1.0.0
 *  *
 *  *  Copyright: Ahmed Mera
 *  *  https://mera.ddns.net
 *  *
 *  *  Contact: meraahmedibrahim@itis-molinari.eu
 *
 */

:root{
    --orang:#fd7e14;
    --blue:#007bff;
    --purple: #7b1fa2;
    --indigo: #6610f2;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --materializze-red: #ee6e73;
    --materializze-green: #26a69a;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

.container-fluid{
    padding: 0 15px;
}

.title{
    margin-bottom: 70px;
    font-family: var(--font-family-monospace);
}

.row{
    margin: 10px auto;
}

.teoria .content, .pratica .content{
    padding: 1px;
    height: 475px;
    border-radius: 20px;
}

.query, .data{
    margin-left: 50% !important;
    transform: translateX(-50%);
}

.input-field .prefix{
    top: 1rem !important;
}


.data{
    margin-top: 20px;
    border-radius: 20px;
    padding: 30px 10px;
    overflow: scroll;
    max-height: 480px;
}

.data > table{
    margin-bottom: 30px;
}

.data > h2{
    margin-bottom: 35px;
}
.teoria .description{
    padding: 100px 10px 0;
}

.teoria .description  p {
    font-size: 18px;
    font-family: auto, serif;
}

.redColor{
    color: var(--danger) !important;
}

.redBorder{
    border-bottom-color: var(--danger) !important;
}

.redBorder:focus{
    box-shadow: 0 1px 0 0 var(--danger) !important;
}

.error{
    position: relative;
}


.error .suggestion {
    position: absolute;
    width: 10%;
    top: 60px;
    left: 90px;
    background: #eeee;
    color: black;
    padding: 15px;
    display: none;
    margin: 0;
    z-index: 2;
}

.tab-riferimento{
    margin-top: 50px;
}

.header{
    color: var(--materializze-red);
    font-weight: 300;
    text-transform: capitalize;
}

.queryExample{
    font-size: 18px;
    font-weight: bold;
}


.errors{
    margin: 35px 0 0 0;
    font-size: 22px;
}

.errors > b {
    font-size: 24px;
}