﻿/* 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: #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 */
}

div.two-column {
    -webkit-column-count: 2;
    column-count: 2;
}

div.three-column {
    -webkit-column-count: 3;
    column-count: 3;
}

div.center {
    left: 25%;
    width: 50%;
    height: 50%;
    position: relative;
    text-align: center;
}

div.width20pct {
    width: 20%
}

div.width23pct {
    width: 23%
}

div.width25pct {
    width: 25%
}

/* Header*/
.container-body {
    position: fixed;
    top: 75px;
}

img.center {
    width: 100%;
    text-align: center;
    margin-top: 10%
}

/* FONTS */
@font-face {
    font-family: 'Raid';
    src: url('zubonistencil.woff2') format('woff2'), url('zubonistencil.woff') format('woff'), url('zubonistencil.ttf') format('truetype'), url('zubonistencil.svg#zuboni_stencilregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Eurostile';
    src: url('Eurostile_Extended_2.ttf') format('truetype');
}

.raid-font {
    font-family: 'Raid' !important;
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

div.raid {
    margin: auto;
    width: 55%;
    padding-bottom: 120px;
    font-family: 'Raid';
    font-size: 30pt;
}

h1.heading {
    font-family: 'Raid' !important;
    font-size: 40pt;
    color: #808080;
}

h1.raid-font {
    font-family: 'Raid' !important;
    font-size: 35pt;
    color: #808080;
}

.raid-font-sm {
    font-family: 'Raid' !important;
    font-size: 18px;
    font-weight: 300;
}

.company-font {
    font-family: 'Eurostile' !important;
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

h1.company-font {
    font-family: 'Eurostile' !important;
    font-size: 35pt;
    color: #808080;
}

h2.company-font {
    font-family: 'Eurostile' !important;
    font-size: 28pt;
    color: #808080;
}

h3.company-font {
    font-family: 'Eurostile' !important;
    font-size: 24pt;
    color: #808080;
}

h4.company-font {
    font-family: 'Eurostile' !important;
    font-size: 18pt;
    color: #808080;
}

h5.company-font {
    font-family: 'Eurostile' !important;
    font-size: 16pt;
    color: #808080;
}

.company-font-sm {
    font-family: 'Eurostile' !important;
    font-size: 18px;
    font-weight: 300;
}

h2.slogan {
    font-family: 'Eurostile' !important;
    font-weight: 300;
    margin: auto;
    width: 58%;
    padding-bottom: 120px;
    font-size: 30pt;
}

.padding-5 {
    padding-bottom: 5pt;
}

.padding-10 {
    padding-bottom: 10pt;
}
.address {
    min-font-size: 8px !important;
    font-size: 48px !important;
    font-family: 'Eurostile', sans-serif !important;
    float: left;
    padding-right: 40px;
    color: #808080;
}

.address-text {
    min-font-size: 6px;
    font-size: 24px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #808080;
    padding-right: 60px;
    padding-top: 20px;
    padding-bottom: 40px;
    float: left;
}

textarea {
    resize: none;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ced4da;
}

    textarea.readonly {
        background-color: #e9ecef;
    }

.required {
    font-size: 10px;
    font-style: italic;
    color: #808080;
    font-family: 'Open Sans', sans-serif;
}

.help-block {
    color: red;
}

div.settings {
    display: grid;
    grid-template-columns: max-content max-content;
    grid-gap: 5px;
}

div.settings label {
    text-align: right;
}

div.settings label:after {
    content: ":";
}

label.gray {
    color: #808080;
}

.navbar-raid {
    display: block
}

.qrcode {
    width: 160px;
    height: 160px;
    margin-top: 15px;
}

.textarea {
    resize: none;
    border-radius: 5px;
    border: 1px solid lightgray;
    width: 100%;
}

.help-block {
    color: red;
}

div.settings {
    display: grid;
    grid-template-columns: max-content max-content;
    grid-gap: 5px;
}

    div.settings label {
        text-align: right;
    }

        div.settings label:after {
            content: ":";
        }

label.gray {
    color: #808080;
}

.navbar-raid {
    display: block
}

.qrcode {
    width: 160px;
    height: 160px;
    margin-top: 15px;
}

input [type="text"] [type="email"] {
    height: 37px;
    width: 95%;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #a89a7d;
    padding: 0 15px;
    background-color: white !important;
    font-size: 18px;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

input.comments [type="text"] {
    height: 300px;
    min-height: 70px;
    max-height: 300px;
}

input [type="date"] [type="datetime-local"] {
    alignment: left;
    width: 50%;
}

input [type="time"] {
    alignment: right;
    width: 50%;
}

table {
    overflow-x: auto;
}

    table td {
        padding: 0;
    }

th.center {
    text-align: center;
}

td.center {
    text-align: center;
}

/* Accordion */
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* End Accordion */

/* Date Picker */
[type="date"] {
    background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 98% 50% no-repeat;
}

[type="date"]::-webkit-inner-spin-button {
    display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

input.date-picker {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    background-color: #fff;
    padding: 3px 5px;
    box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
    width: 20%;
}

