* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

/* put your own styles to customize and override the theme */
.table-ter-tight {
    /*line-height: 0.4;*/
    font-size: 10px;
}

.dropdown-item {
    padding: 0 0.5rem;
}
/* PARTICLES */

.dropdown-menu {
    padding-bottom: 0.2rem !important;
    padding-top: 0.2rem !important;

}

.form-group label {
    margin-bottom: 0.15rem;
}

.form-control {
    font-size: 0.9rem;
}

.alert {
    border: none;
}

#envmet_image img {
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}


/* PRINT STYLES */

@media print {
    body {}
    table {}
    @page {
        size: A4;
        margin: 5%;
        padding: 0;
        border: none;
        border-collapse: collapse;
    }
    div {
        page-break-inside: avoid  !important;
        page-break-after: avoid !important;
        page-break-before: avoid !important;

    }

    * { margin: 0 !important; padding: 0  !important; line-height: normal  !important; }
    img {
        page-break-inside: avoid  !important;
    }
    h1,h2,h3,h4,h5,h6 {
        page-break-after: avoid !important;
        page-break-before: avoid !important;
        page-break-inside: avoid !important;;
        height: 20mm;
    }

    .img-print-1 {
        width: 70mm;
        page-break-inside: avoid  !important;
    }

    .col-print-1 {width:8%;  float:left;}
    .col-print-2 {width:16%; float:left;}
    .col-print-3 {width:25%; float:left;}
    .col-print-4 {width:33%; float:left;}
    .col-print-5 {width:42%; float:left;}
    .col-print-6 {width:50%; float:left;}
    .col-print-7 {width:58%; float:left;}
    .col-print-8 {width:66%; float:left;}
    .col-print-9 {width:75%; float:left;}
    .col-print-10{width:83%; float:left;}
    .col-print-11{width:92%; float:left;}
    .col-print-12{width:100%; float:left;}
}

#location_section > .form-group > #easting, #northing {
    font-family: "Lucida Console", Courier, monospace;
    text-align: right;

    /*height: 15px;*/

    /*background-image: url("../../assets/img/sq.gif");*/

    /*background-size: 15px;*/
    /*border: none;*/

    /*font-size: 13px;*/
    padding-left: 4px;
    padding-right: 4px;
}

#location_section > .form-group > #easting {
    /*width: 90px;*/
}

#location_section > .form-group > #northing {
    /*width: 105px;*/
}