﻿/* 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: left;
    word-break: break-all;
}

.nav-link:hover {
    color: lawngreen;
}

.navbar-brand:hover {
    color: lawngreen;
}

a.navbar-left {
    align-items: flex-end;
}
/* 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: 12px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

.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: 200px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/* from here S56 */
/* Need1:  Fotos display and model window*/
.photo {
    filter: alpha(opacity=100);
    opacity: 1.0;
    height: 70px;
    width: 110px;
    margin: 5px;
}

    .photo:hover {
        -moz-box-shadow: 0 0 10px #ccc;
        -webkit-box-shadow: 0 0 10px #ccc;
        border: dotted 2px red;
        box-shadow: 0 0 5px #ccc;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

.photo-div {
    float: left;
    margin: auto;
    display: block;
    width: 80%;
    overflow: hidden;
    max-width: 100px;
}

.modal {
    background-color: rgb(0,0,0);
    display: compact;
    height: 100%;
    left: 0;
    overflow: auto;
    padding-top: 5px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
/* end of Need1*/

.thumbnail:hover {
    position: relative;
    top: -25px;
    left: -35px;
    width: 125px;
    height: auto;
    display: block;
    z-index: 999;
}

.logoWidth175 { /*ok*/
    width: 175px;
}

.imageW150 { /*ok*/
    width: 150px;
}

.imageWidth425 { /*ok*/
    width: 425px;
}

.myMb {
    margin-bottom: 200px; /*used*/
    padding-bottom: 5px;
}

.myMt {
    margin-top: 250px;
}

.myColorD1 {
    background-image: url(../Images/bgray2.png);
    background-repeat: repeat;
    opacity: 0,1;
}

.imageHeight350 {
    height: 350px;
}

/* APPROVED */
@media (max-width: 768px) {
    nav.navbar {
        background: #FFF;
        align-content: end
    }
}

.bg-nav {
    background-color: #800020;
}

.card1:not(:first-child) {
    margin-left: -50px;
}

.card1:hover {
    transform: translateY(-20px);
    transition: 0.4s ease-out;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

    .card1:hover ~ .card {
        position: relative;
        left: 50px;
        transition: 0.4s ease-out;
    }

.logo {
    width: 300px;
}

    .logo:hover {
        width: 350px;
    }


.flip-card {
    background-color: transparent;
    perspective: 1000px;
    position: relative;
    width: 180px;
    height: 350px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-color: #fff;
    color: black;
}

/* Style the back side */
.flip-card-back {
    background-color: dodgerblue;
    color: #fff;
    transform: rotateY(180deg);
}

@media (max-width: 599px) {

    .myMb {
        margin-bottom: 800px; 
    }
}

.noDot {
    list-style-type: none;
  /*  margin: 0;
    padding: 0;*/
}

/*Begin : for product page*/
.catalog {
    padding-top : 5px;
  /*  float : left;*/
    /*width: 1000px;*/
    color : black;
    border : solid;
    border-color : black;
    border-radius : 25px;
}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
/*end : product page*/

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}

/*begin login    */
.centerlook {
    padding-left: 50px;
    padding-right: 50px;
    font-weight: bold;
}

.error {
    padding-left: 50px;
    padding-right: 50px;
    font-weight: bold;
    color: red;
}

.loginbtn {
    padding-left: 250px;
    padding-right: 100px;
}  
/*end login*/

.sticky1  {
    position : -webkit-sticky;
    position : sticky;
    top: 0;
}

.card2 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 300px;
 /*   word-wrap: break-word;*/
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.75rem;
}