﻿/* 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: left;
    word-break: break-all;
    background-color: black !important;
}

/* 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: yellow;
    background-color: #1b6ec2;
    border-color: red;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 1800px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 0px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 0px 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%;
}

navbar {
    width: 100%;
    text-align: left;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 1px;
}

.nav-link {
    color: white !important;
    background-color: black !important;
    width: 120%;
    margin-left: 10px;
/*    border-block-start: 10px solid black;*/
    font-size: 14px;
    color: white;
    font-family: Calibri;
}

.button-link {
    display: flex;
    color: white;
    width: 90%;
    background-color: transparent;
    padding-block: auto;
    padding: 0px 0px 0 10px;
    font-size: 14px;
    font-family: Calibri;
    margin-left: 5px;
}

    .button-link.active, .button-link:hover {
  
        background-color: transparent;
        color: red !important;
        font-size: 14px;
        font-weight: bold;
        font-family: Calibri;
        padding: 0px 0px 0 10px;
        margin-left: 5px;
    }

.button-linkurl {
    display: flex;
    color: indigo;
    width: auto;text-align:left;
    background-color: transparent;
    padding-block: auto;
 
    font-size: 15px;
    font-family: Calibri;
    margin-left: 5px;
}

    .button-linkurl.active, .button-linkurl:hover {
        background-color: transparent;
       
        text-align: left;
        color: darkviolet !important;
        font-size: 15px;
        font-weight: bold;
        font-family: Calibri;
 
        margin-left: 5px;
    }

navbar a {
    width: 95%;
    background-color: indigo;
    text-align: center;
    color: yellow;
}

 


.dropdown {
    text-align: left;
    color: indigo;
    font-size: 14px;
    background-color: #ffffff !important;
    width: auto;
}
    .dropdown > a:hover {
        color: darkviolet;
        font-size: 14px;
        font-weight: bold;
        background-color: #ffffff !important;
        text-align: left;
    }
    
.open > .dropdown {
    background-color: #69aca5 !important;
    border: 0 !important;
    box-shadow: none !important;
}


.dropdown-menu .dropdown-item {
    text-align: left;
    background-color: aqua;
    width: 95%;
}
.button-linkurl2 {
    color: indigo !important;
    background-color: #ffffff;
    font-size: 14px;
    border: 1px solid #ffffff;
    border-radius: 1px;
    padding: 15px 50px;
    cursor: pointer;
}
    .button-linkurl2.active, .button-linkurl2:hover {
        color: darkviolet !important 
        ;
        font-size: 14px;
        font-weight: bold;
        background-color: transparent !important;
    }

.dropdown-menu a {
    color: indigo;
    background-color: #ffffff;
    font-size: 14px;
    border: 1px solid #ffffff;
 
    padding: 15px 50px;
    cursor: pointer;
    width: 95%;
}

.dropdown-menu > a:hover {
    color: darkviolet;
    font-size: 14px;
    font-weight: bold;
    background-color: transparent !important;
    text-align: left;
}

.dropdown-toggle {
    color: indigo;
    background-color: transparent !important;
    font-size: 14px;
    border: 1px solid transparent;
    padding: 15px 50px;
    cursor: pointer;
}

    .dropdown-toggle.active, .dropdown-toggle:hover {
        color: darkviolet;
        font-size: 14px;
        font-weight: bold;
        border: 1px solid transparent !important;
        background-color: transparent !important;
    }
    .dropdown-toggle:focus {
        color: #161617;
        background-color: red  !important; 
    }
.open .dropdown-toggle {
    color: darkviolet;
    background-color: transparent !important;
}
.button_consulta {
    box-shadow: 0px 0px 4px -14px #791c8c;
    background-color: darkmagenta;
    border-radius: 6px;
    border: 1px solid #9f31b5;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Trebuchet MS;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 19px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #9b14b3;
}

    .button_consulta:hover {
        background-color: #9430b0;
    }

    .button_consulta:active {
        position: relative;
        top: 1px;
    }

        


/*
.button_confirmar {
    color: indigo;
    background-color: #ffffff;
    font-size: 14px;
    border: 1px solid #ffffff;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    padding: 15px 50px;
    cursor: pointer;
}
    .button_confirmar.active {
        color: yellow;
        font-size: 14px;
        box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
        font-weight: bold;
        background-color: transparent !important;
    }
    .button_confirmar:hover {
        color: darkred;
        font-size: 14px;
        font-weight: bold;
        box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
        background-color: transparent !important;
    }*/
.icon-bar {
    width: 100%; /* Full-width */
    background-color: #555; /* Dark-grey background */
    overflow: auto; /* Overflow due to float */
}

    .icon-bar a {
        float: left; /* Float links side by side */
        text-align: center; /* Center-align text */
        width: 20%; /* Equal width (5 icons with 20% width each = 100%) */
        padding: 12px 0; /* Some top and bottom padding */
        transition: all 0.3s ease; /* Add transition for hover effects */
        color: white; /* White text color */
        font-size: 36px; /* Increased font size */
    }

        .icon-bar a:hover {
            background-color: #000; /* Add a hover color */
        }

.active {
    background-color: #04AA6D; /* Add an active/current color */
}
.logo {
    height: 50px;
}

.btn-confirmarb {
    background-color: #f5faf5;
    border-radius: 1px;
    border: 1px solid gray;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    border-radius: 1px;
    padding: 6px 10px;
    color: indigo;
    cursor: pointer;
}

    .btn-confirmarb:hover {
        background-color: aliceblue;
        color: indigo !important;
        box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
        font-weight: bold;
        padding: 6px 10px;
        border-radius: 1px;
        border: 1px solid gray;
    }

    .btn-confirmarb:active {
        position: relative;
        box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
        padding: 6px 10px;
        border-radius: 1px;
        border: 1px solid gray;
    }