﻿/* 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;
}

@media only screen and (max-device-width : 640px) {
    u {
        text-underline-position: under;
    }
    #resultCard {
        width: 100%;
        margin: auto;
    }
}

@media only screen and (max-device-width: 768px) {
    u {
        text-underline-position: under;
    }
    #resultCard {
        width: 100%;
        margin: auto;
    }
}

@media screen and (min-width: 980px) /* Desktop */ {
    #resultCard {
        width: 50%;
        margin: auto;
    }
}

@media screen and (max-width: 979px) /* Tablet */ {
    #resultCard {
        width: 80%;
        margin: auto;
    }
}

@media screen and (max-width: 500px) /* Mobile */ {
    #resultCard {
        width: 100%;
        margin: auto;
    }
}

.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 */
}

.loading-modal {
    position: fixed;
    z-index: 1000000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.8;
    -moz-opacity: 0.8;
}

.loading-center {
    z-index: 100000;
    margin: 300px auto;
    padding: 10px;
    height: auto;
    width: 50px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1 !important;
    -moz-opacity: 1;
}

    .loading-center img {
        height: auto;
        width: auto;
        margin-left:5px;
    }

.modal {
    overflow-y: auto;
}

#updatePanel {
    width: 95%;
    margin: 0 auto;
    position: relative;
}

.popover-body {
    background-color: Black;
    border-radius: 0px;
    color: white;
}
/*.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after{
    background-color:black;
}*/

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
    border-bottom-color:black;
}

.page-item.active .page-link {
    background-color: #f1556c;
    border-color: #f1556c;
}

.fc-sun {
    background-color: #f6fcbb;
    color: blue;
}

.fc-sat {
    background-color: #f6fcbb;
    color: blue;
}

/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}

    .rating-stars ul > li.star {
        display: inline-block;
    }

        /* Idle State of the stars */
        .rating-stars ul > li.star > i.fa {
            font-size: 2.5em; /* Change the size of the stars */
            color: #ccc; /* Color on idle state */
        }

        /* Hover state of the stars */
        .rating-stars ul > li.star.hover > i.fa {
            color: #FFCC36;
        }

        /* Selected state of the stars */
        .rating-stars ul > li.star.selected > i.fa {
            color: #FF912C;
        }
/* Checked Rating Stars Color*/
.checked {
    color: orange;
}

.flatpickr-wrapper {
    position: relative;
    display: block;
}

.x-editable-textbox{
    width:75px;
}

.invalid {
    border-color: #f1556c;
    padding-right: calc(1.5em + 0.9rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f1556c' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f1556c' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.225rem) center;
    background-size: calc(0.75em + 0.45rem) calc(0.75em + 0.45rem);
}

.form-default {
    margin-bottom: 0px !important;
    -webkit-appearance: none;
}

.modal-y {
    display: block !important; /* I added this to see the modal, you don't need this */
}

/* Important part */
.modal-dialog-y {
    overflow-y: initial !important
}

.modal-body-y {
    height: 80vh;
    overflow-y: auto;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    color: #343a40;
}

.register-form-margin-top {
    margin-top: 19px;
}

@media only screen and (max-width: 750px) {
    .register-form-margin-top {
        margin-top:0px;
    }
}