/* (C) 2015 Yunzhu Li */

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 50px;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, "Hiragino Sans GB","Microsoft YaHei", Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #444;
    line-height:1.7;
}

ol, ul {
    padding-left: 30px;
}

.navbar-default {
    font-size: 14px;
    font-weight: 300;
    background-color: #fff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    font-size: 14px;
    font-weight: 600;
    background-color: #fff;
}

.navbar-brand {
    font-size: 16px;
    font-weight: 400;
}

.panel-default>.panel-heading {
    background-color: #f8f8f8;
}

.panel-title {
    font-size: 15px;
    line-height: 150%;
    color: #555;
}

.dropdown-menu>li>a {
    font-size: 12.5px;
    color: #777;
    padding: 7px 20px;
}

.btn-primary {
    background-color: #1D98F6;
    border-color: #218ADB;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #218ADB;
    border-color: #0F7ACC;
}

.progress {
    border-radius: 5px;
}

.progress-bar {
    background-color: #1D98F6;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.footer {
    position: absolute;
    padding: 14px;
    min-height: 50px;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    border: solid #e7e7e7;
    border-width: 1px;
    font-size: 14px;
    font-weight: 300;
}

.footer a {
    color: inherit;
}

.footer a:hover {
    color: 333;
}
.container {
    max-width: 1100px;
}

.container-fluid {
    max-width: 1100px;
}

.separator-line {
    margin-top: 40px;
    width: 100%;
    height: 2px;
    border-top: 1px solid #e7e7e7;
}

/* Text styles */
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

b {
    font-weight: 700;
}

p {
    margin-bottom: 20px;
}

mark {
    background-color: #DADADA;
}

h4 small {
    font-size: 60%;
}

.h4, h4 {
    margin-top: 40px;
    margin-bottom: 15px;
    color: #333;
    font-weight: 400;
    font-size: 19px;
}

.text-muted {
    color: #888;
}

/* Specific */
.status-indicator {
    display:inline-block;
    width:11px;
    height:11px;
    border-radius:3px;
}
