body[data-theme=light] mark {
  color: #000;
  background: #ff0;
}
@media print {
  body[data-theme=light] *,
  body[data-theme=light] *:before,
  body[data-theme=light] *:after {
    color: #000 !important;
  }
  body[data-theme=light] pre,
  body[data-theme=light] blockquote {
    border: 1px solid #999;
  }
  body[data-theme=light] .btn > .caret,
  body[data-theme=light] .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  body[data-theme=light] .label {
    border: 1px solid #000;
  }
  body[data-theme=light] .table td,
  body[data-theme=light] .table th {
    background-color: #fff !important;
  }
  body[data-theme=light] .table-bordered th,
  body[data-theme=light] .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

body[data-theme=light] .img-thumbnail {
  background-color: #fff;
  border: 1px solid #ddd;
}

body[data-theme=light] hr {
  border-top: 1px solid #eee;
}

body[data-theme=light] h1 small,
body[data-theme=light] h2 small,
body[data-theme=light] h3 small,
body[data-theme=light] h4 small,
body[data-theme=light] h5 small,
body[data-theme=light] h6 small,
body[data-theme=light] .h1 small,
body[data-theme=light] .h2 small,
body[data-theme=light] .h3 small,
body[data-theme=light] .h4 small,
body[data-theme=light] .h5 small,
body[data-theme=light] .h6 small,
body[data-theme=light] h1 .small,
body[data-theme=light] h2 .small,
body[data-theme=light] h3 .small,
body[data-theme=light] h4 .small,
body[data-theme=light] h5 .small,
body[data-theme=light] h6 .small,
body[data-theme=light] .h1 .small,
body[data-theme=light] .h2 .small,
body[data-theme=light] .h3 .small,
body[data-theme=light] .h4 .small,
body[data-theme=light] .h5 .small,
body[data-theme=light] .h6 .small {
  color: #777;
}

body[data-theme=light] mark,
body[data-theme=light] .mark {
  background-color: #fcf8e3;
}

body[data-theme=light] .text-muted {
  color: #777;
}
body[data-theme=light] .text-primary {
  color: #337ab7;
}
body[data-theme=light] a.text-primary:hover,
body[data-theme=light] a.text-primary:focus {
  color: #286090;
}
body[data-theme=light] .text-success {
  color: #3c763d;
}
body[data-theme=light] a.text-success:hover,
body[data-theme=light] a.text-success:focus {
  color: #2b542c;
}
body[data-theme=light] .text-info {
  color: #31708f;
}
body[data-theme=light] a.text-info:hover,
body[data-theme=light] a.text-info:focus {
  color: #245269;
}
body[data-theme=light] .text-warning {
  color: #8a6d3b;
}
body[data-theme=light] a.text-warning:hover,
body[data-theme=light] a.text-warning:focus {
  color: #66512c;
}
body[data-theme=light] .text-danger {
  color: #a94442;
}
body[data-theme=light] a.text-danger:hover,
body[data-theme=light] a.text-danger:focus {
  color: #843534;
}
body[data-theme=light] .bg-primary {
  color: #fff;
  background-color: #337ab7;
}
body[data-theme=light] a.bg-primary:hover,
body[data-theme=light] a.bg-primary:focus {
  background-color: #286090;
}
body[data-theme=light] .bg-success {
  background-color: #dff0d8;
}
body[data-theme=light] a.bg-success:hover,
body[data-theme=light] a.bg-success:focus {
  background-color: #c1e2b3;
}
body[data-theme=light] .bg-info {
  background-color: #d9edf7;
}
body[data-theme=light] a.bg-info:hover,
body[data-theme=light] a.bg-info:focus {
  background-color: #afd9ee;
}
body[data-theme=light] .bg-warning {
  background-color: #fcf8e3;
}
body[data-theme=light] a.bg-warning:hover,
body[data-theme=light] a.bg-warning:focus {
  background-color: #f7ecb5;
}
body[data-theme=light] .bg-danger {
  background-color: #f2dede;
}
body[data-theme=light] a.bg-danger:hover,
body[data-theme=light] a.bg-danger:focus {
  background-color: #e4b9b9;
}
body[data-theme=light] .page-header {
  border-bottom: 1px solid #eee;
}

body[data-theme=light] abbr[title],
body[data-theme=light] abbr[data-original-title] {
  border-bottom: 1px dotted #777;
}

body[data-theme=light] blockquote {
  border-left: 5px solid #eee;
}

body[data-theme=light] blockquote footer,
body[data-theme=light] blockquote small,
body[data-theme=light] blockquote .small {
  color: #777;
}

body[data-theme=light] .blockquote-reverse,
body[data-theme=light] blockquote.pull-right {
  border-right: 5px solid #eee;
}

body[data-theme=light] code {
  color: #c7254e;
  background-color: #f9f2f4;
}
body[data-theme=light] kbd {
  color: #fff;
  background-color: #333;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

body[data-theme=light] pre {
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
}

body[data-theme=light] caption {
  color: #777;
  text-align: left;
}

body[data-theme=light] .table > thead > tr > th,
body[data-theme=light] .table > tbody > tr > th,
body[data-theme=light] .table > tfoot > tr > th,
body[data-theme=light] .table > thead > tr > td,
body[data-theme=light] .table > tbody > tr > td,
body[data-theme=light] .table > tfoot > tr > td {
  border-top: 1px solid #ddd;
}
body[data-theme=light] .table > thead > tr > th {
  border-bottom: 2px solid #ddd;
}

body[data-theme=light] .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
body[data-theme=light] .table .table {
  background-color: #fff;
}

body[data-theme=light] .table-bordered {
  border: 1px solid #ddd;
}
body[data-theme=light] .table-bordered > thead > tr > th,
body[data-theme=light] .table-bordered > tbody > tr > th,
body[data-theme=light] .table-bordered > tfoot > tr > th,
body[data-theme=light] .table-bordered > thead > tr > td,
body[data-theme=light] .table-bordered > tbody > tr > td,
body[data-theme=light] .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

body[data-theme=light] .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
body[data-theme=light] .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

body[data-theme=light] .table > thead > tr > td.active,
body[data-theme=light] .table > tbody > tr > td.active,
body[data-theme=light] .table > tfoot > tr > td.active,
body[data-theme=light] .table > thead > tr > th.active,
body[data-theme=light] .table > tbody > tr > th.active,
body[data-theme=light] .table > tfoot > tr > th.active,
body[data-theme=light] .table > thead > tr.active > td,
body[data-theme=light] .table > tbody > tr.active > td,
body[data-theme=light] .table > tfoot > tr.active > td,
body[data-theme=light] .table > thead > tr.active > th,
body[data-theme=light] .table > tbody > tr.active > th,
body[data-theme=light] .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
body[data-theme=light] .table-hover > tbody > tr > td.active:hover,
body[data-theme=light] .table-hover > tbody > tr > th.active:hover,
body[data-theme=light] .table-hover > tbody > tr.active:hover > td,
body[data-theme=light] .table-hover > tbody > tr:hover > .active,
body[data-theme=light] .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
body[data-theme=light] .table > thead > tr > td.success,
body[data-theme=light] .table > tbody > tr > td.success,
body[data-theme=light] .table > tfoot > tr > td.success,
body[data-theme=light] .table > thead > tr > th.success,
body[data-theme=light] .table > tbody > tr > th.success,
body[data-theme=light] .table > tfoot > tr > th.success,
body[data-theme=light] .table > thead > tr.success > td,
body[data-theme=light] .table > tbody > tr.success > td,
body[data-theme=light] .table > tfoot > tr.success > td,
body[data-theme=light] .table > thead > tr.success > th,
body[data-theme=light] .table > tbody > tr.success > th,
body[data-theme=light] .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
body[data-theme=light] .table-hover > tbody > tr > td.success:hover,
body[data-theme=light] .table-hover > tbody > tr > th.success:hover,
body[data-theme=light] .table-hover > tbody > tr.success:hover > td,
body[data-theme=light] .table-hover > tbody > tr:hover > .success,
body[data-theme=light] .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
body[data-theme=light] .table > thead > tr > td.info,
body[data-theme=light] .table > tbody > tr > td.info,
body[data-theme=light] .table > tfoot > tr > td.info,
body[data-theme=light] .table > thead > tr > th.info,
body[data-theme=light] .table > tbody > tr > th.info,
body[data-theme=light] .table > tfoot > tr > th.info,
body[data-theme=light] .table > thead > tr.info > td,
body[data-theme=light] .table > tbody > tr.info > td,
body[data-theme=light] .table > tfoot > tr.info > td,
body[data-theme=light] .table > thead > tr.info > th,
body[data-theme=light] .table > tbody > tr.info > th,
body[data-theme=light] .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
body[data-theme=light] .table-hover > tbody > tr > td.info:hover,
body[data-theme=light] .table-hover > tbody > tr > th.info:hover,
body[data-theme=light] .table-hover > tbody > tr.info:hover > td,
body[data-theme=light] .table-hover > tbody > tr:hover > .info,
body[data-theme=light] .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
body[data-theme=light] .table > thead > tr > td.warning,
body[data-theme=light] .table > tbody > tr > td.warning,
body[data-theme=light] .table > tfoot > tr > td.warning,
body[data-theme=light] .table > thead > tr > th.warning,
body[data-theme=light] .table > tbody > tr > th.warning,
body[data-theme=light] .table > tfoot > tr > th.warning,
body[data-theme=light] .table > thead > tr.warning > td,
body[data-theme=light] .table > tbody > tr.warning > td,
body[data-theme=light] .table > tfoot > tr.warning > td,
body[data-theme=light] .table > thead > tr.warning > th,
body[data-theme=light] .table > tbody > tr.warning > th,
body[data-theme=light] .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
body[data-theme=light] .table-hover > tbody > tr > td.warning:hover,
body[data-theme=light] .table-hover > tbody > tr > th.warning:hover,
body[data-theme=light] .table-hover > tbody > tr.warning:hover > td,
body[data-theme=light] .table-hover > tbody > tr:hover > .warning,
body[data-theme=light] .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
body[data-theme=light] .table > thead > tr > td.danger,
body[data-theme=light] .table > tbody > tr > td.danger,
body[data-theme=light] .table > tfoot > tr > td.danger,
body[data-theme=light] .table > thead > tr > th.danger,
body[data-theme=light] .table > tbody > tr > th.danger,
body[data-theme=light] .table > tfoot > tr > th.danger,
body[data-theme=light] .table > thead > tr.danger > td,
body[data-theme=light] .table > tbody > tr.danger > td,
body[data-theme=light] .table > tfoot > tr.danger > td,
body[data-theme=light] .table > thead > tr.danger > th,
body[data-theme=light] .table > tbody > tr.danger > th,
body[data-theme=light] .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
body[data-theme=light] .table-hover > tbody > tr > td.danger:hover,
body[data-theme=light] .table-hover > tbody > tr > th.danger:hover,
body[data-theme=light] .table-hover > tbody > tr.danger:hover > td,
body[data-theme=light] .table-hover > tbody > tr:hover > .danger,
body[data-theme=light] .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media screen and (max-width: 767px) {
  body[data-theme=light] .table-responsive {
    border: 1px solid #ddd;
  }

}

body[data-theme=light] legend {
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

body[data-theme=light] output {
  color: #555;
}
body[data-theme=light] .form-control {
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
body[data-theme=light] .form-control:focus {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
body[data-theme=light] .form-control::-moz-placeholder {
  color: #999;

}
body[data-theme=light] .form-control:-ms-input-placeholder {
  color: #999;
}
body[data-theme=light] .form-control::-webkit-input-placeholder {
  color: #999;
}

body[data-theme=light] .form-control[disabled],
body[data-theme=light] .form-control[readonly],
body[data-theme=light] fieldset[disabled] .form-control {
  background-color: #eee;
}


body[data-theme=light] .has-success .help-block,
body[data-theme=light] .has-success .control-label,
body[data-theme=light] .has-success .radio,
body[data-theme=light] .has-success .checkbox,
body[data-theme=light] .has-success .radio-inline,
body[data-theme=light] .has-success .checkbox-inline,
body[data-theme=light] .has-success.radio label,
body[data-theme=light] .has-success.checkbox label,
body[data-theme=light] .has-success.radio-inline label,
body[data-theme=light] .has-success.checkbox-inline label {
  color: #3c763d;
}
body[data-theme=light] .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
body[data-theme=light] .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
body[data-theme=light] .has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
body[data-theme=light] .has-success .form-control-feedback {
  color: #3c763d;
}
body[data-theme=light] .has-warning .help-block,
body[data-theme=light] .has-warning .control-label,
body[data-theme=light] .has-warning .radio,
body[data-theme=light] .has-warning .checkbox,
body[data-theme=light] .has-warning .radio-inline,
body[data-theme=light] .has-warning .checkbox-inline,
body[data-theme=light] .has-warning.radio label,
body[data-theme=light] .has-warning.checkbox label,
body[data-theme=light] .has-warning.radio-inline label,
body[data-theme=light] .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
body[data-theme=light] .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
body[data-theme=light] .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
body[data-theme=light] .has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
body[data-theme=light] .has-warning .form-control-feedback {
  color: #8a6d3b;
}
body[data-theme=light] .has-error .help-block,
body[data-theme=light] .has-error .control-label,
body[data-theme=light] .has-error .radio,
body[data-theme=light] .has-error .checkbox,
body[data-theme=light] .has-error .radio-inline,
body[data-theme=light] .has-error .checkbox-inline,
body[data-theme=light] .has-error.radio label,
body[data-theme=light] .has-error.checkbox label,
body[data-theme=light] .has-error.radio-inline label,
body[data-theme=light] .has-error.checkbox-inline label {
  color: #a94442;
}
body[data-theme=light] .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
body[data-theme=light] .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
body[data-theme=light] .has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
body[data-theme=light] .has-error .form-control-feedback {
  color: #a94442;
}

body[data-theme=light] .help-block {

  color: #737373;
}

body[data-theme=light] .btn:hover,
body[data-theme=light] .btn:focus,
body[data-theme=light] .btn.focus {
  color: #333;

}
body[data-theme=light] .btn:active,
body[data-theme=light] .btn.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

body[data-theme=light] .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
body[data-theme=light] .btn-default:focus,
body[data-theme=light] .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
body[data-theme=light] .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
body[data-theme=light] .btn-default:active,
body[data-theme=light] .btn-default.active,
body[data-theme=light] .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
body[data-theme=light] .btn-default:active:hover,
body[data-theme=light] .btn-default.active:hover,
body[data-theme=light] .open > .dropdown-toggle.btn-default:hover,
body[data-theme=light] .btn-default:active:focus,
body[data-theme=light] .btn-default.active:focus,
body[data-theme=light] .open > .dropdown-toggle.btn-default:focus,
body[data-theme=light] .btn-default:active.focus,
body[data-theme=light] .btn-default.active.focus,
body[data-theme=light] .open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

body[data-theme=light] .btn-default.disabled:hover,
body[data-theme=light] .btn-default[disabled]:hover,
body[data-theme=light] fieldset[disabled] .btn-default:hover,
body[data-theme=light] .btn-default.disabled:focus,
body[data-theme=light] .btn-default[disabled]:focus,
body[data-theme=light] fieldset[disabled] .btn-default:focus,
body[data-theme=light] .btn-default.disabled.focus,
body[data-theme=light] .btn-default[disabled].focus,
body[data-theme=light] fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
body[data-theme=light] .btn-default .badge {
  color: #fff;
  background-color: #333;
}
body[data-theme=light] .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
body[data-theme=light] .btn-primary:focus,
body[data-theme=light] .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
body[data-theme=light] .btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
body[data-theme=light] .btn-primary:active,
body[data-theme=light] .btn-primary.active,
body[data-theme=light] .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
body[data-theme=light] .btn-primary:active:hover,
body[data-theme=light] .btn-primary.active:hover,
body[data-theme=light] .open > .dropdown-toggle.btn-primary:hover,
body[data-theme=light] .btn-primary:active:focus,
body[data-theme=light] .btn-primary.active:focus,
body[data-theme=light] .open > .dropdown-toggle.btn-primary:focus,
body[data-theme=light] .btn-primary:active.focus,
body[data-theme=light] .btn-primary.active.focus,
body[data-theme=light] .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

body[data-theme=light] .btn-primary.disabled:hover,
body[data-theme=light] .btn-primary[disabled]:hover,
body[data-theme=light] fieldset[disabled] .btn-primary:hover,
body[data-theme=light] .btn-primary.disabled:focus,
body[data-theme=light] .btn-primary[disabled]:focus,
body[data-theme=light] fieldset[disabled] .btn-primary:focus,
body[data-theme=light] .btn-primary.disabled.focus,
.btn-primary[disabled].focus,
body[data-theme=light] fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
body[data-theme=light] .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
body[data-theme=light] .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
body[data-theme=light] .btn-success:focus,
body[data-theme=light] .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
body[data-theme=light] .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
body[data-theme=light] .btn-success:active,
body[data-theme=light] .btn-success.active,
body[data-theme=light] .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
body[data-theme=light] .btn-success:active:hover,
body[data-theme=light] .btn-success.active:hover,
body[data-theme=light] .open > .dropdown-toggle.btn-success:hover,
body[data-theme=light] .btn-success:active:focus,
body[data-theme=light] .btn-success.active:focus,
body[data-theme=light] .open > .dropdown-toggle.btn-success:focus,
body[data-theme=light] .btn-success:active.focus,
body[data-theme=light] .btn-success.active.focus,
body[data-theme=light] .open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

body[data-theme=light] .btn-success.disabled:hover,
body[data-theme=light] .btn-success[disabled]:hover,
body[data-theme=light] fieldset[disabled] .btn-success:hover,
body[data-theme=light] .btn-success.disabled:focus,
body[data-theme=light] .btn-success[disabled]:focus,
body[data-theme=light] fieldset[disabled] .btn-success:focus,
body[data-theme=light] .btn-success.disabled.focus,
body[data-theme=light] .btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
body[data-theme=light] .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
body[data-theme=light] .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
body[data-theme=light] .btn-info:focus,
body[data-theme=light] .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
body[data-theme=light] .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
body[data-theme=light] .btn-info:active,
body[data-theme=light] .btn-info.active,
body[data-theme=light] .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
body[data-theme=light] .btn-info:active:hover,
body[data-theme=light] .btn-info.active:hover,
body[data-theme=light] .open > .dropdown-toggle.btn-info:hover,
body[data-theme=light] .btn-info:active:focus,
body[data-theme=light] .btn-info.active:focus,
body[data-theme=light] .open > .dropdown-toggle.btn-info:focus,
body[data-theme=light] .btn-info:active.focus,
body[data-theme=light] .btn-info.active.focus,
body[data-theme=light] .open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

body[data-theme=light] .btn-info.disabled:hover,
body[data-theme=light] .btn-info[disabled]:hover,
body[data-theme=light] fieldset[disabled] .btn-info:hover,
body[data-theme=light] .btn-info.disabled:focus,
body[data-theme=light] .btn-info[disabled]:focus,
body[data-theme=light] fieldset[disabled] .btn-info:focus,
body[data-theme=light] .btn-info.disabled.focus,
body[data-theme=light] .btn-info[disabled].focus,
body[data-theme=light] fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
body[data-theme=light] .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
body[data-theme=light] .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
body[data-theme=light] .btn-warning:focus,
body[data-theme=light] .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
body[data-theme=light] .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
body[data-theme=light] .btn-warning:active,
body[data-theme=light] .btn-warning.active,
body[data-theme=light] .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
body[data-theme=light] .btn-warning:active:hover,
body[data-theme=light] .btn-warning.active:hover,
body[data-theme=light] .open > .dropdown-toggle.btn-warning:hover,
body[data-theme=light] .btn-warning:active:focus,
body[data-theme=light] .btn-warning.active:focus,
body[data-theme=light] .open > .dropdown-toggle.btn-warning:focus,
body[data-theme=light] .btn-warning:active.focus,
body[data-theme=light] .btn-warning.active.focus,
body[data-theme=light] .open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

body[data-theme=light] .btn-warning.disabled:hover,
body[data-theme=light] .btn-warning[disabled]:hover,
body[data-theme=light] fieldset[disabled] .btn-warning:hover,
body[data-theme=light] .btn-warning.disabled:focus,
body[data-theme=light] .btn-warning[disabled]:focus,
body[data-theme=light] fieldset[disabled] .btn-warning:focus,
body[data-theme=light] .btn-warning.disabled.focus,
body[data-theme=light] .btn-warning[disabled].focus,
body[data-theme=light] fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
body[data-theme=light] .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
body[data-theme=light] .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
body[data-theme=light] .btn-danger:focus,
body[data-theme=light] .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
body[data-theme=light] .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
body[data-theme=light] .btn-danger:active,
body[data-theme=light] .btn-danger.active,
body[data-theme=light] .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
body[data-theme=light] .btn-danger:active:hover,
body[data-theme=light] .btn-danger.active:hover,
body[data-theme=light] .open > .dropdown-toggle.btn-danger:hover,
body[data-theme=light] .btn-danger:active:focus,
body[data-theme=light] .btn-danger.active:focus,
body[data-theme=light] .open > .dropdown-toggle.btn-danger:focus,
body[data-theme=light] .btn-danger:active.focus,
body[data-theme=light] .btn-danger.active.focus,
body[data-theme=light] .open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

body[data-theme=light] .btn-danger.disabled:hover,
body[data-theme=light] .btn-danger[disabled]:hover,
body[data-theme=light] fieldset[disabled] .btn-danger:hover,
body[data-theme=light] .btn-danger.disabled:focus,
body[data-theme=light] .btn-danger[disabled]:focus,
body[data-theme=light] fieldset[disabled] .btn-danger:focus,
body[data-theme=light] .btn-danger.disabled.focus,
body[data-theme=light] .btn-danger[disabled].focus,
body[data-theme=light] fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
body[data-theme=light] .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
body[data-theme=light] .btn-link {
  color: #337ab7;
  border-radius: 0;
}
body[data-theme=light] .btn-link,
body[data-theme=light] .btn-link[disabled],
body[data-theme=light] fieldset[disabled] .btn-link {
  background-color: transparent;

}
body[data-theme=light] .btn-link,
body[data-theme=light] .btn-link:hover,
body[data-theme=light] .btn-link:focus,
body[data-theme=light] .btn-link:active {
  border-color: transparent;
}
body[data-theme=light] .btn-link:hover,
body[data-theme=light] .btn-link:focus {
  color: #23527c;
  background-color: transparent;
}
body[data-theme=light] .btn-link[disabled]:hover,
body[data-theme=light] fieldset[disabled] .btn-link:hover,
body[data-theme=light] .btn-link[disabled]:focus,
body[data-theme=light] fieldset[disabled] .btn-link:focus {
  color: #777;

}

body[data-theme=light] .dropdown-menu {
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

body[data-theme=light] .dropdown-menu .divider {
  background-color: #e5e5e5;
}
body[data-theme=light] .dropdown-menu > li > a {
  color: #333;

}
body[data-theme=light] .dropdown-menu > li > a:hover,
body[data-theme=light] .dropdown-menu > li > a:focus {
  color: #262626;
  background-color: #f5f5f5;
}
body[data-theme=light] .dropdown-menu > .active > a,
body[data-theme=light] .dropdown-menu > .active > a:hover,
body[data-theme=light] .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #337ab7;
  outline: 0;
}
body[data-theme=light] .dropdown-menu > .disabled > a,
body[data-theme=light] .dropdown-menu > .disabled > a:hover,
body[data-theme=light] .dropdown-menu > .disabled > a:focus {
  color: #777;
}

body[data-theme=light] .dropdown-header {
  color: #777;
}

body[data-theme=light] .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

body[data-theme=light] .input-group-addon {
  color: #555;
  background-color: #eee;
  border: 1px solid #ccc;
}

body[data-theme=light] .nav > li > a:hover,
body[data-theme=light] .nav > li > a:focus {
  background-color: #eee;
}
body[data-theme=light] .nav > li.disabled > a {
  color: #777;
}
body[data-theme=light] .nav > li.disabled > a:hover,
body[data-theme=light] .nav > li.disabled > a:focus {
  color: #777;
}
body[data-theme=light] .nav .open > a,
body[data-theme=light] .nav .open > a:hover,
body[data-theme=light] .nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
body[data-theme=light] .nav .nav-divider {
  background-color: #e5e5e5;
}

body[data-theme=light] .nav-tabs {
  border-bottom: 1px solid #ddd;
}

body[data-theme=light] .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
body[data-theme=light] .nav-tabs > li.active > a,
body[data-theme=light] .nav-tabs > li.active > a:hover,
body[data-theme=light] .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
}

body[data-theme=light] .nav-tabs.nav-justified > .active > a,
body[data-theme=light] .nav-tabs.nav-justified > .active > a:hover,
body[data-theme=light] .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  body[data-theme=light] .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;

  }
  body[data-theme=light] .nav-tabs.nav-justified > .active > a,
  body[data-theme=light] .nav-tabs.nav-justified > .active > a:hover,
  body[data-theme=light] .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

body[data-theme=light] .nav-pills > li.active > a,
body[data-theme=light] .nav-pills > li.active > a:hover,
body[data-theme=light] .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

body[data-theme=light] .nav-tabs-justified > .active > a,
body[data-theme=light] .nav-tabs-justified > .active > a:hover,
body[data-theme=light] .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  body[data-theme=light] .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;

  }
  body[data-theme=light] .nav-tabs-justified > .active > a,
  body[data-theme=light] .nav-tabs-justified > .active > a:hover,
  body[data-theme=light] .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

body[data-theme=light] .navbar-collapse {

  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

body[data-theme=light] .navbar-form {

  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

body[data-theme=light] .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
body[data-theme=light] .navbar-default .navbar-brand {
  color: #777;
}
body[data-theme=light] .navbar-default .navbar-brand:hover,
body[data-theme=light] .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
body[data-theme=light] .navbar-default .navbar-text {
  color: #777;
}
body[data-theme=light] .navbar-default .navbar-nav > li > a {
  color: #777;
}
body[data-theme=light] .navbar-default .navbar-nav > li > a:hover,
body[data-theme=light] .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
body[data-theme=light] .navbar-default .navbar-nav > .active > a,
body[data-theme=light] .navbar-default .navbar-nav > .active > a:hover,
body[data-theme=light] .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
body[data-theme=light] .navbar-default .navbar-nav > .disabled > a,
body[data-theme=light] .navbar-default .navbar-nav > .disabled > a:hover,
body[data-theme=light] .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
body[data-theme=light] .navbar-default .navbar-toggle {
  border-color: #ddd;
}
body[data-theme=light] .navbar-default .navbar-toggle:hover,
body[data-theme=light] .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
body[data-theme=light] navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
body[data-theme=light] .navbar-default .navbar-collapse,
body[data-theme=light] .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
body[data-theme=light] .navbar-default .navbar-nav > .open > a,
body[data-theme=light] .navbar-default .navbar-nav > .open > a:hover,
body[data-theme=light] .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  body[data-theme=light] .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  body[data-theme=light] .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  body[data-theme=light] .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  body[data-theme=light] .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  body[data-theme=light] .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  body[data-theme=light] .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  body[data-theme=light] .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  body[data-theme=light] .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  body[data-theme=light] .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
body[data-theme=light] .navbar-default .navbar-link {
  color: #777;
}
body[data-theme=light] .navbar-default .navbar-link:hover {
  color: #333;
}
body[data-theme=light] .navbar-default .btn-link {
  color: #777;
}
body[data-theme=light] .navbar-default .btn-link:hover,
body[data-theme=light] .navbar-default .btn-link:focus {
  color: #333;
}
body[data-theme=light] .navbar-default .btn-link[disabled]:hover,
body[data-theme=light] fieldset[disabled] .navbar-default .btn-link:hover,
body[data-theme=light] .navbar-default .btn-link[disabled]:focus,
body[data-theme=light] fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
body[data-theme=light] .navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
body[data-theme=light] .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
body[data-theme=light] .navbar-inverse .navbar-brand:hover,
body[data-theme=light] .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
body[data-theme=light] .navbar-inverse .navbar-text {
  color: #9d9d9d;
}
body[data-theme=light] .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
body[data-theme=light] .navbar-inverse .navbar-nav > li > a:hover,
body[data-theme=light] .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
body[data-theme=light] .navbar-inverse .navbar-nav > .active > a,
body[data-theme=light] .navbar-inverse .navbar-nav > .active > a:hover,
body[data-theme=light] .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
body[data-theme=light] .navbar-inverse .navbar-nav > .disabled > a,
body[data-theme=light] .navbar-inverse .navbar-nav > .disabled > a:hover,
body[data-theme=light] .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
body[data-theme=light] .navbar-inverse .navbar-toggle {
  border-color: #333;
}
body[data-theme=light] .navbar-inverse .navbar-toggle:hover,
body[data-theme=light] .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
body[data-theme=light] .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
body[data-theme=light] .navbar-inverse .navbar-collapse,
body[data-theme=light] .navbar-inverse .navbar-form {
  border-color: #101010;
}
body[data-theme=light] .navbar-inverse .navbar-nav > .open > a,
body[data-theme=light] .navbar-inverse .navbar-nav > .open > a:hover,
body[data-theme=light] .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  body[data-theme=light] .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  body[data-theme=light] .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  body[data-theme=light] .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  body[data-theme=light] .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  body[data-theme=light] .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  body[data-theme=light] .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  body[data-theme=light] .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  body[data-theme=light] .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  body[data-theme=light] .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  body[data-theme=light] .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  body[data-theme=light] .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
body[data-theme=light] .navbar-inverse .navbar-link {
  color: #9d9d9d;
}
body[data-theme=light] .navbar-inverse .navbar-link:hover {
  color: #fff;
}
body[data-theme=light] .navbar-inverse .btn-link {
  color: #9d9d9d;
}
body[data-theme=light] .navbar-inverse .btn-link:hover,
body[data-theme=light] .navbar-inverse .btn-link:focus {
  color: #fff;
}
body[data-theme=light] .navbar-inverse .btn-link[disabled]:hover,
body[data-theme=light] fieldset[disabled] .navbar-inverse .btn-link:hover,
body[data-theme=light] .navbar-inverse .btn-link[disabled]:focus,
body[data-theme=light] fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
body[data-theme=light] .breadcrumb {
  background-color: #f5f5f5;
}

body[data-theme=light] .breadcrumb > li + li:before {
  color: #ccc;
}
body[data-theme=light] .breadcrumb > .active {
  color: #777;
}

body[data-theme=light] .pagination > li > a,
body[data-theme=light] .pagination > li > span {
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
}

body[data-theme=light] .pagination > li > a:hover,
body[data-theme=light] .pagination > li > span:hover,
body[data-theme=light] .pagination > li > a:focus,
body[data-theme=light] .pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
body[data-theme=light] .pagination > .active > a,
body[data-theme=light] .pagination > .active > span,
body[data-theme=light] .pagination > .active > a:hover,
body[data-theme=light] .pagination > .active > span:hover,
body[data-theme=light] .pagination > .active > a:focus,
body[data-theme=light] .pagination > .active > span:focus {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
body[data-theme=light] .pagination > .disabled > span,
body[data-theme=light] .pagination > .disabled > span:hover,
body[data-theme=light] .pagination > .disabled > span:focus,
body[data-theme=light] .pagination > .disabled > a,
body[data-theme=light] .pagination > .disabled > a:hover,
body[data-theme=light] .pagination > .disabled > a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
}

body[data-theme=light] .pager li > a,
body[data-theme=light] .pager li > span {
  background-color: #fff;
  border: 1px solid #ddd;

}
body[data-theme=light] .pager li > a:hover,
body[data-theme=light] .pager li > a:focus {
  background-color: #eee;
}

body[data-theme=light] .pager .disabled > a,
body[data-theme=light] .pager .disabled > a:hover,
body[data-theme=light] .pager .disabled > a:focus,
body[data-theme=light] .pager .disabled > span {
  color: #777;
  background-color: #fff;
}
body[data-theme=light] .label {
  color: #fff;
}
body[data-theme=light] a.label:hover,
body[data-theme=light] a.label:focus {
  color: #fff;
}

body[data-theme=light] .label-default {
  background-color: #777;
}
body[data-theme=light] .label-default[href]:hover,
body[data-theme=light] .label-default[href]:focus {
  background-color: #5e5e5e;
}
body[data-theme=light] .label-primary {
  background-color: #337ab7;
}
body[data-theme=light] .label-primary[href]:hover,
body[data-theme=light] .label-primary[href]:focus {
  background-color: #286090;
}
body[data-theme=light] .label-success {
  background-color: #5cb85c;
}
body[data-theme=light] .label-success[href]:hover,
body[data-theme=light] .label-success[href]:focus {
  background-color: #449d44;
}
body[data-theme=light] .label-info {
  background-color: #5bc0de;
}
body[data-theme=light] .label-info[href]:hover,
body[data-theme=light] .label-info[href]:focus {
  background-color: #31b0d5;
}
body[data-theme=light] .label-warning {
  background-color: #f0ad4e;
}
body[data-theme=light] .label-warning[href]:hover,
body[data-theme=light] .label-warning[href]:focus {
  background-color: #ec971f;
}
body[data-theme=light] .label-danger {
  background-color: #d9534f;
}
body[data-theme=light] .label-danger[href]:hover,
body[data-theme=light] .label-danger[href]:focus {
  background-color: #c9302c;
}
body[data-theme=light] .badge {
  color: #fff;
  background-color: #777;
}

body[data-theme=light] a.badge:hover,
body[data-theme=light] a.badge:focus {
  color: #fff;

}
body[data-theme=light] .list-group-item.active > .badge,
body[data-theme=light] .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

body[data-theme=light] .jumbotron {
  background-color: #eee;
}

body[data-theme=light] .jumbotron > hr {
  border-top-color: #d5d5d5;
}

body[data-theme=light] .thumbnail {
  background-color: #fff;
  border: 1px solid #ddd;
}

body[data-theme=light] a.thumbnail:hover,
body[data-theme=light] a.thumbnail:focus,
body[data-theme=light] a.thumbnail.active {
  border-color: #337ab7;
}
body[data-theme=light] .thumbnail .caption {
  color: #333;
}

body[data-theme=light] .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
body[data-theme=light] .alert-success hr {
  border-top-color: #c9e2b3;
}
body[data-theme=light] .alert-success .alert-link {
  color: #2b542c;
}
body[data-theme=light] .alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
body[data-theme=light] .alert-info hr {
  border-top-color: #a6e1ec;
}
body[data-theme=light] .alert-info .alert-link {
  color: #245269;
}
body[data-theme=light] .alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
body[data-theme=light] .alert-warning hr {
  border-top-color: #f7e1b5;
}
body[data-theme=light] .alert-warning .alert-link {
  color: #66512c;
}
body[data-theme=light] .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
body[data-theme=light] .alert-danger hr {
  border-top-color: #e4b9c0;
}
body[data-theme=light] .alert-danger .alert-link {
  color: #843534;
}

body[data-theme=light] .progress {
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
body[data-theme=light] .progress-bar {
  color: #fff;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);

}
body[data-theme=light] .progress-striped .progress-bar,
body[data-theme=light] .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);

}

body[data-theme=light] .progress-bar-success {
  background-color: #5cb85c;
}
body[data-theme=light] .progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
body[data-theme=light] .progress-bar-info {
  background-color: #5bc0de;
}
body[data-theme=light] .progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
body[data-theme=light] .progress-bar-warning {
  background-color: #f0ad4e;
}
body[data-theme=light] .progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
body[data-theme=light] .progress-bar-danger {
  background-color: #d9534f;
}
body[data-theme=light] .progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

body[data-theme=light] .list-group-item {
  background-color: #fff;
  border: 1px solid #ddd;
}

body[data-theme=light] a.list-group-item,
body[data-theme=light] button.list-group-item {
  color: #555;
}
body[data-theme=light] a.list-group-item .list-group-item-heading,
body[data-theme=light] button.list-group-item .list-group-item-heading {
  color: #333;
}
body[data-theme=light] a.list-group-item:hover,
body[data-theme=light] button.list-group-item:hover,
body[data-theme=light] a.list-group-item:focus,
body[data-theme=light] button.list-group-item:focus {
  color: #555;

  background-color: #f5f5f5;
}

body[data-theme=light] .list-group-item.disabled,
body[data-theme=light] .list-group-item.disabled:hover,
body[data-theme=light] .list-group-item.disabled:focus {
  color: #777;
  background-color: #eee;
}

body[data-theme=light] .list-group-item.disabled .list-group-item-text,
body[data-theme=light] .list-group-item.disabled:hover .list-group-item-text,
body[data-theme=light] .list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
body[data-theme=light] .list-group-item.active,
body[data-theme=light] .list-group-item.active:hover,
body[data-theme=light] .list-group-item.active:focus {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

body[data-theme=light] .list-group-item.active .list-group-item-text,
body[data-theme=light] .list-group-item.active:hover .list-group-item-text,
body[data-theme=light] .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
body[data-theme=light] .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
body[data-theme=light] a.list-group-item-success,
body[data-theme=light] button.list-group-item-success {
  color: #3c763d;
}

body[data-theme=light] a.list-group-item-success:hover,
body[data-theme=light] button.list-group-item-success:hover,
body[data-theme=light] a.list-group-item-success:focus,
body[data-theme=light] button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
body[data-theme=light] a.list-group-item-success.active,
body[data-theme=light] button.list-group-item-success.active,
body[data-theme=light] a.list-group-item-success.active:hover,
body[data-theme=light] button.list-group-item-success.active:hover,
body[data-theme=light] a.list-group-item-success.active:focus,
body[data-theme=light] button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
body[data-theme=light] .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
body[data-theme=light] a.list-group-item-info,
body[data-theme=light] button.list-group-item-info {
  color: #31708f;
}

body[data-theme=light] a.list-group-item-info:hover,
body[data-theme=light] button.list-group-item-info:hover,
body[data-theme=light] a.list-group-item-info:focus,
body[data-theme=light] button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
body[data-theme=light] a.list-group-item-info.active,
body[data-theme=light] button.list-group-item-info.active,
body[data-theme=light] a.list-group-item-info.active:hover,
body[data-theme=light] button.list-group-item-info.active:hover,
body[data-theme=light] a.list-group-item-info.active:focus,
body[data-theme=light] button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
body[data-theme=light] .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
body[data-theme=light] a.list-group-item-warning,
body[data-theme=light] button.list-group-item-warning {
  color: #8a6d3b;
}

body[data-theme=light] a.list-group-item-warning:hover,
body[data-theme=light] button.list-group-item-warning:hover,
body[data-theme=light] a.list-group-item-warning:focus,
body[data-theme=light] button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
body[data-theme=light] a.list-group-item-warning.active,
body[data-theme=light] button.list-group-item-warning.active,
body[data-theme=light] a.list-group-item-warning.active:hover,
body[data-theme=light] button.list-group-item-warning.active:hover,
body[data-theme=light] a.list-group-item-warning.active:focus,
body[data-theme=light] button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
body[data-theme=light] .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
body[data-theme=light] a.list-group-item-danger,
body[data-theme=light] button.list-group-item-danger {
  color: #a94442;
}

body[data-theme=light] a.list-group-item-danger:hover,
body[data-theme=light] button.list-group-item-danger:hover,
body[data-theme=light] a.list-group-item-danger:focus,
body[data-theme=light] button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
body[data-theme=light] a.list-group-item-danger.active,
body[data-theme=light] button.list-group-item-danger.active,
body[data-theme=light] a.list-group-item-danger.active:hover,
body[data-theme=light] button.list-group-item-danger.active:hover,
body[data-theme=light] a.list-group-item-danger.active:focus,
body[data-theme=light] button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

body[data-theme=light] .panel {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

body[data-theme=light] .panel-footer {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
}

body[data-theme=light] .panel > .panel-body + .table,
body[data-theme=light] .panel > .panel-body + .table-responsive,
body[data-theme=light] .panel > .table + .panel-body,
body[data-theme=light] .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

body[data-theme=light] .panel-group .panel-heading + .panel-collapse > .panel-body,
body[data-theme=light] .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

body[data-theme=light] .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
body[data-theme=light] .panel-default {
  border-color: #ddd;
}
body[data-theme=light] .panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
body[data-theme=light] .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
body[data-theme=light] .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
body[data-theme=light] .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
body[data-theme=light] .panel-primary {
  border-color: #337ab7;
}
body[data-theme=light] .panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
body[data-theme=light] .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
body[data-theme=light] .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
body[data-theme=light] .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
body[data-theme=light] .panel-success {
  border-color: #d6e9c6;
}
body[data-theme=light] .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
body[data-theme=light] .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
body[data-theme=light] .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
body[data-theme=light] .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
body[data-theme=light] .panel-info {
  border-color: #bce8f1;
}
body[data-theme=light] .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
body[data-theme=light] .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
body[data-theme=light] .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
body[data-theme=light] .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
body[data-theme=light] .panel-warning {
  border-color: #faebcc;
}
body[data-theme=light] .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
body[data-theme=light] .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
body[data-theme=light] .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
body[data-theme=light] .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
body[data-theme=light] .panel-danger {
  border-color: #ebccd1;
}
body[data-theme=light] .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
body[data-theme=light] .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
body[data-theme=light] .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
body[data-theme=light] .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

body[data-theme=light] .well {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
body[data-theme=light] .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}

body[data-theme=light] .close {
  color: #000;
  text-shadow: 0 1px 0 #fff;

}
body[data-theme=light] .close:hover,
body[data-theme=light] .close:focus {
  color: #000;
}

body[data-theme=light] .modal-content {
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
body[data-theme=light] .modal-backdrop {
  background-color: #000;
}

body[data-theme=light] .modal-header {
  border-bottom: 1px solid #e5e5e5;
}

body[data-theme=light] .modal-footer {
  border-top: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
  body[data-theme=light] .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
}
body[data-theme=light] .tooltip-inner {
  color: #fff;
  background-color: #000;
}

body[data-theme=light] .tooltip.top .tooltip-arrow {
  border-top-color: #000;
}
body[data-theme=light] .tooltip.top-left .tooltip-arrow {
  border-top-color: #000;
}
body[data-theme=light] .tooltip.top-right .tooltip-arrow {
  border-top-color: #000;
}
body[data-theme=light] .tooltip.right .tooltip-arrow {
  border-right-color: #000;
}
body[data-theme=light] .tooltip.left .tooltip-arrow {
  border-left-color: #000;
}
body[data-theme=light] .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #000;
}
body[data-theme=light] .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #000;
}
body[data-theme=light] .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #000;
}
body[data-theme=light] .popover {
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

body[data-theme=light] .popover-title {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}

body[data-theme=light] .popover.top > .arrow {
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
}
body[data-theme=light] .popover.top > .arrow:after {
  border-top-color: #fff;
}
body[data-theme=light] .popover.right > .arrow {
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
}
body[data-theme=light] .popover.right > .arrow:after {
  border-right-color: #fff;
}
body[data-theme=light] .popover.bottom > .arrow {
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
body[data-theme=light] .popover.bottom > .arrow:after {
  border-bottom-color: #fff;
}
body[data-theme=light] .popover.left > .arrow {
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
body[data-theme=light] .popover.left > .arrow:after {
  border-left-color: #fff;
}

body[data-theme=light] .carousel-control {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
}
body[data-theme=light] .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
body[data-theme=light] .carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
body[data-theme=light] .carousel-control:hover,
body[data-theme=light] .carousel-control:focus {
  color: #fff;
}
body[data-theme=light] .carousel-indicators li {
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}
body[data-theme=light] .carousel-indicators .active {
  background-color: #fff;
}
body[data-theme=light] .carousel-caption {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
body[data-theme=light] .carousel-caption .btn {
  text-shadow: none;
}
body[data-theme=light] .switcher label {
  background: #ccc;
}

body[data-theme=light] .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

body[data-theme=light] a {
  color: #337ab7;
  text-decoration: none;
  background-color: transparent;
}