﻿/* 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;
}


/* Sticky footer styles new
-------------------------------------------------- */
html {
  font-size: 15px;
}
@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;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

body{
    background-color:lightgray;
}


field-validation-error{
    font-size:large;
}

.popover-header {
    background-color: darkviolet;
    color: white;
    font-size: small;
    box-shadow: 5px 5px 3px #808080;
}


body {

 background-image: none;


    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    
}

.app-header {
    background-color: #400562;
}   

.tr-current {
    background-color: #f3e5f5;
}

.table-scroll thead {
    /*background-color: #9c27b0;*/
    background-color: #520E7A;
    color: #ffffff;
}

.headerSistema {
    /*background-color: rgba(131, 64, 211, 0.4);*/
     background-color: #400562;
}

.command-menu {
    background-color: #ede7f6;
}

.btn-fcv {
    /*background-color: rgba(212, 113, 209, 0.3);*/
    background-color: #8e24aa;
    color: white;
}

.widget-settings-pane {
    background-color:#DAD5DD;
    color: white;
}

.widget-settings-list-item {
    background-color: #DAD5DD;
    color: #400562;
}

.widget-settings-list-item:hover {
    background-color:#A58CB3; 
    color:F2E4FB;
}

.widget-settings-button-label:hover {
    background-color:#A58CB3; 
    color:F2E4FB;
}

.widget-settings-button-icon:hover {
   background-color:#A58CB3; 
    color:F2E4FB;
}

.widget-settings-button:hover {
    background-color:#A58CB3; 
    color:white;
}

.widget-settings-icon-close {
    color:#A58CB3;
}

.widget-settings-icon-close:hover {
    background-color:#A58CB3; 
    color:F2E4FB;
}

.widget-settings-button-label,
.widget-settings-sub-button-label {
    cursor: inherit;
    margin-left: 30px;
    display: block;
    margin-bottom: 0;
    font-size: 15px;
}

.widget-settings-button-icon {
    height: 24px;
    width: 24px;
    float: left;
}


/* Botón propio*/

.btn-primary,
.btn-primary:hover,
.btn-primary:active {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #691A99;
    border-color: #9153B6;
}

.btn-primary {
    background-repeat: repeat-x;
    background-image: linear-gradient(top, #009ED2 0%, #007DA7 100%);
}

.btn-primary:hover {
    background-position: 0 -15px;
    background-color: rgba(129, 33, 217, 0.5);
    border-color: #8e24aa;
}

.text-vet {
    color: #8e24aa;
}

.text-danger-light {
    color: #A96C74;
}

#divCargando {
    background-color: #75A512;
    color: #f5f5f5;
    box-shadow: #888 0px 3px 10px;
}

.table-entity td {
    background-color: #ede7f6;
}

.btn-outline-primary {
    border-color: #400562;
    color: #400562;
}

.btn-outline-primary:hover,
.btn-outline-primary:active {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #691A99;
    border-color: #9153B6;
}

.btn-secondary{
    background-color: #AAA2AF;
}
.bg-encabezadoListado {
    background-color: #ede7f6;
}

.panel-panel-contentside {
    background-color: #ede7f6;
}

.panel-side {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1028;
    overflow: auto;
    width: 18%;
    padding: 10px 10px 7px 10px;
    top: 40px;
    border-right: 1px solid #ddd;
    background-color: #ede7f6;
}


/* Modificaciones en la botonera superior de las vistas genericas*/

.command-menu {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1029;
    min-height: 30px;
    font-weight: 500;
    height: 45px;
    top: 35px;
    padding: 7px 10px 7px 10px;
    box-shadow: rgba( 100, 100, 100, .4) 0 2px 2px 3px;
}

.command-menu h1 {
    font-size: 22px;
    color: black;
}

.command-menu .form-group {
    margin: 0;
}

.command-menu .navbar-brand img {
    float: right;
    margin-top: -4px;
    margin-right: 10px;
}

.command-menu #command-buttons .btn-group,
.command-menu #command-buttons button,
.command-menu #command-buttons a {
    margin-right: 15px;
    margin-top: 0px;
}

.command-menu #command-buttons .btn-group button,
.command-menu #command-buttons .btn-group a {
    margin-right: 0;
    margin-top: 0;
}

nav.navbar {
    background-color: #400562;
    height: 36px;
}

.navbar-toggler {
    cursor: pointer;
    outline: 0;
}
.fondoCard{
    background-color:  #F4E2FF;
    color: #400562;
}

.nav-link {
   color:#BA9ECB;
}
.nav-link:hover{
    color: #ffffff;
    background: #6E3E8A;
 }
 
 .alert-info{
     background-color:#F4E2FF;
     border-color:#85599E; 
     color: #85599E;
 }


.blinknet {
    animation: blink 1s linear infinite;
}


@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}




 
.text-info{color:#660A9D!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important};

