﻿/* 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: 99.7%; /* 100% makes scrollbars show*/
}

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 */
}

/* Index */
.market-donut {
    display: inline-block;
    /*width: 170px;*/
}

.k-black body,
.k-metroblack body,
.k-black .well,
.k-metroblack .well,
.k-black .ra-well-title,
.k-metroblack .ra-well-title,
.k-black .buttons-wrap,
.k-metroblack .buttons-wrap {
    border-color: #444;
    background-color: #1e1e1e;
    color: #fff;
}

.k-highcontrast body,
.k-highcontrast .well .k-highcontrast .ra-well-title,
.k-highcontrast .buttons-wrap {
    border-color: #664e62;
    background-color: #2c232b;
    color: #fff;
}

.k-moonlight body,
.k-moonlight .well,
.k-moonlight .ra-well-title,
.k-moonlight .buttons-wrap {
    border-color: #171e28;
    background-color: #212a33;
    color: #fff;
}
.k-menu .k-sprite.k-icon {
    /* necessary overrides to use the SpriteCssClasses property */
    width: 16px;
    height: 16px;
    font-size: 16px !important;
    line-height: normal !important;
}
/* footer clarifications */
.footer-light {
    color: lightgray;
    font-style: italic;
    font-size:.7em;
}
.development {
    border-color: #4cff00;
    background-color: #00ff90;
    color: #1e1e1e;
    font-size: .7em;
    padding: 2px;
}
.staging {
    border-color: #664e62;
    background-color: #444;
    color: #fff;
    font-size: .7em;
    padding: 2px;
}

/* General Kendo Icon Helpers https://docs.telerik.com/kendo-ui/styles-and-layout/icons-web*/
.k-icon-24 {
    font-size: 24px !important; /* Sets icon size to 24px */
}
.k-icon-32 {
    font-size: 32px !important; /* Sets icon size to 32px */
}

.k-icon-48 {
    font-size: 48px !important; /* Sets icon size to 48px */
}

.k-icon-64 {
    font-size: 64px !important; /* Sets icon size to 64px */
}

.c-icon-red {
    color: red !important;
}
.c-icon-orange {
    color: orange !important;
}
.c-icon-orangered {
    color: orangered !important;
}
.c-icon-yellow {
    color: yellow !important;
}
.c-icon-blue {
    color: blue !important;
}
.c-icon-gray {
    color: gray !important;
}
.c-icon-steelblue {
    color: steelblue !important;
}

/* CRUD Actions header*/
#pageActionsDiv h1 {
    display: inline;
    margin-right: 10px;
    vertical-align: middle;
}