body {
    background: #2C012E url('../images/bg.jpg') top center;
    color: #fff;
}

.chromeframe {
    background-color: #FF0;
    color: #F00;
    padding: 5px;
    text-align: center;
    display: none;
}

.opt > label > input {
    /* HIDE RADIO */
    visibility: hidden;
    /* Makes input not-clickable */
    position: absolute;
    /* Remove input from document flow */
}

.opt > label > input + img {
    /* IMAGE STYLES */
    cursor: pointer;
    border: 2px solid transparent;
}

.opt > label > input:checked + img {
    /* (RADIO CHECKED) IMAGE STYLES */
    border: 2px solid #f00;
}

a {
    color: #872A8B;
    text-decoration: none;
}

.thumb {
    padding: 5px;
    margin: 5px;
    border: #0D0E0F 1px solid;
}


/*.control-label{
    text-align: right;
}*/

.panel-default>.panel-heading {
    color: #FFF;
    background-color: #36003d;
    border-color: #872A8B;
}

.panel-heading {
    padding: 10px 15px;
    text-align: center;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.btn-link {
    font-weight: 400;
    color: #872A8B;
    border-radius: 0;
}

.btn-primary {
    color: #fff;
    background-color: #36003d;
    border-color: #872A8B;
}

.btn-info {
    color: #fff;
    background-color: #9B437D;
    border-color: #36003d;
}

.navbar-default {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#36003d+1,20001c+100 */
    background: #36003d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #36003d 1%, #20001c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #36003d 1%, #20001c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #36003d 1%, #20001c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#36003d', endColorstr='#20001c', GradientType=0);
    /* IE6-9 */
    border-color: #36003d;
}

.navbar-default .navbar-nav>li>a {
    color: #FFF;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #872A8B;
    background-color: transparent;
}

.panel-default {
    background-color: #000;
    border: 1px solid #872A8B;
    border-radius: 10px;
}

.thumbnail {
    background-color: #000;
    border: 1px solid #872A8B;
    border-radius: 10px;
}

h3>a {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 20px;
    padding-left: 15px;
}

h3>a:hover {
    text-decoration: none;
    color: #872A8B;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.list-group-item {
    position: relative;
    border-radius: 0px;
    display: block;
    padding: 10px 15px 10px 0px;
    margin-bottom: -1px;
    background-color: #000;
    border: 0px solid #000;
    border-top: 1px solid #872A8B;
}

.list-group-item>a {
    color: #fff;
}

.list-group {
    padding: 0 15px;
}

.thumbnail .caption {
    color: #FFF;
}

.form-control:focus {
    border-color: #872A8B;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #872A8B;
    cursor: not-allowed;
    background-color: #872A8B;
    border-color: #872A8B;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #872A8B;
    border: 1px solid #36003d;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #36003d;
    border-color: #36003d;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #220021;
}

.table-striped > tbody > tr:nth-of-type(2n) {
    background-color: #130111;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #36003d;
}

.well {
    background-color: #140114;
    border: 1px solid #872A8B;
}

.table .table {
    background-color: #140114;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: 1px solid #872A8B;
}

.modal-content {
    background-color: #140114;
    border-top: 1px solid #872A8B;
}

legend {
    color: #fff;
}
