﻿/* 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 */
}


.cal-popup {
    width: 600px;
    height: 500px;
}

.cal-month {
    justify-content: center;
    display: grid;
}

.close {
    margin-top: 39px;
    margin-bottom: 12px;
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-800) 21px/25px var(--unnamed-font-family-assistant);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-075d8f);
    text-align: center;
    font: normal normal 800 21px/25px Assistant;
    letter-spacing: 0px;
    color: #075d8f;
    text-transform: capitalize;
    opacity: 1;
}

.titelDate {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 10px 35px;
    height: 33px;
    background: #e6e6e6 0% 0% no-repeat padding-box;
    border: 1px solid #00000000;
    opacity: 1;
}

.iconLeft {
    position: absolute;
    left: 1%;
    top: 8px;
}

.iconAfter {
    position: absolute;
    right: 1%;
    top: 8px;
}

.dateInTitel {
    margin: auto 7px;
    font: var(--unnamed-font-style-normal) normal bold 12px/25px var(--unnamed-font-family-assistant);
    letter-spacing: var(--unnamed-character-spacing-0);
    text-align: center;
    font: normal normal bold 12px/24px Assistant;
    letter-spacing: 0px;
    opacity: 1;
}

.month-color-0 {
    color: #f58b1c;
}

.month-color-1 {
    color: #ed1c24;
}

.month-color-2 {
    color: #5300ff;
}

​
.cal-heb-day {
    position: absolute;
    font-size: x-small;
    top: 1px;
    right: 0px;
}

​
.calGregDay {
    color: #075d8f;
    position: absolute;
    font-size: x-small;
    bottom: 2px;
    left: 5.5px;
}

​
.cal-table {
    cursor: pointer;
    width: 91%;
    margin-right: auto;
    margin-left: auto;
    height: 43%;
    border: 1px solid gray;
    border-collapse: collapse;
}

.cal-table td {
    height: 30.4px;
    width: 44.45px;
    position: relative;
    background-color: #f2f2f2;
    border: 0.5px solid #0000004a;
    opacity: 1;
}

    .cal-table td.today {
        background-color: #075d8f;
    }

table {
    width: 91%;
    margin-right: auto;
    margin-left: auto;
}

.cal-table .today > span.cal-greg-day {
    color: #f2f2f2 !important;
}

.cal-name-days td {
    height: 30.4px;
    width: 14vw;
    border: none;
    outline: none;
    opacity: 1;
    position: relative;
}

.dayName {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-800) 11px/13px var(--unnamed-font-family-assistant);
    letter-spacing: var(--unnamed-character-spacing-0);
    text-align: center;
    font: normal normal 800 13px/13px Assistant;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.icon {
    cursor: pointer;
}

ֲ@@media(min-width: 950px) {
    .dateInTitel{
        margin: auto 8px;
        font: normal normal bold 20px/23px Assistant;
    }

    .titelDate {
        justify-content: space-around;
        margin: 10px 35px;
        height: 33px;
        background: #e6e6e6 0% 0% no-repeat padding-box;
        border: 1px solid #00000000;
        opacity: 1;
    }

    .iconLeft {
        left: 18px;
        top: 6px;
    }

    .iconAfter {
        right: 18px;
        top: 6px;
    }

    .dayName {
        font: normal normal 800 28px/13px Assistant;
    }

    .cal-table {
        height: 67%;
    }

.cal-heb-day {
    font-size: larger;
}

    .cal-greg-day {
        font-size: larger;
    }
}

input {
    border-style: solid !important;
    padding: 2px 8px !important;
}

textarea {
    border-style: solid !important;
    padding: 2px 8px !important;
}