﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/*.field-validation-error {
    color: red;
    font-style: italic;
}*/

.validation-summary-valid { 
    display: none; 
}

/*select.input-validation-error {
    border: 1px solid #00ff90;
}*/

.rowBelgium {
    background-color: #d9534f;
}

.rowNetherlands {
    background-color: #f0ad4e;
}

.filterTable {
    background-color: white;
}

.centerAlignChildren {
    text-align: center;
}

.selectWithPopover {
    min-height: 36px;
    min-width: 320px;
}

.popover {
    min-width: 450px;
}

#filterPopoverContent {
    margin: 10px;    
}

.width100 {
    width: 100px;
}

.orangeText {
    color: orange;
}

.orangeBackground {
    color: orange;
}

h2 {
    margin-bottom: 0px;
}

.control-label {
    font-weight: bold;
}

.filterRow {

}

.filterRowGlobal {
    background-color: rgba(128, 210, 224, 0.57);
}

input[type=radio], input[type=checkbox] {
    margin-left: 4px !important;
    margin-top: 6px !important;
    line-height: normal;
}

.customError {
    color: #a94442;
}

.placeholder { 
  color: gray; 
  position: absolute;
  padding-left: 10px;
  padding-top: 10px;
}

.versionNumber {
    margin-bottom: 10px; 
    margin-left: 10px; 
    position: fixed; 
    bottom: 0px; 
    color: grey;
}

.notBold {
    font-weight: normal;
}

h3 {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: rgba(238, 238, 238, 1);
    padding-left: 5px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.05), 0px 1px 0px rgba(0,0,0,0.05);
    margin-left: -21px;
    margin-right: -21px;
    padding-top: 5px;
    border-right: none;
}

.nestedObjectDisplay {
    padding-top: 7px;
}

/*.table-condensed2 > thead > tr > th,*/ 
.table-condensed2 > tbody > tr > th, 
.table-condensed2 > tfoot > tr > th, 
/*.table-condensed2 > thead > tr > td,*/ 
.table-condensed2 > tbody > tr > td, 
.table-condensed2 > tfoot > tr > td {
    padding-top: 1px;
    padding-bottom: 1px;
}

.table-condensed2 > tbody span,
.table-condensed2 > tbody text,
.table-condensed2 > tbody a,
.table-condensed2 > tbody label
/*.table-condensed2 > tbody input*/ 
{
    line-height: 2;
}
    
.table-condensed2 .btn {
    line-height: 1.4285 !important;
}

.filter-label {
    font-weight: 100 !important;
}

.page-header-left {
    /*margin-bottom: 5px;*/
}

.index-well {
    margin-bottom: auto;
    padding: 10px;
    padding-bottom: 0px;
}

.filterSearchRow {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(226, 226, 226, 1);
    padding-bottom: 7px;
    margin-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px;
}

.filterformgroup {
    margin-bottom: 8px !important;
}

.k-grid {
    overflow-x: auto;
    background-color: rgba(244, 244, 244, 1);
}

.k-grid table {
    background-color: white;
}

.k-grid td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fa-fw {
    width: 1em !important;
    text-align: center;
}

.pageHeaderRow {
    margin-right: -10px; 
    margin-bottom: 5px; 
    margin-left: -10px; 
}

#HeaderLeft {
    padding-left: 5px !important;
}

.rowSoonExpired {
        background-color: rgba(255, 201, 102, 1);
        border-radius: 3px;
        border-style: solid;
        border-width: 1px;
        border-color: black;
}

.rowExpired {
    background-color: lightsalmon;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
}

.selectedLanguage {
    font-weight: bold;
    color: white !important;
}

.LanguageEditable {
    color: rgba(71, 164, 71, 1) !important;
}

.custom-control-label {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 7px;
}

.LanguageSelector {
    width: 60px; 
    float: left; 
    margin-bottom: 5px;
    padding: 0px;
    background-color: rgba(204, 204, 204, 1) !important;
    padding-left: 5px;
    border-color: black !important;
    padding-left: 5px;
}

.notification {
    position: fixed !important;
    bottom: 10px;
    right: 10px;
    z-index: 99999;
    text-align: left !important;
    padding: 20px;
}

.k-state-active.k-grid-filter {
    background-color: rgba(91, 192, 222, 1) !important;
}

.k-grid-header th.k-header > .k-link {
    padding: 0 !important;
    padding-top: .5em !important;
}

.monitor-entry {
    border : solid;
    border-radius: 25px;
    margin : 10px;
    padding: 10px;
}

.InlineBlock {
    display: inline-block;
}

.hasDatepicker[readonly] {
    background-color: white !important;
    cursor: pointer;
}

.hasDatepicker[disabled] {
    background-color: #eee !important;
    cursor: not-allowed;
}

.hasDatepicker[readonly]
.hasDatepicker[disabled] {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}

.mr-1 {
    margin-right: 4px;
}