  [class*="theme"] .modal,
[class*="theme"] .well,
[class*="theme"] .panel,
[class*="theme"] .list-group {
    color: #333333;
}

[class*="theme"] .table > thead > tr > td.active,
[class*="theme"] .table > tbody > tr > td.active,
[class*="theme"] .table > tfoot > tr > td.active,
[class*="theme"] .table > thead > tr > th.active,
[class*="theme"] .table > tbody > tr > th.active,
[class*="theme"] .table > tfoot > tr > th.active,
[class*="theme"] .table > thead > tr.active > td,
[class*="theme"] .table > tbody > tr.active > td,
[class*="theme"] .table > tfoot > tr.active > td,
[class*="theme"] .table > thead > tr.active > th,
[class*="theme"] .table > tbody > tr.active > th,
[class*="theme"] .table > tfoot > tr.active > th,
[class*="theme"] .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.1);
}

[class*="theme"] .table-hover > tbody > tr:hover {
    background-color: rgba(0,0,0,.2);
}

.theme-black .table > thead > tr > td.active,
.theme-black .table > tbody > tr > td.active,
.theme-black .table > tfoot > tr > td.active,
.theme-black .table > thead > tr > th.active,
.theme-black .table > tbody > tr > th.active,
.theme-black .table > tfoot > tr > th.active,
.theme-black .table > thead > tr.active > td,
.theme-black .table > tbody > tr.active > td,
.theme-black .table > tfoot > tr.active > td,
.theme-black .table > thead > tr.active > th,
.theme-black .table > tbody > tr.active > th,
.theme-black .table > tfoot > tr.active > th,
.theme-black .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,.2);
}

.theme-black .table-hover > tbody > tr:hover {
    background-color: rgba(255,255,255,.3);
}

.theme-default .table > thead > tr > td.active,
.theme-default .table > tbody > tr > td.active,
.theme-default .table > tfoot > tr > td.active,
.theme-default .table > thead > tr > th.active,
.theme-default .table > tbody > tr > th.active,
.theme-default .table > tfoot > tr > th.active,
.theme-default .table > thead > tr.active > td,
.theme-default .table > tbody > tr.active > td,
.theme-default .table > tfoot > tr.active > td,
.theme-default .table > thead > tr.active > th,
.theme-default .table > tbody > tr.active > th,
.theme-default .table > tfoot > tr.active > th,
.theme-default .table-striped > tbody > tr:nth-of-type(odd),
.theme-cream .table > thead > tr > td.active,
.theme-cream .table > tbody > tr > td.active,
.theme-cream .table > tfoot > tr > td.active,
.theme-cream .table > thead > tr > th.active,
.theme-cream .table > tbody > tr > th.active,
.theme-cream .table > tfoot > tr > th.active,
.theme-cream .table > thead > tr.active > td,
.theme-cream .table > tbody > tr.active > td,
.theme-cream .table > tfoot > tr.active > td,
.theme-cream .table > thead > tr.active > th,
.theme-cream .table > tbody > tr.active > th,
.theme-cream .table > tfoot > tr.active > th,
.theme-cream .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.theme-default .table-hover > tbody > tr:hover,
.theme-cream .table-hover > tbody > tr:hover {
    background-color: rgba(0,0,0,.1);
}

[class*="theme"] a:not(.btn),
[class*="theme"] .btn-link {
    color: #FFF9D9;
    text-decoration: underline;
}

.theme-default a:not(.btn),
.theme-default .btn-link,
.theme-cream a:not(.btn),
.theme-cream .btn-link {
    color: #c81023;
    text-decoration: none;
}

.theme-default a:not(.btn):hover,
.theme-default .btn-link:hover,
.theme-cream a:not(.btn):hover,
.theme-cream .btn-link:hover {
    text-decoration: underline;
}

[class*="theme"] .dropdown-menu > li > a,
[class*="theme"] .dropdown-menu > li > a:hover {
    color: #333;
    text-decoration: none;
}

[class*="theme"] .nav > li.active > a,
[class*="theme"] .nav > li.disabled > a {
    text-decoration: none;
}

[class*="theme"] .nav > li:not(.active):not(.disabled) > a:hover,
[class*="theme"] .nav > li:not(.active):not(.disabled) > a:focus {
    background-color: rgba(0,0,0,.2);
    border-color: transparent transparent #ddd;
    text-decoration: underline;
}

.theme-black .nav > li:not(.active):not(.disabled) > a:hover,
.theme-black .nav > li:not(.active):not(.disabled) > a:focus {
    background-color: rgba(255,255,255,.3);
}

.theme-default .nav > li:not(.active):not(.disabled) > a:hover,
.theme-default .nav > li:not(.active):not(.disabled) > a:focus,
.theme-cream .nav > li:not(.active):not(.disabled) > a:hover,
.theme-cream .nav > li:not(.active):not(.disabled) > a:focus {
    text-decoration: none;
}

.theme-default .nav > li:not(.active):not(.disabled) > a:hover,
.theme-default .nav > li:not(.active):not(.disabled) > a:focus,
.theme-cream .nav > li:not(.active):not(.disabled) > a:hover,
.theme-cream .nav > li:not(.active):not(.disabled) > a:focus {
    background-color: rgba(0,0,0,.1);
    border-color: transparent transparent #ddd;
}

[class*="theme"] .nav-tabs > li.active > a,
[class*="theme"] .nav-tabs > li.active > a:hover,
[class*="theme"] .nav-tabs > li.active > a:focus {
    background-color: white;
}

[class*="theme"] .pagination > li > a:not(.btn),
[class*="theme"] .pager li > a:not(.btn),
[class*="theme"] .list-group a:not(.btn),
[class*="theme"] .well a:not(.btn),
[class*="theme"] .modal a:not(.btn),
[class*="theme"] .panel a:not(.btn) {
    color: #c8102e;
    text-decoration: none;
}

[class*="theme"] .pagination > li > a:not(.btn):hover,
[class*="theme"] .pagination > li > a:not(.btn):focus,
[class*="theme"] .pager li > a:not(.btn):hover,
[class*="theme"] .pager li > a:not(.btn):focus {
    color: #960C22;
}

[class*="theme"] .pagination > .active > a:not(.btn),
[class*="theme"] .pagination > .active > a:not(.btn):hover,
[class*="theme"] .pagination > .active > a:not(.btn):focus {
    color: white;
}

[class*="theme"] .pager .disabled a:not(.btn),
[class*="theme"] .pager .disabled a:not(.btn):hover,
[class*="theme"] .pager .disabled a:not(.btn):focus {
    color: #777;
}

[class*="theme"] .list-group a.list-group-item {
    color: #555;
}

[class*="theme"] .list-group .list-group-item.active,
[class*="theme"] .list-group .list-group-item.active:hover,
[class*="theme"] .list-group .list-group-item.active:focus {
    color: white;
}

[class*="theme"] .alert-success .alert-link {
    color: #FFF9D9;
}

[class*="theme"] .alert-info .alert-link {
    color: inherit;
}

[class*="theme"] .alert-warning .alert-link {
    color: inherit;
}

[class*="theme"] .alert-danger .alert-link {
    color: #FFF9D9;
}

[class*="theme"] .alert .alert-link {
    text-decoration: underline;
}

[class*="theme"]:not(.theme-default):not(.theme-cream) .breadcrumb .active {
    color: white;
}

.theme-default .breadcrumb a:hover,
.theme-cream .breadcrumb a:hover {
    text-decoration: underline;
}

[class*="theme"]:not(.theme-default):not(.theme-cream) .text-muted {
    color: rgba(255, 255, 255, .5);
}

.theme-gold .text-warning,
.theme-gold .has-warning .help-block,
.theme-gold .has-warning .control-label,
.theme-gold .has-warning .radio,
.theme-gold .has-warning .checkbox,
.theme-gold .has-warning .radio-inline,
.theme-gold .has-warning .checkbox-inline,
.theme-gold .has-warning.radio label,
.theme-gold .has-warning.checkbox label,
.theme-gold .has-warning.radio-inline label,
.theme-gold .has-warning.checkbox-inline label {
    color: #B97800;
}

[class*="theme"]:not(.theme-gold):not(.theme-default):not(.theme-cream) .text-warning,
[class*="theme"]:not(.theme-gold):not(.theme-default):not(.theme-cream) .has-warning .help-block,
[class*="theme"]:not(.theme-gold):not(.theme-default):not(.theme-cream) .has-warning .control-label,
[class*="theme"]:not(.theme-gold):not(.theme-default):not(.theme-cream) .has-warning .radio,
[class*="theme"]:not(.theme-gold):not(.theme-default):not(.theme-cream) .has-warning .checkbox,
[class*="theme"]:not(.theme-gold):not(.theme-default):not(.theme-cream) .has-warning .radio-inline,
[class*="theme"]:not(.theme-gold):not(.theme-default):not(.theme-cream) .has-warning .checkbox-inline,
[class*="theme"]:not(.theme-gold):not(.theme-default):not(.theme-cream) .has-warning.radio label,
[class*="theme"]:not(.theme-gold):not(.theme-default):not(.theme-cream) .has-warning.checkbox label,
[class*="theme"]:not(.theme-gold):not(.theme-default):not(.theme-cream) .has-warning.radio-inline label,
[class*="theme"]:not(.theme-gold):not(.theme-default):not(.theme-cream) .has-warning.checkbox-inline label {
    color: #F6BE00;
}

.theme-red .text-danger,
.theme-red .has-error .help-block,
.theme-red .has-error .control-label,
.theme-red .has-error .radio,
.theme-red .has-error .checkbox,
.theme-red .has-error .radio-inline,
.theme-red .has-error .checkbox-inline,
.theme-red .has-error.radio label,
.theme-red .has-error.checkbox label,
.theme-red .has-error.radio-inline label,
.theme-red .has-error.checkbox-inline label {
    color: #640817;
}

[class*="theme"]:not(.theme-red):not(.theme-default):not(.theme-cream) .text-danger,
[class*="theme"]:not(.theme-red):not(.theme-default):not(.theme-cream) .has-error .help-block,
[class*="theme"]:not(.theme-red):not(.theme-default):not(.theme-cream) .has-error .control-label,
[class*="theme"]:not(.theme-red):not(.theme-default):not(.theme-cream) .has-error .radio,
[class*="theme"]:not(.theme-red):not(.theme-default):not(.theme-cream) .has-error .checkbox,
[class*="theme"]:not(.theme-red):not(.theme-default):not(.theme-cream) .has-error .radio-inline,
[class*="theme"]:not(.theme-red):not(.theme-default):not(.theme-cream) .has-error .checkbox-inline,
[class*="theme"]:not(.theme-red):not(.theme-default):not(.theme-cream) .has-error.radio label,
[class*="theme"]:not(.theme-red):not(.theme-default):not(.theme-cream) .has-error.checkbox label,
[class*="theme"]:not(.theme-red):not(.theme-default):not(.theme-cream) .has-error.radio-inline label,
[class*="theme"]:not(.theme-red):not(.theme-default):not(.theme-cream) .has-error.checkbox-inline label {
    color: #c8102e;
}

.theme-teal .text-success,
.theme-teal .has-success .help-block,
.theme-teal .has-success .control-label,
.theme-teal .has-success .radio,
.theme-teal .has-success .checkbox,
.theme-teal .has-success .radio-inline,
.theme-teal .has-success .checkbox-inline,
.theme-teal .has-success.radio label,
.theme-teal .has-success.checkbox label,
.theme-teal .has-success.radio-inline label,
.theme-teal .has-success.checkbox-inline label {
    color: #005950;
}

[class*="theme"]:not(.theme-teal):not(.theme-default):not(.theme-cream) .text-success,
[class*="theme"]:not(.theme-teal):not(.theme-default):not(.theme-cream) .has-success .help-block,
[class*="theme"]:not(.theme-teal):not(.theme-default):not(.theme-cream) .has-success .control-label,
[class*="theme"]:not(.theme-teal):not(.theme-default):not(.theme-cream) .has-success .radio,
[class*="theme"]:not(.theme-teal):not(.theme-default):not(.theme-cream) .has-success .checkbox,
[class*="theme"]:not(.theme-teal):not(.theme-default):not(.theme-cream) .has-success .radio-inline,
[class*="theme"]:not(.theme-teal):not(.theme-default):not(.theme-cream) .has-success .checkbox-inline,
[class*="theme"]:not(.theme-teal):not(.theme-default):not(.theme-cream) .has-success.radio label,
[class*="theme"]:not(.theme-teal):not(.theme-default):not(.theme-cream) .has-success.checkbox label,
[class*="theme"]:not(.theme-teal):not(.theme-default):not(.theme-cream) .has-success.radio-inline label,
[class*="theme"]:not(.theme-teal):not(.theme-default):not(.theme-cream) .has-success.checkbox-inline label {
    color: #00B388;
}

[class*="theme"]:not(.theme-cream):not(.theme-default) .text-info {
    color: #FFF9D9;
}

.theme-red,
.theme-red .nav-tabs > li.active > a,
.theme-red .nav-tabs > li.active > a:hover,
.theme-red .nav-tabs > li.active > a:focus {
    background-color: #c8102e;
    color: white;
}

.theme-red .btn-primary:not(:hover):not(:focus):not(:active),
.theme-red .alert-danger,
.theme-red .bg-primary,
.theme-red .label-primary,
.theme-red .progress-bar:not(.progress-bar-info):not(.progress-bar-success):not(.progress-bar-warning):not(.progress-bar-danger),
.theme-red .table > thead > tr:not(:hover) > td.danger,
.theme-red .table > tbody > tr:not(:hover) > td.danger,
.theme-red .table > tfoot > tr:not(:hover) > td.danger,
.theme-red .table > thead > tr:not(:hover) > th.danger,
.theme-red .table > tbody > tr:not(:hover) > th.danger,
.theme-red .table > tfoot > tr:not(:hover) > th.danger,
.theme-red .table > thead > tr:not(:hover).danger > td,
.theme-red .table > tbody > tr:not(:hover).danger > td,
.theme-red .table > tfoot > tr:not(:hover).danger > td,
.theme-red .table > thead > tr:not(:hover).danger > th,
.theme-red .table > tbody > tr:not(:hover).danger > th,
.theme-red .table > tfoot > tr:not(:hover).danger > th,
.theme-red .btn-primary:not(:hover):not(:focus):not(:active),
.theme-red .list-group-item-primary,
.theme-red .panel-primary > .panel-heading {
    background-color: #B80F2B;
}

.theme-red .btn-primary:not(:hover):not(:focus):not(:active),
.theme-brick .btn-primary:not(:hover):not(:focus):not(:active),
.theme-red .alert-danger,
.theme-red .has-danger .form-control {
    border-color: #890B20;
}

.theme-red .nav-pills > li.active > a,
.theme-red .nav-pills > li.active > a:hover,
.theme-red .nav-pills > li.active > a:focus {
    background-color: #960C22;
}

.theme-red .list-group-item.active,
.theme-red .list-group-item.active:hover,
.theme-red .list-group-item.active:focus,
.theme-red .pagination > .active > a:not(.btn),
.theme-red .pagination > .active > span,
.theme-red .pagination > .active > a:not(.btn):hover,
.theme-red .pagination > .active > span:hover,
.theme-red .pagination > .active > a:not(.btn):focus,
.theme-red .pagination > .active > span:focus {
    background-color: #960C22;
    border-color: #960C22;
}

#banner + .theme-red {
    box-shadow: inset 0 20px 20px -20px rgba(148, 11, 36, .5);
}

.theme-red + #content-info {
    box-shadow: 0 -20px 20px -20px rgba(148, 11, 36, .5);
}

.theme-brick,
.theme-brick .nav-tabs > li.active > a,
.theme-brick .nav-tabs > li.active > a:hover,
.theme-brick .nav-tabs > li.active > a:focus {
    background-color: #960c22;
    color: white;
}

.theme-brick .btn-danger:not(:hover):not(:focus):not(:active),
.theme-chocolate .btn-danger:not(:hover):not(:focus):not(:active),
.theme-brick .alert-danger,
.theme-brick .bg-danger,
.theme-brick .label-danger,
.theme-brick .progress-bar-danger,
.theme-brick .table > thead > tr:not(:hover) > td.danger,
.theme-brick .table > tbody > tr:not(:hover) > td.danger,
.theme-brick .table > tfoot > tr:not(:hover) > td.danger,
.theme-brick .table > thead > tr:not(:hover) > th.danger,
.theme-brick .table > tbody > tr:not(:hover) > th.danger,
.theme-brick .table > tfoot > tr:not(:hover) > th.danger,
.theme-brick .table > thead > tr:not(:hover).danger > td,
.theme-brick .table > tbody > tr:not(:hover).danger > td,
.theme-brick .table > tfoot > tr:not(:hover).danger > td,
.theme-brick .table > thead > tr:not(:hover).danger > th,
.theme-brick .table > tbody > tr:not(:hover).danger > th,
.theme-brick .table > tfoot > tr:not(:hover).danger > th,
.theme-brick .btn-danger:not(:hover):not(:focus):not(:active),
.theme-brick .list-group-item-danger,
.theme-brick .panel-danger > .panel-heading {
    background-color: #890B20;
}

.theme-brick .btn-danger:not(:hover):not(:focus):not(:active),
.theme-chocolate .btn-danger:not(:hover):not(:focus):not(:active),
.theme-brick .alert-danger,
.theme-chocolate .alert-danger,
.theme-brick .panel-danger,
.theme-chocolate .panel-danger {
    border-color: #550714;
}

.theme-chocolate,
.theme-chocolate .nav-tabs > li.active > a,
.theme-chocolate .nav-tabs > li.active > a:hover,
.theme-chocolate .nav-tabs > li.active > a:focus {
    background-color: #640817;
    color: white;
}

.theme-teal,
.theme-teal .nav-tabs > li.active > a,
.theme-teal .nav-tabs > li.active > a:hover,
.theme-teal .nav-tabs > li.active > a:focus {
    background-color: #00b388;
    color: white;
}

.theme-teal .btn-success:not(:hover):not(:focus):not(:active),
.theme-green .btn-success:not(:hover):not(:focus):not(:active),
.theme-teal .alert-success,
.theme-teal .bg-success,
.theme-teal .label-success,
.theme-teal .progress-bar-success,
.theme-teal .table > thead > tr:not(:hover) > td.success,
.theme-teal .table > tbody > tr:not(:hover) > td.success,
.theme-teal .table > tfoot > tr:not(:hover) > td.success,
.theme-teal .table > thead > tr:not(:hover) > th.success,
.theme-teal .table > tbody > tr:not(:hover) > th.success,
.theme-teal .table > tfoot > tr:not(:hover) > th.success,
.theme-teal .table > thead > tr:not(:hover).success > td,
.theme-teal .table > tbody > tr:not(:hover).success > td,
.theme-teal .table > tfoot > tr:not(:hover).success > td,
.theme-teal .table > thead > tr:not(:hover).success > th,
.theme-teal .table > tbody > tr:not(:hover).success > th,
.theme-teal .table > tfoot > tr:not(:hover).success > th,
.theme-teal .btn-success:not(:hover):not(:focus):not(:active),
.theme-teal .list-group-item-success,
.theme-teal .panel-success > .panel-heading {
    background-color: #00A37D;
}

.theme-teal .btn-success:not(:hover):not(:focus):not(:active),
.theme-green .btn-success:not(:hover):not(:focus):not(:active),
.theme-teal .alert-success,
.theme-green .alert-success,
.theme-teal .panel-success,
.theme-green .panel-success,
.theme-teal .has-success .form-control,
.theme-green .has-success .form-control {
    border-color: #00755E;
}

.theme-green,
.theme-green .nav-tabs > li.active > a,
.theme-green .nav-tabs > li.active > a:hover,
.theme-green .nav-tabs > li.active > a:focus {
    background-color: #00866c;
    color: white;
}

.theme-forest,
.theme-forest .nav-tabs > li.active > a,
.theme-forest .nav-tabs > li.active > a:hover,
.theme-forest .nav-tabs > li.active > a:focus {
    background-color: #005950;
    color: white;
}

.theme-gold,
.theme-gold .nav-tabs > li.active > a,
.theme-gold .nav-tabs > li.active > a:hover,
.theme-gold .nav-tabs > li.active > a:focus {
    background-color: #f6be00;
    color: white;
}

.theme-gold .btn-warning:not(:hover):not(:focus):not(:active),
.theme-mustard .btn-warning:not(:hover):not(:focus):not(:active),
.theme-gold .alert-warning,
.theme-gold .bg-warning,
.theme-gold .label-warning,
.theme-gold .progress-bar-warning,
.theme-gold .table > thead > tr:not(:hover) > td.warning,
.theme-gold .table > tbody > tr:not(:hover) > td.warning,
.theme-gold .table > tfoot > tr:not(:hover) > td.warning,
.theme-gold .table > thead > tr:not(:hover) > th.warning,
.theme-gold .table > tbody > tr:not(:hover) > th.warning,
.theme-gold .table > tfoot > tr:not(:hover) > th.warning,
.theme-gold .table > thead > tr:not(:hover).warning > td,
.theme-gold .table > tbody > tr:not(:hover).warning > td,
.theme-gold .table > tfoot > tr:not(:hover).warning > td,
.theme-gold .table > thead > tr:not(:hover).warning > th,
.theme-gold .table > tbody > tr:not(:hover).warning > th,
.theme-gold .table > tfoot > tr:not(:hover).warning > th,
.theme-gold .btn-warning:not(:hover):not(:focus):not(:active),
.theme-gold .list-group-item-warning,
.theme-gold .panel-warning > .panel-heading {
    background-color: #E6B000;
}

.theme-gold .btn-warning:not(:hover):not(:focus):not(:active),
.theme-mustard .btn-warning:not(:hover):not(:focus):not(:active),
.theme-gold .alert-warning,
.theme-mustard .alert-warning,
.theme-gold .panel-warning,
.theme-mustard .panel-warning,
.theme-gold .has-warning .form-control,
.theme-mustard .has-warning .form-control {
    border-color: #C78F00;
}

.theme-mustard,
.theme-mustard .nav-tabs > li.active > a,
.theme-mustard .nav-tabs > li.active > a:hover,
.theme-mustard .nav-tabs > li.active > a:focus {
    background-color: #d89b00;
    color: white;
}

.theme-ocher,
.theme-ocher .nav-tabs > li.active > a,
.theme-ocher .nav-tabs > li.active > a:hover,
.theme-ocher .nav-tabs > li.active > a:focus {
    background-color: #b97800;
    color: white;
}

.theme-gray,
.theme-gray .nav-tabs > li.active > a,
.theme-gray .nav-tabs > li.active > a:hover,
.theme-gray .nav-tabs > li.active > a:focus {
    background-color: #888b8d;
    color: white;
}

.theme-slate,
.theme-slate .nav-tabs > li.active > a,
.theme-slate .nav-tabs > li.active > a:hover,
.theme-slate .nav-tabs > li.active > a:focus {
    background-color: #54585a;
    color: white;
}

.theme-black,
.theme-black .nav-tabs > li.active > a,
.theme-black .nav-tabs > li.active > a:hover,
.theme-black .nav-tabs > li.active > a:focus {
    background-color: black;
    color: white;
}

.theme-black .nav > li.disabled > a,
.theme-black .nav > li.disabled > a:hover,
.theme-black .nav > li.disabled > a:focus,
.theme-black .breadcrumb > li > .divider {
    color: #54585A;
}

.theme-black .tooltip-inner {
    background-color: #54585A;
}

.theme-black .tooltip.top .tooltip-arrow,
.theme-black .tooltip.top-left .tooltip-arrow,
.theme-black .tooltip.top-right .tooltip-arrow {
    border-top-color: #54585A;
}

.theme-black .tooltip.right .tooltip-arrow {
    border-right-color: #54585A;
}

.theme-black .tooltip.left .tooltip-arrow {
    border-left-color: #54585A;
}

.theme-black .tooltip.bottom .tooltip-arrow,
.theme-black .tooltip.bottom-left .tooltip-arrow,
.theme-black .tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #54585A;
}

.theme-cream,
.theme-cream .nav-tabs > li.active > a,
.theme-cream .nav-tabs > li.active > a:hover,
.theme-cream .nav-tabs > li.active > a:focus {
    background-color: #fff9d9;
}

.theme-cream .bg-info,
.theme-cream .label-info,
.theme-cream .alert-info,
.theme-cream .progress-bar-info,
.theme-cream .table > thead > tr:not(:hover) > td.info,
.theme-cream .table > tbody > tr:not(:hover) > td.info,
.theme-cream .table > tfoot > tr:not(:hover) > td.info,
.theme-cream .table > thead > tr:not(:hover) > th.info,
.theme-cream .table > tbody > tr:not(:hover) > th.info,
.theme-cream .table > tfoot > tr:not(:hover) > th.info,
.theme-cream .table > thead > tr:not(:hover).info > td,
.theme-cream .table > tbody > tr:not(:hover).info > td,
.theme-cream .table > tfoot > tr:not(:hover).info > td,
.theme-cream .table > thead > tr:not(:hover).info > th,
.theme-cream .table > tbody > tr:not(:hover).info > th,
.theme-cream .table > tfoot > tr:not(:hover).info > th,
.theme-cream .btn-info:not(:hover):not(:focus):not(:active),
.theme-cream .list-group-item-info,
.theme-cream .panel-info > .panel-heading {
    background-color: #F6ECB1;
}

.theme-cream .btn-info:not(:hover):not(:focus):not(:active),
.theme-cream .alert-info,
.theme-cream .panel-info,
.theme-cream .has-info .form-control {
    border-color: #D69A20;
}

.theme-cream .progress {
    background: white;
}