﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

table td, table th {
    text-align: left;
    vertical-align: top !important;
}

table td:first-child, table th:first-child {
    text-align: right !important;
}

table tbody tr:hover {
    background: lightgoldenrodyellow;
    cursor: pointer;
}

table.table-fume-format thead th {
    /*    background-color: #007bff;*/
    color: white;
    padding: 4px 8px !important;
    line-height: 1.3em !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 4px 8px !important;
    line-height: 1.3em !important;
}

table.table-fume-format td, table.table-fume-format th {
    text-align: center !important;
    vertical-align: middle !important;
}

   /* table.table-fume-format td:nth-child(0), table.table-fume-format th:nth-child(0) {
        text-align: left !important;
    }*/
    table.table-fume-format td:first-child, table.table-fume-format th:first-child {
        text-align: left !important;
    }
    .nav-item{
        border-radius:4px;
    }

.form-group {
    margin-bottom: 10px;
}

label.control-label{
    font-weight:bold;
    margin-bottom:2px;
}

.form-control {
    padding: 4px 8px !important;
    height: 32px !important;
}

textarea.form-control {
    
    height: auto !important;
}

#site-map{
    border:1px solid black;
    border-radius:4px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #0e8100 !important;
    font-weight: normal;
    color: #ffffff;
}

.leaflet-control-geosearch form input {
    height: 30px !important;
}

button.btn-save-changes.btn-default {
    background: #d7d7d7;
    cursor:not-allowed;
}

button.btn-generte-pdf.btn-default {
    background: #d7d7d7;
    cursor: not-allowed;
}
#btn-generate-pdf.btn-default {
    background: #d7d7d7;
    cursor: not-allowed;
}


.btn-job-item {
    width: 150px;
    position: absolute;
    top: 0;
    height: 50px;
    margin-left: 8px;
}

.btn-save-changes {
    width: 150px;
    position: absolute;
    top: 0;
    height: 50px;
    margin-left: 8px;
}

.btn-export {
    width: 150px;
    position: absolute;
    top: 0;
    height: 50px;
    margin-left: 8px;
}

.btn-generate-pdf {
    width: 150px;
    /* position: absolute;
    top: 0;*/
    height: 50px;
    margin-left: 8px;
}

.btn-glyph-big {
    position: absolute;
    left: 10px;
    top: 7px;
    height: 48px;
    font-size: 1.4em;
}

/*.btn-text {
    position: absolute;
    left: 36px;
    top: 12px;
    height: 48px;
    font-size: 0.8em;
    line-height: 1.2em;
    text-align: left;
}*/


.btn-text2 {
    position: absolute;
    left: 40px;
    top: 7px;
    height: 48px;
      font-size: 0.9em;
    line-height: 1.2em;
    text-align: left;
}



#btn-MapRecenter {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 64px;
    height: 64px;
    z-index: 11;
    line-height: 1em;
    text-align: center;
    padding: 0px 4px;
}

input:placeholder-shown, .hasError {
    border: 1px solid red; /* Red border only if the input is empty */
    background-color: #ffe9e1;
}



input:disabled, select:disabled {
    cursor: not-allowed;
}
​
