﻿/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    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;
}

/* LaresGestion - menú lateral colapsable */

.lg-side-menu-wrapper {
    flex: 0 0 205px;
    width: 205px;
    min-width: 205px;
}

.lg-side-menu {
    width: 205px;
    min-height: calc(100vh - 56px);
    overflow-x: hidden;
    overflow-y: auto;
}

#lgMainContent {
    min-width: 0;
    width: 100%;
}