﻿/* 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: #0FB6CC;
}

.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 */
}

.section-title {
    margin-bottom: 5rem;
    font-family: opensans-extrabold,sans-serif;
    font-size: 4rem;
    color: #0FB6CC;
    text-align: center;
}

th {
    background-color: #0FB6CC;
    border: none;
    vertical-align: initial;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
}

.isMain {
    padding-top: 0px;
}

.isArticle {
    margin-top: 0px;
}

.isHeader {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.isH1 {
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: center;
}

.isH2 {
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: center;
}

.loginSection {
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.loginArticle {
    margin-top: 100px;
    margin-bottom: 100px;
}

.badge {
    color: #ffffff;
    background-color: #0FB6CC;
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ellipsiss {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50ch;
    /*display: inline-block;*/
    /*width: 50ch;*/
    /*background-color: #eeeeee;*/
    border-radius: 5px;
    /*padding: 4px 20px 4px 10px;*/
    color: #0FB6CC;
    /*font-size: 12px;
    font-family: arial;
    margin-right: 6px;*/
}

.ellipsissComment {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 20ch;
    border-radius: 5px;
}

.alzaHref {
    max-width: 10px;
}

.legend {
    width: 400px;
    height: 400px;
    display: inline-block;
    position: relative;
    background-color: cadetblue;
}

.orderPageSizeSelect {
    float: right;
    width: 200px;
    display: block;
}

.devicePageSizeSelect {
    float: right;
    width: 200px;
    display: block;
}

.reclaimPageSizeSelect {
    float: right;
    width: 200px;
    display: block;
}

.offerPageSizeSelect {
    float: right;
    width: 200px;
    display: block;
}

.orderPaymentMethodSelect {
    width: 200px;
    display: block;
}

.orderShippingMethodSelect {
    width: 200px;
    display: block;
}

.orderCommentInput {
    background-color: yellow !important;
    color: red !important;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}

    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        bottom: 100%;
        left: 50%;
        margin-left: -60px;
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

.sourceImg {
    width: 75px;
}

.orderDetailTable tr td {
    width: 300px;
}

.product-image {
    max-width: 88px;
}

.tariff-select {
    display: inline;
}

.navbarElementA {
    text-align: center;
}

.navbarElementSpan {
    text-align: center;
}

.subsription-add span {
    display: inline-block;
}