﻿body
{
    padding-top: 95px;
    padding-bottom: 20px;
    background-color: #b699c8;
}

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
}

.panel-heading a
{
    color: #ffffff;
}

.pad5
{
    padding: 5px 5px 5px 5px;
}

.navbar {
    background-color: #1e1a28;
    min-height: 85px;
}

.navbar-brand {
    padding: 5px 15px;
    height: 85px;
    line-height: 85px;
}

.navbar-default .navbar-nav li a
{
    color: #d5bddb;
}

.navbar-default .navbar-nav li a:hover 
{
    color: #806293;
}

.navbar-default .navbar-nav 
{
    padding-top: 20px;
}

.navbar-default .btn-link 
{
    color: #d5bddb;
}

.navbar-default .btn-link:hover
{
    color: #806293;
}

.navbar-right
{
    margin-right: 2px;
}

.panel-default .panel-heading, .modal-header
{
    background-color: #806293;
    color: #ffffff;
}

.table
{
    background-color: #ffffff;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 300px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display:inline-block;
    content: "[";
    padding-right: 0.5em;
}
.btn-bracketed::after {
    display:inline-block;
    content: "]";
    padding-left: 0.5em;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"]
{
    width: 100%;
}

.form-control-checkbox-md
{
    height: 25px;
    width: 25px;
}

.form-control-checkbox-sm
{
    height: 17px;
    width: 17px;
}

.modal.loading .modal-content:before {
  content: 'Loading...';
  text-align: center;
  line-height: 155px;
  font-size: 20px;
  background: rgba(0, 0, 0, .8);
  position: absolute;
  top: 55px;
  bottom: 0;
  left: 0;
  right: 0;
  color: #EEE;
  z-index: 1000;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
  /* Hide captions */
  .carousel-caption {
    display: none
  }
}

@media print
{
    @page {
        margin: 0;
    }

    #footerDiv
    {
        display: none;
    }

    * {
        margin: 0;
        padding: 0;
    }

    td {
        margin: 0 !important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }

    tr {
        margin: 0 !important;
        padding: 0 !important;
    }

    body {
        padding: 30px !important;
    }

    #controls, .footer, .footerarea {
        display: none;
    }

    html, body {
        /*changing width to 100% causes huge overflow and wrap*/
        /*height: 100%;*/
        overflow-x: hidden;
        overflow-y: visible;
        /*background: #ffffff;*/
        font-size: 9.5pt;
    }

    tr.paymentPlanHeading, td.paymentPlanHeading {
        color: #ffffff !important;
        background-color: #000000 !important;
        color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    .page {
        page-break-after: always;
    }

    .lastpage {
        page-break-after: avoid !important;
        margin-top: 50px !important;
    }

    .template {
        width: auto;
        left: 0;
        top: 0;
    }

    img {
        width: 100%;
    }

    ul li {
        margin: 0 0 10px 35px !important;
    }

    ol li {
        margin: 0 0 0px 35px !important;
    }

    .pagemargin {
        padding-top: 50px !important;
    }
}
