﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
html {
    font-size: 13px
}
/* 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;
}

.LDAcentered {
    position: fixed; /* or absolute */
    top: 50%;
    left: 50%;   
    transform: translate(-50%, -50%);
}


.LDAcenteredH {
    position: fixed; /* or absolute */    
    left: 50%;
    transform: translate(-50%);
}

.LDAcontrolliLogin {
    
    max-width: 300px;
    min-width: 300px;
    
}

@media all and (max-width: 900px) {

    .LDAhideMobile {
        display: block;
        display: none;
        background-color:red
    }
    .LDAStretchMobile {
        width: 98%;
    }

}

@media (min-width: 768px) {
    .navbar-nav {
        width: 100%;
        text-align: right;
    }

        .navbar-nav > li {
            float: none;
            display: inline-block;
        }

            .navbar-nav > li.navbar-right {
                float: right !important;
            }
}


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}
