

div.br-pageheader {
    background: #DEE2E6;
}

.br-menu-link.active { background: #4C145C ! important; }

li.select2-selection__choice {
    color: #000 ! important;
}

h1, h2, h3, h4, h5 { color: #4C145C ! important}

table.qtable td:not(.txt) {
    wwidth: 20%;
    text-align: center;
    font-size: 16px;
    color: #000;
    bborder: solid red 1px;
    vertical-align: center
}

table.qtable td {
    border-bottom: solid #dee2e6 1px;
}

table.qtable td.txt {
    width: 110px; ;
    color: #000
}

table.qtable td label {
    margin-left: 40%;
    margin-top: 15%;
    cursor: pointer
}

table.qtable tr {
      background: #f1f1f1;
}

input.input-number {
    text-align: right;
}

h5 { line-height: 1.5; }

body { color: #404040;}









