﻿/* 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. */

.container-small {
    max-width: 1000px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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 */
}

@media only screen and (min-width : 1200px) {
    .container {
        max-width: 1320px;
    }
}

/*GENERAL*/
.zoom-fast:hover {
    -ms-transform: scale(1.08); /* IE 9 */
    -webkit-transform: scale(1.08); /* Safari 3-8 */
    transform: scale(1.08);
}

.zoom-fast {
    transition: transform .3s;
}

.zoom-medium:hover {
    -ms-transform: scale(1.08); /* IE 9 */
    -webkit-transform: scale(1.08); /* Safari 3-8 */
    transform: scale(1.08);
}

.zoom-medium {
    transition: transform .5s;
}

.zoom-slow:hover {
    -ms-transform: scale(1.08); /* IE 9 */
    -webkit-transform: scale(1.08); /* Safari 3-8 */
    transform: scale(1.08);
    border-color: palegreen !important;
    border-width: medium !important;
}

.zoom-slow {
    transition: transform .8s;
}

.container-fullpage {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    margin-right: 0%;
    margin-left: 0%;
}

.btn-floating {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    width: 47px;
    height: 47px;
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
}

a.waves-effect, a.waves-light {
    display: inline-block;
}

.carousel-multi-item .controls-top .btn-floating {
    background: #4285f4;
}

.card-img-top-max-width {
    width: 60%;
}

.card-img-top-max-width-35 {
    width: 35%;
}

.text-lightblue {
    color: #0da2e2
}

.text-PageHeading-DarkBlue {
    color: #0f2d60;
}


.text-PageHeading-Blue {
    color: #2388bb;
}

.li-margin-bottom-padding {
    margin-bottom: 30px;
}


/*Section Header Image*/
.text-PageHeading-White {
    color: white;
}

.text-PageHeading-Gray {
    color: dimgray;
}

/*Modals*/
.fade.in {
    opacity: 1;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.icon-backoffice-white {
    fill: white;
    color: white;
    border-color: #0da2e2;
    font-size: 25px;
}

.text-gray {
    color: #d1d1d1;
}

.icon-backoffice-darkblue {
    fill: #0f2d60;
    color: #0f2d60;
    border-color: #0da2e2;
    font-size: 40px;
}

.icon-backoffice-green {
    fill: #61ce70;
    color: #61ce70;
    border-color: #61ce70;
    font-size: 40px;
}

.img-a-pos-blue {
    fill: #0da2e2;
    color: #0da2e2;
    border-color: #0da2e2;
    width: 4%;
    height: 4%;
}

/*Sections*/
.section-HeaderImage {
    bottom: -1px;
    top: -1px;
    background-image: linear-gradient(180deg, #5abae2 0%, #2868a8 100%);
}

.section-FooterImage {
    bottom: -1px;
    top: -1px;
    transform: rotate(180deg);
}

.section-Image-Path {
    fill: white
}

.section-HeaderImage-Gray {
    bottom: -1px;
    top: -1px;
    background-color: #f4f4f4;
}

.section-HeaderImage-Orange {
    bottom: -1px;
    top: -1px;
    background-color: #fff1eb;
}

.section-HeaderImage-white {
    bottom: -1px;
    top: -1px;
    background-color: white;
}

.section-HeaderImage-Orange-Dark {
    bottom: -1px;
    top: -1px;
    background-color: #f0764a;
}

/*Ribbin box message*/
@import url(https://fonts.googleapis.com/css?family=Lato:700);


.box {
    position: relative;
    max-width: 600px;
    width: 90%;
    height: 400px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}

/* common */
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

    .ribbon::before,
    .ribbon::after {
        position: absolute;
        z-index: -1;
        content: '';
        display: block;
        border: 5px solid #970a0a;
    }

    .ribbon span {
        position: absolute;
        display: block;
        width: 225px;
        padding: 15px 0;
        background-color: #ff0000;
        box-shadow: 0 5px 10px rgba(0,0,0,.1);
        color: #fff;
        font: 700 18px/1 'Lato', sans-serif;
        text-shadow: 0 1px 1px rgba(0,0,0,.2);
        text-transform: uppercase;
        text-align: center;
    }

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}

    .ribbon-top-left::before,
    .ribbon-top-left::after {
        border-top-color: transparent;
        border-left-color: transparent;
    }

    .ribbon-top-left::before {
        top: 0;
        right: 0;
    }

    .ribbon-top-left::after {
        bottom: 0;
        left: 0;
    }

    .ribbon-top-left span {
        right: -25px;
        top: 30px;
        transform: rotate(-45deg);
    }

/* top right*/
.ribbon-top-right {
    top: -10px;
    right: -10px;
}

    .ribbon-top-right::before,
    .ribbon-top-right::after {
        border-top-color: transparent;
        border-right-color: transparent;
    }

    .ribbon-top-right::before {
        top: 0;
        left: 0;
    }

    .ribbon-top-right::after {
        bottom: 0;
        right: 0;
    }

    .ribbon-top-right span {
        left: -25px;
        top: 30px;
        transform: rotate(45deg);
    }

/* bottom left*/
.ribbon-bottom-left {
    bottom: -10px;
    left: -10px;
}

    .ribbon-bottom-left::before,
    .ribbon-bottom-left::after {
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

    .ribbon-bottom-left::before {
        bottom: 0;
        right: 0;
    }

    .ribbon-bottom-left::after {
        top: 0;
        left: 0;
    }

    .ribbon-bottom-left span {
        right: -25px;
        bottom: 30px;
        transform: rotate(225deg);
    }

/* bottom right*/
.ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
}

    .ribbon-bottom-right::before,
    .ribbon-bottom-right::after {
        border-bottom-color: transparent;
        border-right-color: transparent;
    }

    .ribbon-bottom-right::before {
        bottom: 0;
        left: 0;
    }

    .ribbon-bottom-right::after {
        top: 0;
        right: 0;
    }

    .ribbon-bottom-right span {
        left: -25px;
        bottom: 30px;
        transform: rotate(-225deg);
    }


/*Cart Popup*/
#nav {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    #nav li {
        float: left;
        margin-right: 20px;
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
    }

        #nav li a {
            color: #333333;
            text-decoration: none
        }

            #nav li a:hover {
                color: #006699;
                text-decoration: none
            }

#notification_li {
    position: relative
}

#notificationContainer {
    background-color: #fff;
    border: 1px solid rgba(100, 100, 100, .4);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    overflow: visible;
    position: absolute;
    top: 50px;
    margin-left: -170px;
    width: 400px;
    z-index: -1;
    display: none;
}

#notificationContainer:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    color: transparent;
    border: 10px solid black;
    border-color: transparent transparent white;
    margin-top: 50px;
    margin-left: -100px;
}

#notificationTitle {
    font-weight: bold;
    padding: 8px;
    font-size: 13px;
    background-color: #ffffff;
    position: fixed;
    z-index: 1000;
    width: 384px;
    border-bottom: 1px solid #dddddd;
}

#notificationsBody {
    padding: 33px 0px 0px 0px !important;
    min-height: 300px;
}

#notificationFooter {
    background-color: #e9eaed;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    font-size: 12px;
    border-top: 1px solid #dddddd;
}

#notification_count {
    padding: 3px 7px 3px 7px;
    background: #cc0000;
    color: #ffffff;
    font-weight: bold;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    position: absolute;
    margin-top: -11px;
    font-size: 11px;
}

.carousel-inner img {
    max-height: 300px;
    max-width: 1200px;
    object-fit: contain;
}