﻿
/*@font-face {
    font-family: 'Garet';
     
    src: url('./Fonts/Garet-Book.ttf') format('OpenType');
}

 


body {
    font-family:Garet;
}*/




@media print {
    @page {
        size: 210mm 297mm;
        margin: 12mm;
    }

    html

{
    /*transform:scale(.7);*/
    font-size: 70%;
}

body, html {
    padding: 0 !important;
    margin: 0 !important;
}

.container {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    /*margin-left: -1.5mm !important;*/
    margin-top: -20px !important;
}

.printsize {
    width: 174mm;
    padding: 0 !important;
    margin-top: -0px;
    margin-left: 0px;
}




.btn-sign, .btn-add-drawing {
    display: none;
}

}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.btn:not(.dropdown-toggle-split):not(.btn-sm) {
    min-width: 80px;
}

.one-button-column {
    width:80px;

} tr.even {
    background-color: aliceblue;
} .toble, table.dataTable {
    margin-top: 1rem !important;
}


/* Pad form groups */
.form-group {
    margin-bottom: .5rem;
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="select"] {
    /* max-width: 280px;*/
}




.simple-upload-droppable {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    min-height: 150px;
    text-align: center;
    line-height: 150px;
    width: 100%;
    border-radius: 8px;
}

.simple-upload-filename {
    margin-right: .5em;
}





/* Responsive: Portrait tablets and up */
    @media screen and (min-width: 768px) {
        .jumbotron {
            margin-top: 20px;
        }

        .body-content {
            padding: 0;
        }
    }




/*.offcanvas-body i.fa, offcanvas-body i.fa-stack, .offcanvas-body i.fas, .offcanvas-body i.fa-solid.fa-stack-2x {
    color: #666;
}

*/
 



