﻿.table>thead {
    background-color: #a90c3d;
    color: #ffffff;
}
.btn .btn-light .active {
    background-color: #a90c3d !important;
    color: #ffffff !important;
}
.btn-check:active + .btn-light, .btn-check:checked + .btn-light, .btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle {
    background-color: #a90c3d !important;
    color: #ffffff !important;
    border-color: #f9fafb !important;
}
.btn:hover {
    color: #ffffff !important;
    text-decoration: none !important;
    background-color: #a90c3d !important;
    background-position: 0 -15px !important;
    -webkit-transition: background-position 0.1s linear !important;
    -moz-transition: background-position 0.1s linear !important;
    -o-transition: background-position 0.1s linear !important;
    transition: background-position 0.1s linear !important;
}
.btn-light {
    color: #000 !important;
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
}
.pull-right {
    float: right;
    margin:5px 5px 5px 5px;
}
.wraptext {
    /*overflow-wrap: break-word;*/
    word-break: break-all;
    /*width: 200px;*/
}
