﻿body {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Set padding to keep content from hitting the edges (if using container-fluid) */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
}

.body-content-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.bodyview-container {
    height: calc(100vh - 106px);
    width: auto;
    top: 50px;
    overflow: auto;        
}

.navbar-inverse {
    background-color: #e95420;
    border-color: #d34615;
}

/* 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;
}

i {
    font-weight: 600;
}
  
h5, .h5 {
    font-size: 16px;
}

.nav>li .count {
  position: absolute;
  top: 10%;
  right: 25%;
  font-size: 10px;
  font-weight: normal;
  background: rgba(41,200,41,0.75);
  color: rgb(255,255,255);
  line-height: 1em;
  padding: 2px 4px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.margin-left-for-radio {
    margin-left: 32px;
}

.profilelink 
{
    text-decoration: none;
    color: white;    
}

a.profilelink:hover {
    text-decoration: underline;
    color: white;     
}

a.profilelink:visited {
    text-decoration: none;
    color: white;     
}

.btn-outline {
    color:#563d7c;
    background-color:transparent;
    border-color: #563d7c;
}

.btn-outline-full {
    width: 100%;    
}

.btn-outline:active,.btn-outline:focus,.btn-outline:hover {
    color:#fff;
    background-color:#563d7c;
    border-color:#563d7c
}

.btn-outline-inverse {
    color:#fff;
    background-color:transparent;
    border-color:#cdbfe3
}

.btn-outline-inverse:active,.btn-outline-inverse:focus,.btn-outline-inverse:hover {
    color:#563d7c;
    text-shadow:none;
    background-color:#fff;
    border-color:#fff
}

.container-equal-columns {
    overflow: hidden;
}

.col-equal-height {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
    
}

blockquote {
    font-size: 1em !important
}

.bs-callout {
    padding:20px;
    margin:20px 0;
    border:1px solid #eee;
    border-left-width:5px;
    border-radius:3px
}

.bs-callout h4 {
    margin-top:0;
    margin-bottom:5px
}

.bs-callout p:last-child {
     margin-bottom:0
}

.bs-callout code {
    border-radius:3px
}

.bs-callout+.bs-callout {
    margin-top:-5px
}

.bs-callout-danger {
    border-left-color:#ce4844
}

.bs-callout-danger h4 {
    color:#ce4844
}

.bs-callout-warning {
    border-left-color:#aa6708
}

.bs-callout-warning h4 {
    color:#aa6708
}

.bs-callout-info {
    border-left-color:#1b809e
}

.bs-callout-info h4 {
    color:#1b809e
}

.bs-callout-subdued {
    border-left-color:grey
}

.bs-callout-subdued h4 {
    color:grey
}


.bs-panel {
    padding: 15px 15px 1px 15px;
    border-radius: 4px;
}

.open-hidden, .showWhenReady {
    display: none;
}

.breadcrumb {
  padding: 2px 15px;
  margin-bottom: 0px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
}

.list-sitebullet {
    list-style-type: square;  
}

.list-nobullet {
    list-style-type: none;
}

a[disabled], a[disabled]:hover {
   pointer-events: none !important;
   color: #e1e1e1 !important;
}

/* history */
.dl-history dt {
    width: 80px !important;
    font-size: 12px;           
}
        
.dl-history dd {
    margin-left: 100px !important;
    font-size: 12px; 
}

.break {
    page-break-after: always;
}

.panel-heading > h3:first-child {
    margin-top: 0;
}

@media print {
body {
    padding-top: 0px;
    padding-bottom: 0px;
}

.body-content {
    padding-left: 0px;
    padding-right: 0px;
}    

.container {
    width: auto;
    margin: 0;
    padding: 0;
}

.page-title {
    margin-top: 0px;
}

.bodyview-container {
    height:inherit;
    width: inherit;
    top:inherit;
    overflow:inherit;        
}

}