﻿/* ubuntu-regular - latin */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('../fonts/ubuntu-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/ubuntu-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
    font-family: 'Ubuntu', 'Open Sans', sans-serif;
    padding-bottom: 20px;
}

/* 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;
}*/


.color-evt {
    color: #3d2779;
}

.color-star {
    color: darkred;
}

.m50 {
    margin: 50px;
}

.mt50 {
    margin-top: 50px;
}

.mb50 {
    margin-bottom: 50px;
}

.m20 {
    margin: 20px;
}

.mt20 {
    margin-top: 20px;
}


.mb20 {
    margin-bottom: 20px;
}

.wb {
    background-color: #f8f8f8;
    border: solid 1px #eaeaea;
    /*border-radius: 5px;*/
    padding: 20px
}

.wb2 {
    background-color: white;
    border: solid 1px #eaeaea;
    /*border-radius: 5px;*/
    padding: 20px
}

.label {
    font-weight: 600;
}

.p50h {
    padding-left: 50px;
    padding-right: 50px;
}

.haken {
    list-style-image: url('/Assets/Images/Haken.png');
}
