﻿/* 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;
}

/* 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 */
}

body {
    background-color: lightslategray;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

/* ---------------------- ---------------------- ----------------------------*/
.ajax-loading {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background: transparent 
                url('../Content/Images/loading.gif') 
                50% 50% 
                no-repeat;*/
    background: #c0c0c0 url(../images/loading.gif) 50% 50% no-repeat;
    background: rgba(192,192,192,0.8 ) url(../images/loading.gif) 50% 50% no-repeat;
    -ms-background-size: 80px 80px;
    background-size: 80px 80px;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .ajax-loading {
    display: block;
}
/*********************************************************************************/


.error {
    color: #dc3545 !important;
}

.see-more {
    font-size: small;
    padding: 5px;
}

.field-validation-error {
    color: #dc3545 !important;
}

.input-validation-error {
    border-color: #dc3545 !important;
}


.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0;
    text-decoration: none;
    color: #000000;
    background-color: #ebebeb;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
}

.back-to-top:hover {
    background-color: #878787;
    background-color: rgba(135, 135, 135, 0.50);
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

header {
    background-image: url(../images/header-bar.png);
    background-position-x: top;
    background-repeat: repeat-x;
}

header > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.k-timepicker {
    width: 100% !important;
}

.k-event, .k-task-complete {
    border-color: #3174ad !important;
}