/* style.css
 * Copyright (c) 201  AuthentiGate Event Admission Services. All rights reserved. 
 */

/*
 * lighter pink: #cb138c
 * darker pink: #bb0370
 * dark green: #4a8405
 * dark lime: #c0e339
 * light lime: #f5f638
 * purple: #812a91
 */

.navbar-default { border-bottom-color: #c0e339; }

h1, h2, h3 { color: #812a91; }

/* .jumbotron h1 { color: #4a8405; } */
.jumbotron h1 { color: #812a91; }

.label-default {
    color: #000;
    background-color: #fff;
    font-size: 110%;
}

/* .btn-default { */
/*     background-image: linear-gradient(to bottom, #b2107b 0px, #b2107b 100%); */
/*     background-repeat: repeat-x; */
/*     border-color: #b2107b; */
/*     color: #fff; */
/* } */
.btn-primary {
    background-image: linear-gradient(to bottom, #b2107b 0px, #b2107b 100%);
    background-repeat: repeat-x;
    border-color: #b2107b;
    color: #fff;
}

/* .btn-default:focus, */
/* .btn-default:hover { */
/*     background-image: linear-gradient(to bottom, #581575 0px, #581575 100%); */
/*     background-repeat: repeat-x; */
/*     background-color: #581575; */
/*     background-poslition: 0 -15px; */
/*     border-color: #581575; */
/*     color: #fff; */
/* } */
.btn-primary:focus,
.btn-primary:hover {
    background-image: linear-gradient(to bottom, #581575 0px, #581575 100%);
    background-repeat: repeat-x;
    background-color: #581575;
    background-poslition: 0 -15px;
    border-color: #581575;
    color: #fff;
}

.panel-intro ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

.alert-info {
    background: none;
    border: none;
}
