﻿/* 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. */

.fixCheckBoxCss {
    /*background-color: blue !important;*/
    position: unset !important;
    -webkit-appearance: checkbox !important;
    opacity: unset !important;
    pointer-events: unset !important;
}
.k-checkbox {
    /*background-color: blue !important;*/
    position: unset !important;
    -webkit-appearance: checkbox !important;
    opacity: unset !important;
    pointer-events: unset !important;
}
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
.container-fluid{
    padding-left: 5px;
    padding-right: 5px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

.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 */
}
.k-grid k-widget k-display-block{
    width:100% !important;
}
.k-grid td{
    font-size:12px !important;
   /* padding: unset !important; */
   padding: 4px;
}
    .k-grid th, .k-grid td{

    }

/*.k-autocomplete .k-input {
    border: 1px solid #ced4da !important;
    border-color: rgb(206, 212, 218) !important;
    border-style: solid !important;
    border-width: 1px !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}*/

.k-widget {
    border: 1px solid #ced4da !important;
    border-color: rgb(206, 212, 218) !important;
    border-style: solid !important;
    border-width: 1px !important;
    font-size: inherit !important;
}

.card-body {
    padding: unset !important;
}
.mb-0 > a {
    display: block;
    position: relative;
}
.mb-0 > a:after {
    content: "+"; /* fa-chevron-down */
    position: absolute;
    right: 0;
}
.mb-0 > a[aria-expanded="true"]:after {
    content: "-"; /* fa-chevron-up */
}
.center {
    margin: auto;
    max-width: 1200px;
    padding: 10px;
}
.oeHdrCenter {
    margin: auto;
    max-width:1200px;
    /*border: 3px solid #73AD21;*/
    padding: 10px;
}
.oeLineCenter {
    margin: auto;
    width: 100%;
    /*border: 3px solid #ced4da;
    padding: 10px;*/
}
.k-edit-cell > .k-textbox, .k-edit-cell > .k-widget, .k-edit-cell > .text-box, .k-grid-edit-row > td > .k-textbox, .k-grid-edit-row > td > .k-widget, .k-grid-edit-row > td > .text-box {
    margin-left: unset !important;
    /*width: 50px !important;*/
}

.btn-space {
    margin-bottom: 2.5px !important;
    margin-bottom: 2.5px !important;
}
.cropped {
    overflow: hidden !important;
    border: 1px solid black !important;
}

    .cropped img {
        margin: -25% 0 -25% 0 !important;
    }

.btn-default {
    background-color: ButtonFace;
}