﻿/* 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:hover{
    color: #0366d6;
    text-decoration: none;
}

.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;
  }
}

main{
    min-height:1000px;
}
.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: 60px;  Margin bottom by footer height */
}
/*.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /*line-height: 60px;*/ /* Vertically center the text there 
}*/

.StergeFotografie {
    background-image: url(/Photos/Icons/rubbish.png);
    background-size: 90% 90%;
    background-repeat: no-repeat;
}

.Opaciti20 {
    
}

    .Opaciti20:hover {
        opacity: 0.2;
    }


.backHOME1{
    background-image: url("../Photos/Photos/warehouse-3-1030x450.jpg");
}
.backHOME2 {
    background-image: url("../Photos/Photos/warehouse-3-1030x450.jpg");
}


.contact:focus {
    border-color: rgba(238, 21, 21, 0.31);
    box-shadow: rgba(238, 21, 21, 0.31) 0px 0px 2px 2px;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
    position: relative;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column {
    float: left;
    width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
}

    .active,
    .demo:hover {
        opacity: 1;
    }

#main-footer {
    background: #000;
    color: #fff;
}

.navbarText {
    color: white;
}

    .navbarText:hover {
        color: rgb(255, 204, 1);
    }

.btn{
    border-radius:0;
}

.butoaneNegruRosu{
    color:black;
}
.butoaneNegruRosu:hover{
    color:red;
    text-decoration:none;

}
.butoaneRosuGalben {
    color: red;
    text-decoration: none;
}
.butoaneRosuGalben:hover{
    color:rgb(255, 204, 1);
    text-decoration:none;
}

.butoaneAlbNegru {
    color: white;
    text-decoration: none;
}

    .butoaneAlbNegru:hover {
        color:black;
        text-decoration: none;
    }


.inputCentru{
    margin:auto;
}


.butonCategoriiCatalog
{
    background-color:none;
    color:black;
}
.butonCategoriiCatalog:hover{
    text-decoration:none;
    color:red;
}

::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

::-webkit-scrollbar-button {
    width: 2px;
    height: 2px;
}

.scroll {
    margin: 4px, 4px;
    padding: 4px;
    background-color: green;
    width: 100%;
    max-height: 150px;
    overflow-x: hidden;
    overflow-x: auto;
    text-align: justify;
} 