﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
    /*margin-bottom: 140px;*/
}

/* Wrapping element */
/* Set some basic 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 widths on the form inputs since otherwise they're 100% wide */
input[type="text"]:not(#MainContent_tracker),
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}


.field {  margin-left: 5px; font-size: 16px; font-weight: bold}
.subfield { font-size: 14px; margin-left: 30px; margin-top: 15px; font-weight: bold}
.specs { margin-left: 55px; margin-top: 10px; margin-bottom: 15px}
.field-checkBox {margin-bottom: 5px;}


.fixed {
    position: fixed;
}



/* sidebar */
.bs-docs-sidebar {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* all links */
.bs-docs-sidebar .nav>li>a {
    color: #999;
    padding: 4px 20px;
    font-size: 13px;
    font-weight: 400;
}

/* nested links */
.bs-docs-sidebar .nav .nav>li>a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 30px;
    font-size: 12px;
}

.bs-docs-sidebar > ul {
    overflow-y: auto;
    height: 100%;
}


ul {
    list-style-type: none;
	padding: 0;
}


#sidebar-menu ul.main-menu {max-width: 270px}

#sidebar-menu .main-menu a {
    display: block;
	font-size: 16px;
	font-weight: 700;
	color: #999;
	padding: 4px 20px;
    border-left: 2px solid #fff;
}
#sidebar-menu .main-menu a:hover {
	
	text-decoration: none;
	background-color: transparent;
    color: #11427D;
	border-left: 2px solid #11427D;
}

#sidebar-menu .sub-menu a {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 30px;
	font-size: 12px;
	font-weight: 400;
}

@media screen and (max-width: 600px){
    .bs-docs-sidebar {
        display:none
    }
}

.bs-docs-masthead,
.bs-docs-header {
  position: relative;
  padding: 30px 0;
  color: #cdbfe3;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0,0,0,.1);
  background-color: #6f5499;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#563d7c), to(#6f5499));
  background-image: -webkit-linear-gradient(top, #563d7c 0%, #6f5499 100%);
  background-image:      -o-linear-gradient(top, #563d7c 0%, #6f5499 100%);
  background-image:         linear-gradient(to bottom, #563d7c 0%, #6f5499 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#563d7c', endColorstr='#6F5499', GradientType=0);
  background-repeat: repeat-x;
}

.bs-docs-masthead h1 {
  font-weight: 300;
  line-height: 1;
  color: #fff;
}

.navbar {margin-bottom: 0px}


div.subgroup > div { margin-left: 15px; }
div.subgroup { border: 1px solid rgba(0,0,0,.1); margin-top: 5px; padding-top: 5px; padding-left: 5px; }
div.subgroup > h4 { font-weight:400; }

/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */

/* Common styles for all types */
.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;
}

/* Tighten up space between multiple callouts */
.bs-callout + .bs-callout {
  margin-top: -5px;
}

/* Variations */
.bs-callout-danger {
  border-left-color: #ce4844;
}
.bs-callout-danger h4, 
.bs-callout-danger h1, 
.bs-callout-danger h2,
.bs-callout-danger h3 {
  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;
}


@media (min-width: 768px) {
  .bs-docs-footer {
    text-align: left;
  }
  .bs-docs-footer p {
    margin-bottom: 0;
  }
}

/*.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 140px;
  background-color: #fff;
  border-top: 1px solid #eee;
}*/


ul.bulleted {
    list-style-type: circle;
        margin-left: 30px;
}


span.spec-title-disabled { color: #8d8d8d }


.vld-error {
    background-color: #ff0000;
    padding: 10px 4px 10px 4px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.full-height {
    min-height: 100vh;
    align-items: center;
}

.row-eq-height {
    display: flex;
}
    .row-eq-height > [class*="col-"] {
        display: flex;
        flex-direction: column;
    }
.panel {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.panel-body {
    flex: 1;
}

.apella-logo {
    display: block;
    height: 40px; 
    margin: 8px auto 0;
}


ul.bulleted {
    list-style-type: disc; 
    list-style-position: outside;
}

h3.section, h4.section, h2.section {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}