﻿/* 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;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* 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;
}

.background-disabled-input {
  background-color: #e9ecef;
}

/* 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 */
}


/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

input[type="checkbox"].form-control:focus {
    box-shadow: none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.small-font {
    font-size: .7rem;
}


/*checkbox*/

.checkbox-field, .k-checkbox {
    position: absolute;
    margin-left: 10px;
    width: 25px;
    height: 25px;
}

.checkbox-field-down, .k-checkbox {
    height: 35px;
    width: 35px;
    margin-left: 7px;
}

input.checkbox-field-left, .k-checkbox {
    margin: auto 5px;
    width: 25px;
    height: 25px;
}


.col-search-buttons{
    padding-top:2em;
}

/* Draggable modal */

/*.draggable {
    display: inline-flex;
    position: absolute;
    left: 30%;
}

.dropTarget {
    width: 100%;
    height: 100%;
}*/

/* Telerik */
.k-combobox{
    width: 100%;
}
.k-dropdown {
    width: 100%;
}

.search-label-none {
    font-size: .8em;
    vertical-align: top;
    line-height: 1;
    padding-top: 10px;
    padding-left: 10px;
}
.search-input-none {
    vertical-align: top;
    margin-left: 10px !important;
    margin-right: 10px;
}

.input-group .k-widget .k-multiselect {
    width: 85%;
}

.k-multiselect .k-multiselect-wrap {
    background: none;
}

.k-state-disabled {
    background: #e9ecef !important; 
}

.w-70 {
  width: 70% !important;
}