﻿/* 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. */

/* for datatable blinking on pageload issue */
.list-view-table {
    display: none;
}


.form-group {
    margin-bottom: 0.2rem !important;
}

.container_planing {
    max-width: 1540px;
}

.pplaning {
    line-height: 1.05;
    font-size: 10px;
}
.pplaning_green {
    line-height: 1.05;
    font-size: 10px;
    color: limegreen;
}

label {
    display: block;
    margin-bottom: 0rem;
    font-weight: 600;
    font-size: .80rem;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.dtsp-searchPane {
    width: 500px;
}

/* Provide sufficient contrast against white background */
/*a:link {
  color: #0366d6;
}
*/

.tdlink {
    display: block;
    width: 100%;
}

.navbar-nav > .active > a {
    color: white !important;
    background-color: #1b6ec2;
    border-color: #1861ac;
    border-radius: .25rem;
}


.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: white;
    border-color: white;
}

/* 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;
  line-height: 60px; /* Vertically center the text there */
}
.trumbowyg-box, .trumbowyg-editor {
    min-height: 100px;
    padding: 10px;
} 


