::-webkit-selection {
    background: #202020;
    color: #fff;
}
::-moz-selection {
    background: #202020;
    color: #fff;
}
::selection {
    background: #202020;
    color: #fff;
}
html, body, h1, h2, h3, h4, h5, h6, p, a {
    font-family: 'Proxima Nova', 'Helvetica Neue', 'Open Sans', 'Arial', sans-serif;
}
body {
    background: #fefefe;
    margin: 20px 0;
}
a, a:hover, a:active, a:focus {
    outline: 0 !important;
}
img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label em, span em {
    color: #d9534f;
}
table tr th {
    text-align: center !important;
}
table tr td {
    vertical-align: middle !important;
}
table tr td p {
    margin: 0 0 5px;
}
.form-group-feedback .form-control-feedback {
    right: 20px;
}
.form-control, .bootstrap-tagsinput {
    box-shadow: none;
}
.input-group-addon, .input-group-addon:hover, .input-group-addon:active, .input-group-addon:focus {
    color: #333;
    cursor: pointer;
}
.checkbox-inline {
    margin-bottom: 10px;
}
.checkbox-inline.no-indent, .checkbox-inline.no-indent+.checkbox-inline.no-indent {
    margin-left: 0;
}
.checkbox-inline.no-indent:last-child {
    margin-right: 0;
}
.help-block {
    color: #333;
    font-size: 12px;
}
.img-thumbnail {
    margin: 10px 0 10px 10px;
    max-width: 150px;
}
.img-logo {
    margin: 10px auto;
}
.icon {
    height: 16px;
    width: 16px;
    font-size: 16px;
}
.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
}
.panel-collapse>.list-group {
    margin-bottom: 0;
}
.panel-collapse .list-group-item {
    border-radius: 0;
}
.panel-collapse .list-group .list-group {
    margin: 0;
    margin-top: 10px;
}
.panel-collapse .list-group li a {
    color: #333;
    text-decoration: none;
}
.panel-collapse .list-group li a.active, .panel-collapse .list-group li a.active i, .panel-collapse .list-group li a:hover, .panel-collapse .list-group li a:hover i {
    font-weight: 700;
}
.panel-collapse .list-group-item li.list-group-item {
    margin: 0 -15px;
    border-top: 1px solid #ddd;
    border-bottom: 0;
    padding-left: 30px;
}
.panel-collapse .list-group-item li.list-group-item:last-child {
    padding-bottom: 0;
}
.panel-collapse div.list-group div.list-group {
    margin: 0;
}
.panel-collapse div.list-group .list-group a.list-group-item {
    border-top: 1px solid #ddd;
    border-bottom: 0;
    padding-left: 30px;
}
.alert-custom {
    padding: 10px 20px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.alert-custom h4 {
    margin-top: 0;
    margin-bottom: 10px;
}
.alert-custom p:last-child {
    margin-bottom: 0;
}
.alert-custom code {
    border-radius: 3px;
}
.alert-custom+.alert-custom {
    margin-top: -5px;
}
.alert-custom-danger {
    border-left-color: #d9534f;
}
.alert-custom-danger h4 {
    color: #d9534f;
}
.alert-custom-primary {
    border-left-color: #428bca;
}
.alert-custom-primary h4 {
    color: #428bca;
}
.modal-body, .embed-responsive {
    max-height: 600px;
}
.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 38%;
}
