.page-break-before {page-break-before: always;}

.btn{
    display: none;
}


select,input{
    border: none !important;
    line-height: 20px !important;
    height: 30px !important;
}
input{font-weight: bold;}
label{
    padding-top:5px ;
}

#specialite{
    font-size: 1.3em;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding: 0;
    margin: 0;
}

.form-group.row{
    display: flex;
}
.alert.alert-success{
    display: none;
}

@page
{
    size: auto;   /* auto is the current printer page size */
    margin: 0mm;  /* this affects the margin in the printer settings */
    padding: 20mm;
}

div.page
{
    page-break-after: always;
    page-break-inside: avoid;
}

body
{
    margin: 0px;  /* the margin on the content before printing */
    padding: 2cm;
}

.footer{
    display: none;
}