﻿/* 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;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 100%;
}


.center-block{
    margin-left:auto;
    margin-right:auto;
}

footer {
    top: 1500px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.copyright {
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.lr-0{
    left:0 !important;
    right:0 !important;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-control-plaintext ~ label, .form-floating > .form-select ~ label {
    width: fit-content;
}

.dropdown-menu {
    inset: unset !important;
    right: 0 !important;
    top: 5px !important;
}

.modal.fade.show {
    background-color: #00000085;
}

.error{
    color:red;
    font-weight:500;
}

@media (min-width: 768px) {
    .menu-resp {
        display:none !important;
    }
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}