﻿/* 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;
}

/* 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: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@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;
  line-height: 60px; /* Vertically center the text there */
}
.content_Form_Filter {
    display: flex;
}
.ContFormFilter{
    margin:20px;
}
.title_Filter{
    font-size:17px;
    margin-right:10px;
}
.formCategories{
    margin-bottom:10px;
}
.contTitleFilter {
    text-align: center;
    font-style: italic;
    border-top: solid #1b6ec2 2px;
    border-bottom: solid #1b6ec2 2px;
    margin-bottom: 10px;
}
.img_cad {
    width: 100%;
    height: 200px;
    object-fit: contain;
    background-color: #525558;
}



@media (min-width:1000px) {
    .content_Form_Filter {
        display: flex;
    }
    .ContFormFilter{
        display:flex;
        justify-content:space-between;
        max-width:800px;
        margin:20px;
    }
    .formCategories {
        margin-right: 20px;
    }
    .title_Filter{
        margin-top:7px;
    }
}
.contBtnCreate {
    margin:auto;
    text-align: center;
    display: flex;
    justify-content: center;
    justify-items: baseline;
}
.contBtnCategorieCreate {
    margin-top:10px;
}

.cardCont_Cate{
    padding:10px;
}
.card_Carousel {
    display: flex;
    justify-content: center;
    margin: auto;
}

.contCardEditAdds{
    justify-content:center;
}

.bar_Mneu{
    font-size:20px;
    font-weight:bold;
}
.menuNav {
    margin-bottom:10px;
}
.navbar-toggler{
    background-color:white;
}
    .navbar-toggler:hover {
        background-color: #0d6efd;
    }
.nav-item:hover {
    background-color: #0d6efd;
    text-align:center;
}
.row_ContCreateUsers{
    justify-content:center;
}
.font_User {
    display: flex;
    text-align: center;
    font-size: 100px;
}