﻿.paddrow {
    padding: 5px;
}

.TicketTitle {
    margin: 0px;
    padding: 10px;
    background-color: #0866C6;
}

    .TicketTitle b {
        font-size: 18px;
        font-weight: bold;
        color: #ffffff;
    }

    .TicketTitle submit {
        cursor: pointer;
    }

.CreditCounter {
    min-height: 230px;
    padding-top: 30px;
    border-radius: 5px;
}

    .CreditCounter h1 {
        font-size: 14px;
        font-weight: normal;
        text-align: center;
        color: #ffffff;
    }

    .CreditCounter h2 {
        font-size: 124px;
        font-weight: normal;
        text-align: center;
        color: #ffffff;
    }

.box-title {
    font-size: 14px;
    line-height: 20px;
    padding: 9px;
    background: #17a2b8;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: normal;
}

.toolBar {
    margin: 0px;
    background: #868e96;
}

    .toolBar input {
        cursor: pointer;
        border-left: 1px solid #aaaaaa;
    }

.toolBarTitle {
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    color: #cecece;
    padding: 0.65rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25;
}

.InformationBanner {
    padding: 10px;
    font-size: 12px;
    background: #17a2b8;
    color: #ffffff;
}

.btn-info {
    background-color: #003c7d;
    border-color: #003c7d;
    cursor: pointer;
}

    .btn-info:hover {
        /* box-shadow: 0 0 0 3px rgb(255 51 51 / 50%);*/
        background-color: #1158a5;
        border-color: #003c7d;
    }

    .btn-info:focus {
        /*  box-shadow: 0 0 0 3px rgb(255 51 51 / 50%);*/
        background-color: #1158a5;
        border-color: #003c7d;
    }

    .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
        background-color: #007aff !important;
        background-image: none !important;
        border-color: #003c7d !important;
    }