﻿/* 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 */
}

@media (min-width: 768px) {
    /* Ajustes en el formulario */
    .btn-group, .btn-group-vertical {
        display: inline-flex !important;
    }
}

.map {
    /* The height is 500 pixels */
    height: 500px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    /* The width is the width of the web page */
}


/*#mapNewTaller {
    height: 500px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}*/

.panel-heading-custom-form {
    width: 500px;
}

.table-wrap {
    height: 50vh;
    overflow-y: auto;
}

.list-group-item {
    background-color: #99a9b5 !important;
    color: black !important;
}

.list-group-item-infoWindow {
    background-color: white !important;
    color: black !important;
}

.list-group-item active {
    background-color: black !important;
    color: white !important;
}

.app-sidebar {
    background-color: #99a9b5 !important;
    color: black !important;
}

/*table {
    text-align: left;
    position: relative;
    border-collapse: collapse;
}

th, td {
    padding: 0.25rem;
}

th {
    position: sticky !important;
    top: 0 !important;*/ /* Don't forget this, required for the stickiness */
    /*box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}*/

#tableId thead th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 0;
}

#tableId thead th {
    background: #20252a;
    color: #FFF;
    z-index: 1;
}

table#tableId {
    border-collapse: collapse;
    width: 100%;
}

#tableHijos thead th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 0;
}

#tableHijos thead th {
    background: #20252a;
    color: #FFF;
    z-index: 1;
}

table#tableHijos {
    border-collapse: collapse;
    width: 100%;
}

#tablePadre thead th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 0;
}

#tablePadre thead th {
    background: #20252a;
    color: #FFF;
    z-index: 1;
}

table#tablePadre {
    border-collapse: collapse;
    width: 100%;
}

.app-sidebar .menu .menu-item .menu-submenu {
    padding: 5px 0 10px 5px !important;
}

    .app-sidebar .app-sidebar-minify-btn i {
        margin: 0 !important;
        color: #fff;
        background: #20252a73;
        padding: 0.6rem;
        border-radius: 100%;
    }

.fa-angle-double-left:before {
    content: "\f060";
}

.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar-minify-btn i:before {
    content: '\f061';
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: flex-end;
}

.row_selected td {
    background-color: lightgrey !important; /* Add !important to make sure override datables base styles */
}

.changed {
    background-color: rgb(255,0,0,0.2) !important;
}