﻿.text-proper {
    text-transform: initial !important;
}

table.dataTable td.sorting_1, table.dataTable td.sorting_2, table.dataTable td.sorting_3, table.dataTable th.sorting_1, table.dataTable th.sorting_2, table.dataTable th.sorting_3 {
    background: transparent !important;
}

.text-gray {
    color: #888;
}

.label-switch {
    padding-left: 0px;
    margin: 5px 0px !important;
    color: #888;
}

.padding-top-zero {
    padding-top:0px !important;
}

.margin-top-zero {
    margin-top:0px !important;
}

.padding-bottom-zero {
    padding-bottom:0px !important;
}

.margin-bottom-zero {
    margin-bottom:0px !important;
}

.font-weight-bold {
    font-weight:bold !important;
}

.big-font {
    font-size: 21px !important;
    padding-left: 20px;
}

.brand-orange {
    background-color: #e44c1c !important;
}

.brand-dark-blue {
    background-color: #29235c !important;
}

.focused-question-feed {
    opacity: 0.35;
    background: #c5d1f5 !important;
}