﻿*{font-family: 'Noto Sans', sans-serif;}
html, body, #map-canvas {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

#map-canvas {
    height: 400px;
    /*width: 400px;*/
}


body {
    /*background: url('/img/sky.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

.navbar {
    margin-bottom: 10px;
    color: white;
}

.navbar-default {
    background-color: #0d153e;
    min-height: 60px;
}


input.ng-invalid, select.ng-invalid,textarea.ng-invalid {
    background-image: url('/img/star.png');
    background-repeat: no-repeat;
    /*background-position-x: right;*/
    background-position: right;
}


.content {
    background-color: rgba(255, 255, 255, 0.9);
    min-height: 600px;
    padding-top: 60px;
}

input.form-control[type='checkbox'] {
    width: 30px;
}


.form-control::-webkit-input-placeholder { /* WebKit browsers */
    color: #eee;
}

.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #eee;
}

.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #eee;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #eee;
}



input[required].ng-valid.ng-dirty, select[required].ng-valid.ng-dirty,textarea[required].ng-valid.ng-dirty {
    border: 3px solid green;
}

input[required].form-control.ng-invalid.ng-dirty,
input[required].form-control.ng-dirty.has-error,
input.ng-invalid-pattern,
textarea[required].form-control.ng-invalid.ng-dirty {
    border: 3px solid red;
}



img.hangleft {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    max-width: 50%;
}

.editing {
    background-color: #a8f6f9;
}

form, select {
    max-width: 500px;
}

.navbar-inverse {
    background-color: #0e243d;
    border-color: #0e243d;
}

.carousel-caption {
    right: 0%;
    left: 0%;
    padding-bottom: 0px;
    position: absolute;
    right: 0%;
    bottom: 00px;
    left: 0%;
    padding-top: 00px;
    padding-bottom: 00px;
    text-align: left;
    padding: 5px;
    background: black;
    opacity: 0.7;
}

.carousel-indicators {
    bottom: 50px;
}


.bs-callout {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-info {
    border-left-color: #5bc0de;
}

    .bs-callout-info h4 {
        color: #5bc0de;
    }

.nav > li > a {
    padding: 10px 10px;
}

.eventtitle {
    font-size: 14px;
    margin-bottom: 10px;
}

.eventdate {
    font-style: italic;
    color: blue;
}



.alert {
    margin: 10px;
    box-shadow: 5px 5px 5px #888888;
    text-align: center;
}

    .alert button span {
        font-size: 40px;
    }

    .alert span {
        font-size: 30px;
    }

    .alert div {
        align-content: center;
    }


.red {
    color: red;
}

table[aria-labelledby*='datepicker'] button {
    margin: 5px !important;
    padding: 5px !important;
}
.angular-google-map-container { height: 500px; }
.marker-labels { padding: 3px;background-color: white;}


  .just-box {
    border: 1px solid grey;
  }

  .light-grey-box {
    background-color: #f1eeee;
  }

  .margin15px {
    margin: 15px;
  }

  .padding15px {
    padding: 15px;
  }

footer {
  background-color: #fff;
  padding: 20px 15px;
}
.footer__address {
  font-size: 18px;
}
.footer__link {
  color: #293b9a;
  text-underline-position: under;
  letter-spacing: 1px;
  text-decoration: underline;
  display: block;
}
.tilesRow img {
    height: calc((100vh - 60px) / 4);
    object-fit: cover;
    width: 100%;
    object-position: center;
}