﻿/* 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: 280px;
}

/* Apply Roboto font to the entire page */
body {
    font-family: 'Roboto', sans-serif;
}

/* If you want to apply a different font to headings, you can add: */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

.table-centered th,
.table-centered td {
    text-align: center; /* Centrera texten horisontellt */
    vertical-align: middle; /* Centrera texten vertikalt */
}

.name-column {
    white-space: nowrap; /* Förhindrar radbrytning */
    width: 1%; /* Gör att kolumnen bara tar upp den plats som behövs */
    text-align: left !important; /* Tvingar texten att vänsterjusteras */
}


.navbar {
    background-color: #0B5ED7 !important; /* Sets new color */
}