.img-responsive{
    max-height: 100%;
}

.img-disabled {
    filter: url('../js/filters.svg#grayscale'); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Google Chrome Canary */
}

.alert-success {
    color: white;
    background-color: #9b9b9b;
    border-color: #828282;
}

.alert-danger {
    color: white;
    background-color: #e80000;
    border-color: #c10000;
}

.mobile-logo{
    background-color: #000000 !important;
    margin-top: 15px;
    margin-left: 15px;
}
.navbar-inverse .mobile-logo:hover{
    background-color: #000000 !important;
}

.navbar-inverse .navbar-toggle:hover{
    background-color: #e80000;
    border-color: #c10000;
}

.button-space{
    margin-top: 15px;
}
.section-back-button{
    margin-bottom: 20px;
}

@media print {
    html * {
        visibility:hidden;
        height: auto !important;
    }
    #printSection, #printSection * {
        visibility:visible;
    }
    #printSection {
        position:absolute;
        left:0;
        top:0;
        page-break-after: avoid;
        page-break-before: avoid;
        height: 99%;
    }
    h2{
        text-align: center;
    }
    .confirmationPrint{
        height: 50%;
        position: relative;
    }
}

.rules-item{
    list-style-type: none;
}
