.btn-primary{
    color: #fff;
    background-color: #860606;
    border-color: #860606;
  }
  
  .btn-primary:hover {
    color: #fff;
    background-color: #c33232;
    border-color: #c33232;
  }

.bg-gradient-primary {
    background-color: #253e70;
    background-image: linear-gradient(180deg, #253e70 10%, #253e70 100%);
    background-size: cover;
}
.bg-gradient-primary2 {
    background-color: #253e70;
    background-image: linear-gradient(180deg, #253e70 10%, #253e70 100%);
    background-size: cover;
  }

.popover{
    max-width:950px;
}

.table-responsive {
    
    overflow-x: unset;
}

.logologin {
    width: 100%;
}

div.dataTables_wrapper {
    width: 100%; 
}
