﻿html,
body {
    background-color: #fff;
    height: 100%;
    font-size: 16px;
}

h1, h2, h3, h4 {
    margin-top: 0.1em;
}

.ui.table td {
    vertical-align: top;
}

blockquote {
    padding: 10px 20px;
    margin-left: 50px;
    margin-right: 50px;
    font-size: 1em;
    border-left: 5px solid #8b8b8b;
}

.ui.grid {
    margin-left: 0;
    margin-right: 0;
}

.ui.list .item a {
    cursor: pointer;
    color: #009fda !important;
}

.dl-horizontal dt {
    float: left;
    width: 200px;
    overflow: hidden;
    clear: left;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    margin-left: 20px;
}

.dl-horizontal dd {
    margin-left: 220px;
}

@media only screen and (max-width: 767px) {
    .dl-horizontal dt {
        float: none;
    }

    .dl-horizontal dd {
        margin-left: 40px;
    }
}

@media only screen and (min-width:768px) {
    .ui.page.grid {
        width: auto;
        padding-left: 8%;
        padding-right: 8%;
    }
}

@media only screen and (min-width:992px) {
    .ui.page.grid {
        width: auto;
        padding-left: 8%;
        padding-right: 8%;
    }
}

@media only screen and (min-width:1400px) {
    .ui.page.grid {
        width: auto;
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media only screen and (min-width:1920px) {
    .ui.page.grid {
        width: auto;
        padding-left: 13%;
        padding-right: 13%;
    }
}

.nzor-statistic {
    z-index: 1;
    background-color: #403f3f;
    text-align: center;
}

.nzor-statistic-inner {
    padding: 8px 4px 8px 4px;
}

    .nzor-statistic-inner > h1 {
        color: #8b8b8b;
        font-size: 18px;
    }

    .nzor-statistic-inner > section {
        color: #d3d4d4;
        font-size: 24px;
    }

#page {
    min-height: 100%;
    position: relative;
}

#content {
    padding-bottom: 250px;
}

footer {
    height: 120px;
    background-color: #403f3f;
    position: absolute;
    bottom: -1em;
    left: 0;
    width: 100%;
    color: #5D6266;
    padding-top: 2em;
    margin-top: 2em;
    border-top: 1px solid #DCDDDE;
}

.spacer {
    min-height: 24px;
}

/*
Typeahead
    */

/*.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}*/

.twitter-typeahead {
    width: 100%;
}

.typeahead {
    background-color: #fff;
    border-right-style: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}



.tt-query {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-dropdown-menu {
    width: 422px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

    .tt-suggestion.tt-cursor {
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion p {
        margin: 0;
    }
