﻿body {
    /* dark background on the sides */
    background-color: rgb(83, 120, 121);
}
.page-body, .page-bg {
    /* reset normal background */
    background-color: white;
}
.title {
    color: black !important;
}

@font-face {
  /* fix icon font path - broken in theme.css */
  font-family: 'Glyphicons Halflings';
  src: url('../../fonts/glyphicons-halflings-regular.eot');
  src: url('../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

@-moz-document url-prefix() {
  /* Firefox table fix http://getbootstrap.com/css/#tables-responsive */
  fieldset { display: table-cell; }
}

@media print {

    a[href]:after {
        content: none;
    }
}

textarea.form-control {
    margin-bottom: 5px;
}