﻿
html, body {
    height: 100%;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    background-color: #e8f9ff;
}

#shadow {
    display: none;
    background-color: rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3) inset;
    font-family: Helvetica,Arial,Verdana;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 2147483647;
    opacity: 0.2;
}

#inner-shadow {
    width: 200px; 
    margin: 0 auto; 
    top: 50%; 
    margin-top: 200px
}

/* Set padding to keep content from hitting the edges */
.body-content {
    
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    
}

@media screen and (min-width: 768px) {
    .modal-wide {
        width: 70%; /* either % (e.g. 60%) or px (400px) */
    }
}


.panel-bpd {
  border-color: #caedff;
}
.panel-bpd > .panel-heading {
  color: #333333;
  background-color: #e8f9ff;
  border-color: #caedff;
}
.panel-bpd > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #caedff;
}
.panel-bpd > .panel-heading .badge {
  color: #333333;
  background-color: #31708f;
}
.panel-bpd > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #caedff;
}

label.modal-header-text {
    padding-top:3px
}

.checkbox-crm {
    margin-right: 5px;
}