@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
.btn{
    background: transparent;
}

:root{
    /* --backgroundIMG:url(https://pulizieuffici.biz/PW/texture/white-texture-background.jpg);*/
}

body {margin:0;background: var(--backgroundIMG);}

A {
    text-decoration: none;
}
body.dark-mode {
    --bg-page:        #1c1c1e;
    --bg-folder-btn:  #2c2c2e;
    --border-folder:  #3a3a3c;
    --shadow-folder:  rgba(0,0,0,0.45);
    --text-label:     #e5e5ea;
    --bg-modal:       rgba(44,44,46,0.92);
    --border-modal:   rgba(255,255,255,0.08);
    --section-title:  #aeaeb2;
    --icon-bg:        #3a3a3c;
}
@-webkit-keyframes argh-my-eyes {
    0%   { background-color: #F2D16B; }
    49% { background-color: #F2D16B; }
    50% { background-color: transparent; }
    99% { background-color: transparent; }
    100% { background-color: #F2D16B; }
}
@-moz-keyframes argh-my-eyes {
    0%   { background-color: #F2D16B; }
    49% { background-color: #F2D16B; }
    50% { background-color: transparent; }
    99% { background-color: transparent; }
    100% { background-color: #F2D16B; }
}
@keyframes argh-my-eyes {
    0%   { background-color: #F2D16B; }
    49% { background-color: #F2D16B; }
    50% { background-color: transparent; }
    99% { background-color: transparent; }
    100% { background-color: #F2D16B; }
}
#btnFerie{
    animation: argh-my-eyes 2s infinite;
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.swiper-slide-shadow-left{
    opacity: 0; transition-duration: 0ms;
}
.swiper-container {
    width: 100%;
    height: 500px;
    cursor: default;
}

.swiper-slide {
    background-position: center;
    background-size: cover;

    width: 300px;
    height: 500px;

    cursor: default;

}

.ui-datepicker-trigger{
    width: 35px;
    height: 35px;
}

#regioni{
    width:50%;
    padding-left: 2px;
    height: 35px;
}

#province{
    width:50%;
    padding-left: 2px;
    height: 35px;
}
#data{
    width: 50%;
}
#annotazioni{
    width: 50%;
}

/*CSS calendario*/

.labelUscita,.labelIngresso,.labelGiorno{
    width: 160px;
    text-align: left;
}
.inputGiorno{
    width: 15%;
    text-align: center;
    font-size: 19px;
}
#datapicker{
    width: 31%;
    text-align: center;
    font-size: 19px;
}

#calendar{
    position: absolute;
    top: 153px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid #bbb;
}

#date_head{
    font-size: 1em;
    display: inline;
    padding-bottom: 3px;
    padding-top: 3px;
}

#controls{
    /*position: absolute;*/
    top: 100px;
    height: 23px;
    left: 50px;
    right: 50px;
    margin: 0;
    padding: 0;
}

#controls ol{
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 1px solid #B3B3B3;
    border-radius: 2px;
    overflow: hidden;
    -moz-background-clip: padding;     /* Firefox 3.6 */
    -webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
    background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
    height: 21px;
}

#controls ol li{
    display: inline-block;
    float: left;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    background: #CACACA url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAYAAABMDlehAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADlJREFUeNp0y6sNACAAxNALBs0ArM9QbMEnJKiD4jEvNZXtEiRVEBg2LJgwoEN7pbtlSBBBX44AAwARiCdWebcYiAAAAABJRU5ErkJggg==) repeat-x 0 0; /* Old browsers */
    text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
    color: #333;
}

#controls ol li:hover{
    background-color: #C0C0C0;
    color: #000;
}

#controls ol li.on{
    background: #C4C4C4;
    color: #555;
}

#controls ol li button{
    margin: 0;
    background: transparent;
    border: 0;
    border-left: 1px solid #B3B3B3;
    height: 100%;
    padding: 0 10px;
    color: inherit;
    text-shadow: inherit;
    cursor: pointer;
}

#controls ol li:first-child button{
    border-left: 0;
}

#cals{
    float: left;
}

#nav{
    float: right;
}

/*fine CSS calendario*/

hr{
    height:2px;border-width:0;background-color:white;
}
.f-nav{ z-index: 9999; position:fixed; top:0; width:100%;}


#bottoni_home{
    word-wrap: break-word;
    width: 500px;
    max-width: 100%;
    margin-top: 1%;
}

#immagineProdotto {

    background-size: cover;
    background-position: center;
    height: 200px;
    width: 200px;
}

#myBtn {
    border-radius: 50%;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 1.2em;
    border: none;
    outline: none;
    background-color: #007BFF;
    color: white;
    cursor: pointer;
    padding: 15px;

}
#divImgDip{
    padding-left: 10%;
}

#main {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: margin-left .0ms;
    padding: 16px;
}

#top_navbar {
    z-index: 9999;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #007BFF;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 100%;
}

#cardNoOrdini{
    width: 320px;
}

.card{
    width: 100%;
}

:root{
    --navbarHeight: 53px;
}

.navbar{

    min-height: var(--navbarHeight);
}


select{
    width: 348px;
    word-break: break-word;
    height: 36px;
}

#prodotto{
    width:50%;
}
#quantita{
    width: 40%;
}

#img{
    width: 300px;
    height:300px;
}

#divbottoni{
    padding-left: 5%;
}

#dataordine{
    padding-bottom: 1%;
}
#divprodotto{
    padding-bottom: 1%;
}
#qtn{
    padding-bottom: 1%;
}




#divannotazioni{
    padding-bottom: 2%;
}
#divcliente{
    padding-bottom: 2%;
}
#divlocazione{
    padding-bottom: 2%;
}

#divdata{
    padding-bottom: 2%;
}



#tabellaNoRighe{
    width: 60%;
    min-width: 300px;

}


#myTable {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 1.5em;
}

#myTable th, #myTable td {
    text-align: left;
    padding: 12px;
}

#myTable tr {
    border-bottom: 1px solid #ddd;
}

#myTable tr.header, #myTable tr:hover {
    background-color: #f1f1f1;
}

#anni{
    width: 20%;
}
#mesi{
    width: 20%;
}



label{
    font-size: 1.5em;
    font-weight:bold;
}


div[name="cardAiuto"] {
    width: 20%;
}




#myInput {
    background-image: url('https://www.w3schools.com/css/searchicon.png');
    background-position: 5px 10px;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}
#myInput:focus { outline: none; }







#cardNotifica{
    width: 15%;
}


#cardRiscontroMessaggi{
    width: 55%;
    margin-bottom: 2%;
    position:relative;
    margin:0 auto;
    clear:left;
    height:auto;
    z-index: 0;
    text-align:center;
}

.divTableFile{
    width: 60%;
    margin-right: auto;
    margin-left: auto;

}

.btnDownload{
    background-color: #F6821F;
    border: 1px solid #DA7C0C;
    border-radius: 5px;
    width: 150px;
    height: 35px;
}
.smallFile{
    display: inline-block;
    margin-left: 50px;
    margin-top: 25px
}
.divFileButton{
    display: flex;
    flex-direction: row;
    float: right;
    justify-content: center;
    align-items: center;
    gap: 20px;
}



@media screen and (max-width: 700px){
    body {margin:0;background-image: var(--backgroundIMG);}

    .formAddOrdini{
        width: 100%!important;
    }
    .selectCliente{
        width: 100%!important;
    }

    .divAttivita{
        margin-left: 5%;
    }

    .inputGiorno{
        width: 25%;
        text-align: center;
        font-size: 19px;
    }
    #datapicker{
        width: 48%;
        text-align: center;
        font-size: 19px;
    }
    .labelUscita,.labelIngresso,.labelGiorno{
        width: 80px;
        text-align: left;
    }
    #calendar{
        font-size: 10px;
        position: absolute;
        top: 153px;
        left: 10px;
        right: 10px;
        bottom: 1px;
        border: 1px solid #bbb;
    }
    #date_head{
        display: inline;
        font-size: 1em;
        margin-top: 5px;
        padding-bottom: 3px;
        padding-top: 3px;
    }
    #nav{
        margin-top: 10px;
    }

    .btnDownload{
        background-color: #F6821F;
        border: 1px solid #DA7C0C;
        border-radius: 5px;
        width: 245px;
    }

    .divFileButton{
        display: flex;
        flex-direction: column;
        margin: auto;
        justify-content: center;
        width: 100%;
        align-items: center;
        gap: 5px;
    }
    #cardRiscontroMessaggi{
        width: 100%;
        margin-bottom: 2%;
    }

    .smallFile{
        display: inline-block;
        margin-left: 10%;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    /*
    #myInput {
        background-image: url('https://www.w3schools.com/css/searchicon.png');
        background-position: 10px 10px;
        background-repeat: no-repeat;
        width: 100%;
        border-radius: 5px;
        font-size: 16px;
        padding: 12px 20px 12px 40px;
        border: 1px solid #ddd;
        margin-bottom: 12px;
    }
     */
    .navbar{min-height: 73px;}
    .card {
        width: 100%;
    }
    .divTableFile{
        width: 100%;
    }

    #cardNotifica{
        width: 100%;
    }


    #anni{
        width: 100%;
    }
    #mesi{
        width: 100%;
    }

    div[name="cardAiuto"] {
        width: 100%;
    }

    label{
        font-size: 15px;
        font-weight:bold;
    }



    .table_home{
        width: 25%;
    }
    .table_home td,th{

    }




    #divImgDip{
        padding-left: 30%;
    }
    #salva{
        width: 100%;
    }
    #aggiorna{
        width: 100%;
    }
    #annulla{
        width: 100%;

    }




    #myInput {
        background-image: url('https://www.w3schools.com/css/searchicon.png');
        background-position: 15px 15px;
        background-repeat: no-repeat;


        border-radius: 5px;
        font-size: 16px;
        padding: 12px 20px 12px 40px;
        border: 1px solid #ddd;

    }
    #myInput:focus {
        outline: none !important;
        border:1px solid transparent;
        box-shadow: 0 0 10px #719ECE;
    }







    #cardNoOrdini{
        width: 100%;
        alignment: center;
    }

    #divIMG{
        padding-top: 5%;
        padding-left: 32%;
    }


    #main {
        display: flex;
        transition: margin-left .0ms;
        padding: 10px;
    }

     /*
    #main {
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: margin-left .0ms;
        padding: 10px;
    }
    
      */

    #labelAttivita{
        font-weight: normal !important;
    }

    #prodotto{
        width:100%;
        padding-left: 2px;
        height: 35px;
    }
    #data{
        width:100%;
        padding-left: 2px;
        height: 35px;
    }
    #province{
        width:100%;
        padding-left: 2px;
        height: 35px;
    }
    #regioni{
        width:100%;
        padding-left: 2px;
        height: 35px;
    }
    #annotazioni{
        width:100%;
        padding-left: 2px;
        height: 35px;
    }

    #quantita{
        width:100%;
        padding-left: 2px;
        height: 35px;
    }
    #img{
        width: 150px;
        height: 150px;

    }
    #divbottoni{
        padding-top: 20%;
        padding-left: 30%;
    }




    #divannotazioni{
        padding-bottom: 5%;
    }
    #divcliente{
        padding-bottom: 5%;
    }
    #divlocazione{
        padding-bottom: 5%;
    }
    #divdata{
        padding-bottom: 5%;
    }
    #tabellaNoRighe{
        width: 100%;
        padding-left: 2%;
        padding-right: 2%;
    }

    #tabella_righe{
        width: 100%;
        padding-left: 2px;
        padding-right: 2px;
    }

}


#elementi_navbar {
    display: inline;
    float: right;
}
li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}




.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999!important;
    top: 0;
    left: 0;
    background-color: #F0F2F5;/*#343A40*/
    overflow-x: hidden;
    transition: 0.0s;
    padding-top: 60px;
    text-align: center;

}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0s;
    text-decoration: none;
}

.sidenav a:hover {
    color: #f1f1f1;
    text-decoration: none;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}



@media screen and (max-height: 700px) {
    .sidenav {padding-top: 55px;}
    .sidenav a {font-size: 50px;}


}




hr.rounded {
    border-top: 2px solid #bbb;
    border-radius: 2px;

}

body{
    margin: 0;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: #f5f8fa;
}

.navbar-laravel
{
    box-shadow: 0 2px 4px rgba(0,0,0,.04);
}

.navbar-brand , .nav-link, .my-form, .login-form
{
    font-family: Raleway, sans-serif;
}

.my-form
{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.my-form .row
{
    margin-left: 0;
    margin-right: 0;
}

.login-form
{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.login-form .row
{
    margin-left: 0;
    margin-right: 0;
}



/* Zebra striping */
#tabella_ordini  tr:nth-of-type(odd) {
    background: #eee;
}
#th {
    background: #333;
    color: white;
    font-weight: bold;
}
#tabella_ordini td, th {

    border: 1px solid #ccc;
    text-align: left;
}


#aggiungiRighe{
    border: transparent;
}



.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    /*padding: 20px;*/
}
#formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
    margin-top: 5%;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}




/*----------------------------------------------------------------------------*/

