﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set 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 width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.btn-margintop {
    margin-top: 20px;
}

div.navbar-brand-image {
    padding-top: 10px;
    overflow: hidden;
    width: inherit;
}

img.navbar-image-size {
    height: 40px;
}

.navbar-inverse {
    background-color: #003087 !important;
}

/* Override bootstrap z-index for calendar pop-up to appear over the navigation bar */
.navbar {
    z-index: 900;
}

.ui-datepicker-div {
    z-index: 999;
}

/* Override bootstrap fade behavior */
.fade {
    opacity: 0.5;
    -webkit-transition: opacity 0.05s linear;
    -moz-transition: opacity 0.05s linear;
    /*-ms-transition: opacity 0.05s linear;*/
    -o-transition: opacity 0.05s linear;
    transition: opacity 0.05s linear;
}

.form-control-dtp {
    max-width: none;
    width: 170px;
}

.form-control-narrow {
    max-width: none;
    width: 150px;
}

/*.CompanySummary td {
    width: 205px;
    padding: 0.5em;
}

.CompanySummary .bottom-border {
    border-bottom: 1px solid grey;
}
*/

#CompanySummary {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

    #CompanySummary hr {
        border-top: 2px solid grey;
    }

#InsiderActivity {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

    #InsiderActivity hr {
        border-top: 2px solid grey;
        margin: 5px;
    }

    #InsiderActivity table {
        margin-bottom: 10px;
    }

    #InsiderActivity td {
        padding: 1px 8px;
        border: 0;
    }

#InsiderRoster {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.deemphasize {
    color:#a6a6a6;
}

.AvoidPageBreak {
    page-break-inside: avoid;
}

.bold {
    font-weight: bold;
}

@media print {
    a[href]:after {
        content: "" !important;
    }
}
