﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* 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"],
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;
    }
}
.well {
    padding-left: 30px;
    padding-right: 30px;
}

.sba-certification-jumbotron {    
    min-height: 5px;
    padding: 5px;
    margin-bottom: 30px;
    margin-top: 10px;
    background-color: #4cd6fb;
    border: 1px solid #2a849c;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
}

.sba-certification-jumbotron h2 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.sba-hide {
    display: none;
}
/*Remove the top padding from the checkbox acknowledgment on the certification*/
input[type='checkbox'] {  
    margin-top: 0px;
    line-height: normal;
}
.sba-form-control {
    width:auto;
    display: inline-block;
}
.sba-input-group-addon {
    padding: 0px 0px;
    border: none;
}
.sba-input-group-addon, .input-group-btn {
    width: 0%;   
}

/*.input-group :last-child.form-control, :last-child.input-group-addon, :last-child.input-group-btn > .btn, :last-child.input-group-btn > .dropdown-toggle, :first-child.input-group-btn > :not(:first-child).btn {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}*/
.text-bold-danger {
    background-color: #a94442;
    color: white;
    padding: 2px 2px 2px 2px;
    font-weight: 700;
    font-size: 1.6rem;
}
