
body{
font-family:'Montserrat', sans-serif;
}

button#datein {
    float: right;
}

span#wkn {
    margin: 2px;
}
select.form-controls.phase_option {
    background-color: #343a40;
    color: #ffffff;  
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    
}


label.custom-control-label {
    font-size: 13px;
}

a#logo {
    display: none !important;
}

.container-fluid-projectinfo {
    background-color: #f6f6f6;
    text-align: left;
    margin-bottom: 20px;
    /*-webkit-box-shadow: 0px 3px 9px 4px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 3px 4px 1px rgba(0,0,0,0.65);
    box-shadow: 0px 3px 4px 1px rgba(0,0,0,0.65);
    position: sticky;
    top: 0px;
    z-index: 999;
    margin-top: -16px; */
}

.bg-primary {
     background-color:#e8ecf1!important;
    
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.8);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #ffffff
}


p.card-subtitle-project {
    margin-top: 0;
    margin-bottom: 0rem;
    font-size: 13px;
}

h3.card-title-project {
    text-align: center;
    margin-top: 0px;
}

a.btn.btn-success.btn-sm-epc {
    padding: 2px;
    font-size: 12px;
    line-height: 1.3;
    border-radius: 2px;
}
a.btn.btn-primary.btn-sm-epc {
    padding: 2px;
    font-size: 12px;
    line-height: 1.3;
    border-radius: 2px;
}
a.btn.btn-danger.btn-sm-epc {
    padding: 2px;
    font-size: 12px;
    line-height: 1.3;
    border-radius: 2px;
}

thead.project-table {
    background-color: #000000;
    color: #ffffff;
}

th.total {
    border: 1px solid #FFFFFF;
}

.custom-switch {
    padding-left: 1.25rem;
}

label.custom-control-label {
    font-size: 12px;
    width: 100px;
    padding-top: 3px;
}

h2 {
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgb(70, 70, 70);
    padding: 30px 0px;
}

.card-body {
    padding: 20px;
    padding-left: 30px;
}


a.nav-link {
    background-color: #00b5e4 ;
    border-radius: 3px;
    margin-right: 5px;
    padding: 4px;
}

a.nav-link:hover {
    background-color: #009bc3;
    border-radius: 3px;
    margin-right: 5px;
    padding: 4px;
}

img.logoheader {
    margin-top: -2px;
}


.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #00b5e4;
}

button.btn.btn-sm.btn-primary.dropdown-toggle {
    background-color: #00b5e4;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #00b5e4;
    background-color: #00b5e4;
}


.btn-primary {
    color: #fff;
    background-color: #00b5e4;
    border-color: #00b5e4;
}



.leaflet-control-attribution.leaflet-control {
    display: none;
}


.alert-danger {
    color: #ffffff;
    background-color: #ff071d;
    border-color: #ff071d;
}


img#logomain {
    width: 300px;
    padding-bottom: 50px;
}


input#init {
    text-transform: uppercase;
}




#map { height: 400px;
    z-index: 99;
}


.coordinates {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    bottom: 40px;
    left: 10px;
    padding: 5px 10px;
    margin: 0;
    font-size: 11px;
    line-height: 18px;
    border-radius: 3px;
    display: none;
    z-index: 99;
    }

    
.space50{
    margin-top: 50px;
}


.tab-content {
    margin-top: 50px;
}


a.nav-link {
    color: white;
}



div#dashgrid {
    border: 1px solid #e8ecf1;
    padding: 5px;
    margin: 5px;
}


iframe {
    width: 100%;
    height: 100%;
}



  table#csvRoot {
    margin-top: 80px;
    width: 100%;
    word-break: break-word;
    zoom: 0.4;
}


.space30 {
 margin-bottom:30px ;   
}


td[data="0"] {
    background-color: #343a40;
    color: #343a40;
}

td[data=""] {
    background-color: #fd4848;
    color: #343a40;
}



.ss-main .ss-multi-selected .ss-values .ss-value {
    display: flex;
    user-select: none;
    align-items: center;
    font-size: 12px;
    padding: 3px 5px;
    margin: 3px 5px 3px 0;
    color: #fff;
    background-color: #00b5e4 !important;
    border-radius: 4px;
    animation-name: scaleIn;
    animation-duration: .2s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
}
 


input[type="search"] {
    border: 0px;
}


.tabulator-row {
    position: relative;
    box-sizing: border-box;
    min-height: 18px;
    background-color: #fff;
    height: 18px;
}


.tabulator {
    position: relative;
    border: 1px solid #999;
    background-color: #888;
    font-size: 11px !important;
}

.tabulator-row.tabulator-group {
    box-sizing: border-box;
    border-bottom: 1px solid #999;
    border-right: 1px solid #aaa;
    border-top: 1px solid #999;
    padding: 0px 5px 5px 10px;
    background: #ccc;
    font-weight: 700;
    min-width: 100%;
}


.tabulator-header {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #999;
    background-color: #e6e6e6;
    color: #555;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
}



.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #e6e6e6;
    border-color: #dee2e6 #dee2e6 #fff;
}

