﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top:90px;
}

/* 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;
}
.container-fluid {
    max-width:1450px !important;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

@media (max-width: 576px) {
    .body-content {
    }
}
@media (min-width: 768px) {
    .col-md-tr {
        text-align: right !important
    }
}
@media (min-width:768px) {
    .float-md-right {
        float: right !important;
    }
}
.card-body-section {
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.dropdown-menu > .dropdown {
    position: relative;
}

    .dropdown-menu > .dropdown a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: .9rem;
        top: .9rem;
    }

    .dropdown-menu > .dropdown .dropdown-menu {
        top: -.7rem;
        left: 100%;
        border-radius: 0 .25rem .25rem .25rem;
    }