footer.footer {
background: none repeat scroll 0 0 #250e40 !important;
margin-top: 0px !important;
padding-top: 15px !important;
padding-bottom: 15px !important;
border-top: none !important;
text-align: left;
}

label {
display: block;
font: 1rem 'Fira Sans', sans-serif;
}

input,
label {
margin: .4rem 0;
}

.table_wrapper {
display: block;
overflow-x: auto;
white-space: nowrap;
}

.pointer {
cursor: pointer;
}

.bd-navbar {
min-height: 4rem;
background-color: $bd-purple;
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);
@include media-breakpoint-down(md) {
padding-right: .5rem;
padding-left: .5rem;
.navbar-nav-scroll {
max-width: 100%;
height: 2.5rem;
margin-top: .25rem;
overflow: hidden;
font-size: .875rem;
.navbar-nav {
padding-bottom: 2rem;
overflow-x: auto;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
}
}
@include media-breakpoint-up(md) {
@supports (position: sticky) {
position: sticky;
top: 0;
z-index: 1071; // over everything in bootstrap
}
}
.navbar-nav {
.nav-link {
padding-right: .5rem;
padding-left: .5rem;
color: $bd-purple-light;
&.active,
&:hover {
color: #fff;
background-color: transparent;
}
&.active {
font-weight: 500;
}
}
}
.navbar-nav-svg {
display: inline-block;
width: 1rem;
height: 1rem;
vertical-align: text-top;
}
.dropdown-menu {
font-size: .875rem;
}
.dropdown-item.active {
font-weight: 500;
color: $gray-900;
background-color: transparent;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23292b2c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: .4rem .6rem;
background-size: .75rem .75rem;
}
}


/************************input css**************************/

.form-disabled {
border: 0 !important;
border-bottom: 1px solid #9b9b9b !important;
border-radius: 0 !important;
pointer-events: none;
width: 100%;
}

.update-disabled {
pointer-events: none !important;
}

a {
color: inherit !important;
}

.bg-indigo {
background-color: #4f2185 !important;
}

html {
min-height: 100% !important;
position: relative !important;
}

body {
margin: 0 !important;
margin-bottom: 40px !important;
background-color: #FCF9F8 !important;
}

.sombra-navbar {
box-shadow: 1px 1px 7px #B8B5B5 !important;
}

footer {
color: white;
background-color: #4f2185;
width: 100%;
height: 5%;
position: absolute;
bottom: 0;
left: 0;
}

a:visited {
background-color: #f8f9fa !important;
}

.showValid {
display: block !important;
}

.heddenValid {
display: none;
}

.invalidRecurso {
color: red;
font-size: 12px;
display: none;
padding-left: 5px;
}