﻿body {
    padding-top: 5rem;
    padding-bottom: 4rem;
}

/* 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;*/
}

[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}

.swal-wide {
    width: 50em!important;
}

.object-conten {
    width: 100%;
    height: 450px;
    max-height: 450px;
}

.object-conten-scroll {
    overflow-y: scroll;
}
