/**
 * Bootstrap theme compatibility layer.
 * Restores Limitless (Bootstrap 3.3.5) base styling when using assets/jquery/bootstrap.css (3.4.1)
 * with core.css, components.css, and colors.css.
 */
body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5384616;
    color: #333333;
    background-color: #f5f5f5;
}

a {
    color: #1E88E5;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #166dba;
    text-decoration: none;
}

.text-muted {
    color: #999999;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400;
    line-height: 1.5;
    color: inherit;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1, .h1 { font-size: 25px; }
h2, .h2 { font-size: 23px; }
h3, .h3 { font-size: 21px; }
h4, .h4 { font-size: 19px; }
h5, .h5 { font-size: 17px; }
h6, .h6 { font-size: 15px; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small,
h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small,
.h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    color: #333333;
}

.panel-body {
    padding: 20px;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-control {
    height: 36px;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 1.5384616;
    color: #333333;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: none;
}

.form-control:focus {
    border-color: #ddd;
    outline: 0;
    box-shadow: none;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #999;
}

.has-feedback-left .form-control {
    padding-right: 12px;
    padding-left: 36px;
}

.form-control-feedback {
    width: 38px;
    height: 36px;
    line-height: 36px;
    color: #333333;
}

.btn {
    padding: 7px 12px;
    font-size: 13px;
    line-height: 1.5384616;
    border-radius: 2px;
}

.btn-primary {
    color: #fff;
    background-color: #2196F3;
    border-color: #2196F3;
}
