@CHARSET "utf-8";

body
{
    background-color: #fafafa;
}
.wrapper > .row, header > .row, footer > .row
{
    margin-left: 0px;
    margin-right: 0px;
}
a.logo
{
    display: inline-block;
    margin-top: 12pt;
    margin-left: 10pt;
    color: black;
    text-decoration: none;
    font-size: 18pt;
    font-weight: 700;
}
a.logo span
{
    color: #0393da;
}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"]
{
    margin-left: 0px;
}
div#cookiebar
{
    padding: 4px;
    background-color: #bbb;
    color: #fff;
}
div#cookiebar button
{
    padding: 2px 4px;
}
div.loggedname
{
    font-size: 1.2em;
    padding-top: 1.5em;
}
.mt0
{
    margin-top: 0;
}
.mb0
{
    margin-bottom: 0;
}
.mt1em
{
    margin-top: 1em;
}
.mb1em
{
    margin-bottom: 1em;
}
.mv1em
{
    margin-top: 1em;
    margin-bottom: 1em;
}
.mh1em
{
    margin-left: 1em;
    margin-right: 1em;
}
.mr1em
{
    margin-right: 1em;
}
.ml1em
{
    margin-left: 1em;
}
.ph0
{
    padding-right: 0;
    padding-left: 0;
}
.pv0
{
    padding-top: 0;
    padding-bottom: 0;
}
.pr0
{
    padding-right: 0;
}
.pl0
{
    padding-left: 0;
}
.pt0
{
    padding-top: 0;
}
.pb0
{
    padding-bottom: 0;
}
/*
 * Responsive text aligning
 * http://ohryan.ca/2014/08/14/set-responsive-text-alignment-bootstrap-3/
 */
.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: 768px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}
