﻿
.breadcrumb > .active
 {
    color: #0e4d7c;
}
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

/* style 1 */
.inputfile-1 + label {
    color: #f1e5e6;
    background-color: #0079b0;
}

    .inputfile-1:focus + label,
    .inputfile-1.has-focus + label,
    .inputfile-1 + label:hover {
        background-color: #025d87;
    }

.hidden {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    pointer-events: none;
}
.navbar-default {
    background-color: #3178b4 !important;
    border-color: #3178b4 !important;
}
  
    .navbar-default .navbar-nav > li > a:focus {
        color: #3178b4 !important;
    }
.dropdown-menu > li > a {
    color: #3178b4 !important;
    
}
.navbar-brand {
    color: #3178b4 !important;
    float: left !important;
    height: 50px !important;
    padding: 15px 15px !important;
    font-size: 18px !important;
    line-height: 20px !important;
}
.navbar-brand {
   
}

.bg-dark {
    background-color: #0e4d7c !important;
}

h3 {
    color: #0e4d7c !important;
}
h4 {
    color: #0e4d7c !important;
}

h2 {
    color: #3178b4 !important;
}

p {
    color: #0e4d7c !important;
}

a {
    color: #ffffff !important;
}


.dropdown-item {
    color: #0e4d7c !important;
}
.dropdown menu {
    color: #3178b4
        !important;
}
/* Estilos para el modal de mensajes */
.modal-dialog-danger .modal-header {
    background-color: #dc3545;
    color: #fff;
}

.modal-dialog-success .modal-header {
    background-color: #198754;
    color: #fff;
}