@charset "utf-8";

body {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    line-height: 1.42857143;
    color: #58666e;
    background-color: transparent;
}
.app {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100%;
}
.app-header-fixed {
    padding-top: 50px;
}
.w-xxl {
    width: 360px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.m-b-lg {
    margin-bottom: 30px;
}
.text-center {
    text-align: center;
}
.text-shadow {
    font-size: 170px;
    text-shadow: 0 1px 0 #dee5e7, 0 2px 0 #fcfdfd, 0 5px 10px rgba(0, 0, 0, 0.125), 0 10px 20px rgba(0, 0, 0, 0.2);
}
.text-white {
    color:#6E6E6E;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
	font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}
.bg-info {
    color: #dcf2f8;
    background-color: #23b7e5;
}
.list-group {
    border-radius: 2px;
	padding-left: 0;
}
.bg-info.auto .list-group-item, .bg-info .auto .list-group-item {
    background-color: transparent;
    border-color: #19a9d5 !important;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.bg-info a {
    color: #ffffff;
}
.list-group-item {
    padding-right: 15px;
	position: relative;
    display: block;
    padding: 10px 15px;
    border: 1px solid #ddd;
}
a {
    text-decoration: none;
    cursor: pointer;
}
p {
    margin: 0 0 10px;
}
.text-muted {
    color: #98a6ad;
}
.bg-info .text-muted {
    color: #b0e1f1 !important;
}
.list-group-item > .fa-chevron-right {
    float: right;
    margin-top: 4px;
    margin-right: -5px;
}