﻿/* 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;
}

/* 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;
}

nav.navbar.bg-custom {
    background-color: #bababa;
}

form .input-validation-error {
    border: 1px solid #dc3545;
}

form label.error {
    color: #dc3545;
}

form input.error,
form select.error {
    border: 1px solid #dc3545 !important;
}

input.fileupload[type="file"],
input.fileupload-ref[type="file"] {
    display: none;
}

.file-upload-wrapper {
    cursor: pointer;
}

.img-preview {
    display: block;
    max-height: 180px;
    max-width: 180px;
    width: auto;
    height: auto;
    margin: 0 auto;
}

#BookingForm {
    padding: 10px;
}

#AvailableResources {
    margin: 10px 0;
    white-space: normal;
    text-overflow: ellipsis;
}

[data-toggle="tooltip"] {
    cursor: pointer;
}

#AvailableResources thead th:first-child {
    width: 25%;
}

#AvailableResources tbody td:first-child label {
    display: block;
    font-weight: bold;  
}

#AvailableResources tbody td:first-child {
    text-align: center;
}

#AvailableResources tbody td {
    vertical-align: middle;
    position: relative;
}

#AvailableResources tbody tr {
    /*height: 180px;*/
}

#AvailableResources td .top {
    position: absolute;
    top: -20px;
    left: -20px;
}

#AvailableResources td .top i {
    color: orange;
    font-size: 50px;
}

#AvailableResources td .top span {
    color: white;
    font-weight: bold;
    margin: 0.6em;
    font-size: 14px;
}

.booking-options {
    display: none;
}

#PlaneResutlsContainer {
    display: none;
}

.plan-result {
    font-size: 1.2em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .05);
    background-color: rgba(0, 0, 0, .05);
    padding: 10px;
    margin: 10px 0;
    cursor: pointer;
    /*animation: animateElement linear .3s;
    animation-iteration-count: 1;*/
}

.plan-result td[data-title] img {
    height: 65px;
}

.negative {
    font-size: 1em;
    cursor: default;
}

.plan-result:hover {
    background-color: rgba(0, 0, 0, .06);
}

.plan-result-sort {
    opacity: 0;
}

.plan-result-sort i[class*=fa-sort-amount] {
    color: #b7b7b7;
    cursor: pointer;
}

.plan-result-sort i[class*=fa-sort-amount].sel {
    color: black;
}

#PlanResultsModal .map {
    width: 100%;
    height: 300px;
}

.ehub-card .card-title,
#PlanResultsModal .modal-title {
    font-weight: bold;
}

.ehub-card .card-title {
    font-weight: bold;
}

.ehub-card .card-group > .card {
    margin-bottom: 10px;
    border: none;
}

.ehub-card .card-body {
    padding: 5px;
}

#booking-scheduler .k-event {
    cursor: pointer;
}

#resources-scheduler-list button {
    margin: 5px;
}


#insoutgoing, #insincoming {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin-top: 10px
}

#insoutgoing ul, #insincoming ul {
    list-style-type: square;
}

.hidden {
    display: none;
}

.viewGoogle {
    margin: 10px;
}

@keyframes animateElement {
    0% {
        opacity: 0;
        transform: translate(0px,10px);
    }

    100% {
        opacity: 1;
        transform: translate(0px,0px);
    }
}

#LeaderBoard thead th {
    text-align: center;
}

#LeaderBoard tbody tr td {
    text-align: center;
    font-weight: bold;
}

#LeaderBoard tbody tr td:first-child {
    width: 140px;
}

#LeaderBoard tbody tr td:not(:first-child) {   
    vertical-align: middle;
    font-size: 2em;
}

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
    width: 100%;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items .home::before {
    content: 'Default start location';
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 10px;
    font-weight: bold;
}

.autocomplete-items .work::before {
    content: 'Work';
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 10px;
    font-weight: bold;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    position: relative;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.landing {
    height: 100%;
    background-image: url('/img/landing-graphic.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
}

#feedback-info .modal-footer .btn {
    padding: 0 5px;
}

#feedback-info .modal-body {
    padding-top: 0;
}

#booking-list td a {
    display: block;
}

.text-remain {
    display: none;
}

.text-remain.show {
    display: inline;
}


/* 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;
  /* Set the fixed height of the footer here */
  /*height: 60px;*/
  /*line-height: 60px; /* Vertically center the text there */
}

#headingOne.card-header {
    background-color: #a90b76;
}

#headingTwo.card-header {
    background-color: #01b5e5;
}

#headingThree.card-header {
    background-color: #857867;
}

#headingFour.card-header {
    background-color: #f18800;
}

#headingFive.card-header {
    background-color: #96c11f;
}

#headingSix.card-header {
    background-color: yellow;
}

#headingSix.card-header button {
    color: black !important;
}

#accordionHelp .card-header button {
    color: white;
}

#accordionHelp li {
    margin: 10px 0;
}

#AccountManagerMenu .nav-link {
    color:#343a40 !important
}

form.has-k-validation .k-widget.k-tooltip-validation {
    border-color: #fff;
    background-color: #fff;
    color: red;
}

#AccountMenuDropdown {
    display: block;
    margin: auto;
    width: 90px;
    height: 90px;
}

@media (max-width: 768px) {
    .plan-result td img {
        height: 40px !important;
    }
    .plan-result {
        font-size: 1em;
    }
    .navbar .navbar-brand img {
        height: 40px;
    }
}

@media print {
    body * {
        visibility: hidden;
    }

    #PlanResultsModal, #PlanResultsModal * {
        visibility: visible;
    }

    #PlanResultsModal {
        position: absolute;
        left: 0;
        top: 0;
    }

    .modal-xl {
        max-width: 100% !important;
    }

    #PlanResultsModal button,
    #PlanResultsModal .btn {
        visibility: hidden;
    }
}