﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set border on inactive navtabs to transparent */
.nav-tabs .nav-link:not(.active) {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom;
    /*color:#f2f3f4;*/
}

/*  */
.nav-tabs .nav-item .active {
    background-color: #f2f3f4;
    font-weight: bold;
    border-bottom-color: #f2f3f4 !important;
}

/* 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,
.table tbody > tr > td,
.table tbody > tr > td > a {
    padding: 4px;
    line-height: 1.428571429;
    vertical-align: baseline;
    color: #428bca;
    font-size: 18px;
}

/*.disjoint {
    margin-bottom:10px !important;
    box-shadow:initial !important;
}*/

.disabled {
    pointer-events: none;
    cursor: default;
}
