﻿/* 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. */
:root {
    --allianzblue: #004A94;
    /*--SchemeColor1: #114b5f;
    --SchemeColor2: #37beb0;
    --SchemeColor3: #3db5c4;
    --SchemeColor4: #0c6170;*/
    --SchemeColor1: #0077B8;
    --SchemeColor2: #00A0BB;
    --SchemeColor3: #537ACB;
    --SchemeColor4: #00C5A2;
    --SchemeColor5: #83E380;
}

.link-primary {
    color: #0062cc;
}

.link-primary:hover, .link-primary:focus {
    color: #0069d9;
    cursor: pointer;
}

.paperPage {
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
}

.w-25 {
    width: 25%;
}

.w-100 {
    width: 100%;
}

.no-border {
    border: none !important;
}

.catalogItemGroup1 a:hover,
.catalogItemGroup2 a:hover,
.catalogItemGroup3 a:hover,
.catalogItemGroup4 a:hover,
.catalogItemGroup5 a:hover,
.catalogItemGroup6 a:hover,
.catalogItemGroup7 a:hover,
.catalogItemGroup8 a:hover,
.catalogItemGroup9 a:hover,
.catalogItemGroup10 a:hover,
.catalogItemGroup11 a:hover,
.catalogItemGroup12 a:hover {
    text-decoration: none !important;
}

.catalogItemGroup1 a:hover .card-text,
.catalogItemGroup2 a:hover .card-text,
.catalogItemGroup3 a:hover .card-text,
.catalogItemGroup4 a:hover .card-text,
.catalogItemGroup5 a:hover .card-text,
.catalogItemGroup6 a:hover .card-text,
.catalogItemGroup7 a:hover .card-text,
.catalogItemGroup8 a:hover .card-text,
.catalogItemGroup9 a:hover .card-text,
.catalogItemGroup10 a:hover .card-text, 
.catalogItemGroup11 a:hover .card-text,
.catalogItemGroup12 a:hover .card-text{
    text-decoration: underline !important;
}

.catalogItemGroup1,
.catalogItemGroup1 i,
.catalogItemGroup1 a {
    background-color: #0077B8 !important;
}
.catalogItemGroup1Text{
    color: #0077B8 !important;
}

.catalogItemGroup2,
.catalogItemGroup2 a,
.catalogItemGroup2 i {
    background-color: #5fcd8a !important;
}
.catalogItemGroup2Text{
    color: #5fcd8a !important;
}

.catalogItemGroup3,
.catalogItemGroup3 a,
.catalogItemGroup3 i {
    background-color: #fab600 !important;
}
.catalogItemGroup3Text{
    color: #fab600 !important;
}

.catalogItemGroup4,
.catalogItemGroup4 a,
.catalogItemGroup4 i {
    background-color: #f62459 !important;
}
.catalogItemGroup4Text{
    color: #f62459 !important;
}

.catalogItemGroup5,
.catalogItemGroup5 a,
.catalogItemGroup5 i {
    background-color: #13a0d3 !important;
}
.catalogItemGroup5Text{
    color: #13a0d3 !important;
}

.catalogItemGroup6,
.catalogItemGroup6 a,
.catalogItemGroup6 i {
    background-color: #b5dae6 !important;
}
.catalogItemGroup6Text{
    color: #b5dae6 !important;
}

.catalogItemGroup7,
.catalogItemGroup7 a,
.catalogItemGroup7 i {
    background-color: #00908d !important;
}
.catalogItemGroup7Text{
    color: #00908d !important;
}

.catalogItemGroup8,
.catalogItemGroup8 a,
.catalogItemGroup8 i {
    background-color: #a6276f !important;
}
.catalogItemGroup8Text{
    color: #a6276f !important;
}

.catalogItemGroup9,
.catalogItemGroup9 a,
.catalogItemGroup9 i {
    background-color: #007ab3 !important;
}
.catalogItemGroup9Text{
    color: #007ab3 !important;
}

.catalogItemGroup10,
.catalogItemGroup10 a,
.catalogItemGroup10 i {
    background-color: #003781 !important;
}
.catalogItemGroup10Text{
    color: #003781 !important;
}

.catalogItemGroup11,
.catalogItemGroup11 a,
.catalogItemGroup11 i {
    background-color: #f86200 !important;
}
.catalogItemGroup11Text{
    color: #f86200 !important;
}

.catalogItemGroup12,
.catalogItemGroup12 a,
.catalogItemGroup12 i {
    background-color: #bbb !important;
}
.catalogItemGroup12Text{
    color: #bbb !important;
}

.bg-allianzblue {
    background-color: #004A94;
}

span.text-bold {
    font-weight: bold;
}

.btn-group.wizardBar {
    display: flex;
}

.wizardBar .btn {
    flex: 1
}

div.delete-product {
    cursor: pointer;
}

div.card-header.bg-success,
div.card-header.bg-secondary,
div.card-header.bg-danger {
    color: white;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

/* Table */
.table thead th {
    vertical-align: top !important;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    background-color: var(--allianzblue);
}

/* change the link color and padding  */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .8) !important;
    /*padding: .75rem 1rem;*/
}

/* change the color and bg color of active or hovered links */
.navbar-custom .nav-link.active {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, .1);
}

.navbar-custom .nav-item,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff !important;
}


/*
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
    color: #333333;
    background-color: rgba(255,255,255,.5);
}
*/


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;
    clear: both;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /*Vertically center the text there */
}

/* Validation
---------------------------------------------------*/

.validation-summary-errors > ul {
    list-style-type: none;
    padding-left: 0;
}

.validation-summary-errors > ul > * {
    color: red;
    font-weight: bold;
    font-size: larger;
}

.business-validation-errors > ul {
    list-style-type: none;
    padding-left: 0;
}

.business-validation-errors > ul > * {
    color: red;
    font-weight: bold;
    font-size: larger;
}

/*.input-group-btn {
    background-color: #eee;
}*/

/* Search bar */
.search-wrapper {
    position: absolute;
    top: 10px;
    left: 0;
    background: white;
    margin-top: 2.4em;
    min-width: 255px;
    /*padding: 15px 40px 15px 20px;*/
    z-index: 50;
    display: none;
}

.search-wrapper ul {
    list-style: none;
    padding: 0;
}

.search-wrapper ul > li > div {
    padding-right: 2px;
    min-width: 1.5em;
    font-weight: bold;
    display: inline-block;
}

.search-wrapper .card-body {
    padding: 0;
}

.cross-cancel-button::-webkit-search-cancel-button {
    position: relative;
    right: 0;
}

.search-menu li {
    padding: 15px;
    margin: 0;
    cursor: pointer;
}

.search-menu li:hover {
    background: #537acb;
    color: white;
}

/* Products */
.addon-products {
    list-style: none;
    padding-left: 5px;
}

.delete-product {
    color: #000;
}

.delete-product:hover {
    color: rgba(0, 0, 0, 0.4);
}

.fa-times {
    font-size: 60%;
}

/* Upload Files */
.input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.input-file-btn {
    color: white;
    background-color: #004A94;
    display: inline-block;
    cursor: pointer; /* "hand" cursor */

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome, Edge, Opera and Firefox */
}

.input-file:focus + label,
.input-file-btn:hover {
    background-color: #005cb8;
}

.product-item > div:first-child {
    max-width: 70%;
}

.w-100px {
    width: 100px;
}

.w-60 {
    width: 60px;
}

.h-100px {
    height: 100px;
}

.sub {
    display: none;
}

:checked ~ .sub {
    display: block;
    margin-left: 40px;
}

.field-validation-error {
    display: block !important;
}
.select-right {
    float: right;
    color: #414141;
}
