﻿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;
}

#SearchBar { min-height: 5vh; background: #ccc; padding:7px;}
#SearchBarH3 {margin:2px 0px;}
.SearchBarInput {display:block; min-width:200px;max-width:1000px;}
#SearchBarGoBtn {margin-top:5px;}

#ActionsBar { padding: 7px; background: #ccc; }

ul.TableListUl { padding-inline-start: 0px; }
.TableListContainer { display: block; width: 100%; background: #ccc; padding: 15px; margin: 15px; border: solid 1px #aaa;visibility:hidden; }
.TableListLine { display:block; background: #fff; padding: 5px 8px; border: solid 1px #aaa; margin:5px 0px; vertical-align:top; overflow-x:scroll;}
.OneCell { display: inline-block; background: #ddd; border: solid 1px #aaa; padding:5px; min-width:10%;text-align:center; min-height:40px;margin:3px !important;vertical-align:middle;}
.OneCell.NewLine { display: block;}
.OneCell.LimitWidth { width: 50%; max-height: 40px; overflow: hidden; overflow-y: scroll; }
.ViewObjectDetails { display: block; width: 100%; background: #fff; padding: 15px; margin: 15px; border: solid 1px #aaa; }
div.ViewObjectDetails lable { font-size: 130%; }
div.OneCell input { margin: 0; padding: 0;}
section.HeaderLine { display: block; background: #fff; padding: 5px 8px; border: solid 1px #aaa; margin: 5px 0px; vertical-align: top; }
section.HeaderLine div.OneCell {font-weight:bold;font-size:120%; background:#ffffff;}
span.SeparateLables { font-weight: bold; }
div.BlockSeperetor { display: block; min-height: 5px; border-bottom: solid 1px #aaa; margin-bottom:3px;}
div#RabbitSummaryContainer {position:relative;display:block;width:100%;}
div#RabbitSummary {position:absolute;right: 10px; top:10px; background:#ddd; padding:5px;}
div.FormBlock {display:inline-block; padding:7px; background:#ffffff; border:1px solid #000; margin:5px;}

div#InfoPopupOverlay { width: 100%; height: 100vh; background-color: rgba(0, 0, 0, 0.8); display: none; position: fixed; top: 0; left: 0; z-index: 1000; }
div#InfoPopup { width: 90vw; height: 80vh; background-color: #fff; display: block; position: fixed; top: 10vh; left: 10vh; z-index: 1001; }
div#CloseInfoPopup { width: 100%; height: 5vh; background-color:transparent; color: #fff; display: block; position: fixed; top: 5vh; left: 10vh; z-index: 1001; }
/*span.SeparateLables ::after { content: " "; border-right: solid 1px #000; }*/

pre { outline: 1px solid #ccc; padding: 5px; margin: 5px; max-width: inherit; white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; }
.string { color: green; }
.number { color: darkorange; }
.boolean { color: blue; }
.null { color: magenta; }
.key { color: red; }

.overlay { display: none; position: absolute; background-color: gray; top: 0px; left: 0px; padding: 10px; opacity: .8; }
.FormInList{position:relative;}

@media (min-width: 1200px) {
    .container { width: 1220px; }
}
