/* ==========================================================================
   Author's custom styles
   ========================================================================== */

   body
   {
    font-family: 'Open Sans', helvetica, sans-serif;

    background-color: #dee7ef;
    background-image: -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 200, from(rgb(211, 229, 244)), to(rgb(234, 234, 234)));
    background-image: -webkit-radial-gradient(50% 100%, rgb(234, 234, 234), rgb(211, 229, 244));
    background-image:    -moz-radial-gradient(50% 100%, rgb(234, 234, 234), rgb(211, 229, 244));
    background-image:      -o-radial-gradient(50% 100%, rgb(234, 234, 234), rgb(211, 229, 244));
    background-image:     -ms-radial-gradient(50% 100%, rgb(234, 234, 234), rgb(211, 229, 244));
    background-image:         radial-gradient(50% 100%, rgb(234, 234, 234), rgb(211, 229, 244));
}
.spacer {
    height: 40px;
}
.dashboard-panel
{
    /*padding: 20px 0 20px 0;*/
    text-align: center;

    border-top: 1px solid #a3caee;
    border-right: 1px solid #a3caee;
    border-bottom: 1px solid  #a3caee;
    border-left: 1px solid #a3caee;
    border-radius: 4px;
    background: #d3e5f4;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
}
.dashboard-object
{
    width: 100%;
}
.dashboard-object-trend
{
    width: 100%;
    max-width: 500px;
    max-height: none;
}
.fa-asterisk
{
    font-size: .4em !important;

    padding: 0 0 0 2px;

    cursor: pointer;
    vertical-align: 8px;

    color: #1b2d3e;
}
h1,
h2,
h3,
h4,
p,
ul.expl > li,
address
{
    color: #03213b;
}
p.intro
{
    font-size: 1.3em;
}

p.expl,
ul.expl > li
{
    font-size: 1.1em;
}

h2.expl  {
    margin-top: 30px;
    margin-bottom: 20px;
}

p.expl {
    margin-top: 20px;
    margin-bottom: 20px;
}

hr.divider {
  margin: 40px 0 30px 0;
}

.graph-text
{
    font-size: 1.2em;

    margin: 10px 0 10px 0;
    padding: 10px 10px 10px 10px;

    border-top: 1px solid #a3caee;
    border-right: 1px solid #a3caee;
    border-bottom: 1px solid #a3caee;
    border-left: 1px solid #a3caee;
    border-radius: 4px;
    background: #d3e5f4;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
}
p.graph-toelichting
{
    font-size: .8em;
    line-height: 19px;

    margin: 3px;
}
/*TOP BAR*/

.top-bar
{
    height: 120px;
    margin: 0 0 30px 0;
    padding: 15px 0 15px 0;

    border-bottom: 2px solid #0f1923;
    background-color: #2b4863;
}
p.big-header
{
    font-size: 2em;
    font-weight: 300;

    color: #bbbcbd;
}
p.big-header>a
{
  color: inherit;
}
p.small-header
{
    font-size: 1.5em;
    font-weight: 300;

    color: #8b97a2;
}
.small-text
{
    font-size: 1em;
    line-height: 1.6em;
}

.banner-top
{
    position: absolute;

    top: 105px;

    padding: 10px 15px 6px 15px;

    border-radius: 0 0 6px 6px;
    background: #8b97a2;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
}

.banner-top a
{
    font-family: 'Rokkitt', sans-serif;
    font-size: 1.2em;
    font-weight: 700;

    letter-spacing: .15em;

    text-shadow: 1px 1px gray;

    text-decoration: none;
}

/*FOOTER*/

.footer
{
    height: 120px;
    margin-top: 100px;
    padding: 15px 0 15px 0;

    color: #bbbcbd;
    border-top: 2px solid #0f1923;
    background-color: #2b4863;
}

.footer a
{
    text-decoration: underline;

    color: #bbbcbd;
}

.graph-block
{
    /*margin-top: 50px;*/
}

hr
{
    margin-top: 10px;

    border-top: 1px solid rgba(0,0,0,.05);
}

/*TYPEAHEAD*/

.tt-input,
/* UPDATE: newer versions use tt-input instead of tt-input */
.tt-hint
{
    line-height: 30px;

    width: 396px;

    outline: none;
}

.tt-input
{
    /* UPDATE: newer versions use tt-input instead of tt-input */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.tt-hint
{
    color: #999;
}

.tt-dropdown-menu
{
    width: 422px;
    margin-top: 4px;
    margin-bottom: 80px;
    padding: 8px 0;

    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
}

.tt-suggestion
{
    line-height: 24px;

    padding: 3px 20px;
}

.tt-suggestion.tt-cursor
{
    /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
    background-color: #f5f5f5;
}

.tt-suggestion p
{
    margin: 0;
}

/*LIST*/

ul#search-list
{
    padding-left: 0;
}

li.branche-list
{
    margin: 6px 0 6px 0;
    padding: 4px 0 4px 5px;

    list-style-type: none;

    border-radius: 4px;
    background: #f5f5f5;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
}


pre, code {
  background: #fdf6e3;
}

div.spacer {
  height: 40px;
}

div.smallSpacer {
  height: 20px;
}
