﻿.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  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);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -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);
}
.form-control::-moz-placeholder {
  color: #DDD;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #DDD;
}
.form-control::-webkit-input-placeholder {
  color: #DDD;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.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);
}
.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;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.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);
}
.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;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.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);
}
.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;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn-bs {
  display: inline-block;
  padding: 3px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: 0.3s;
  text-decoration: none;
  color: #fff !important;
}
.btn-bs:focus,
.btn-bs:active:focus,
.btn-bs.active:focus,
.btn-bs.focus,
.btn-bs:active.focus,
.btn-bs.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-bs:hover,
.btn-bs:focus,
.btn-bs.focus {
  color: #333;
  text-decoration: none;
}
.btn-bs:active,
.btn-bs.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-bs.disabled,
.btn-bs[disabled],
fieldset[disabled] .btn-bs {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn-bs.disabled,
fieldset[disabled] a.btn-bs {
  pointer-events: none;
}
.btn-bs-transparent {
  color: #333;
  background-color: transparent;
  border: none;
}
.btn-bs-transparent:focus
,.btn-bs-transparent.focus
,.btn-bs-transparent:active
,.btn-bs-transparent.active
,.btn-bs-transparent:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-bs-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-bs-default:focus,
.btn-bs-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-bs-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-bs-default:active,
.btn-bs-default.active,
.open > .dropdown-toggle.btn-bs-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-bs-default:active:hover,
.btn-bs-default.active:hover,
.open > .dropdown-toggle.btn-bs-default:hover,
.btn-bs-default:active:focus,
.btn-bs-default.active:focus,
.open > .dropdown-toggle.btn-bs-default:focus,
.btn-bs-default:active.focus,
.btn-bs-default.active.focus,
.open > .dropdown-toggle.btn-bs-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-bs-default:active,
.btn-bs-default.active,
.open > .dropdown-toggle.btn-bs-default {
  background-image: none;
}
.btn-bs-default.disabled:hover,
.btn-bs-default[disabled]:hover,
fieldset[disabled] .btn-bs-default:hover,
.btn-bs-default.disabled:focus,
.btn-bs-default[disabled]:focus,
fieldset[disabled] .btn-bs-default:focus,
.btn-bs-default.disabled.focus,
.btn-bs-default[disabled].focus,
fieldset[disabled] .btn-bs-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-bs-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-bs-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-bs-primary:focus,
.btn-bs-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-bs-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-bs-primary:active,
.btn-bs-primary.active,
.open > .dropdown-toggle.btn-bs-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-bs-primary:active:hover,
.btn-bs-primary.active:hover,
.open > .dropdown-toggle.btn-bs-primary:hover,
.btn-bs-primary:active:focus,
.btn-bs-primary.active:focus,
.open > .dropdown-toggle.btn-bs-primary:focus,
.btn-bs-primary:active.focus,
.btn-bs-primary.active.focus,
.open > .dropdown-toggle.btn-bs-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-bs-primary:active,
.btn-bs-primary.active,
.open > .dropdown-toggle.btn-bs-primary {
  background-image: none;
}
.btn-bs-primary.disabled:hover,
.btn-bs-primary[disabled]:hover,
fieldset[disabled] .btn-bs-primary:hover,
.btn-bs-primary.disabled:focus,
.btn-bs-primary[disabled]:focus,
fieldset[disabled] .btn-bs-primary:focus,
.btn-bs-primary.disabled.focus,
.btn-bs-primary[disabled].focus,
fieldset[disabled] .btn-bs-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-bs-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-bs-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-bs-success:focus,
.btn-bs-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-bs-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-bs-success:active,
.btn-bs-success.active,
.open > .dropdown-toggle.btn-bs-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-bs-success:active:hover,
.btn-bs-success.active:hover,
.open > .dropdown-toggle.btn-bs-success:hover,
.btn-bs-success:active:focus,
.btn-bs-success.active:focus,
.open > .dropdown-toggle.btn-bs-success:focus,
.btn-bs-success:active.focus,
.btn-bs-success.active.focus,
.open > .dropdown-toggle.btn-bs-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-bs-success:active,
.btn-bs-success.active,
.open > .dropdown-toggle.btn-bs-success {
  background-image: none;
}
.btn-bs-success.disabled:hover,
.btn-bs-success[disabled]:hover,
fieldset[disabled] .btn-bs-success:hover,
.btn-bs-success.disabled:focus,
.btn-bs-success[disabled]:focus,
fieldset[disabled] .btn-bs-success:focus,
.btn-bs-success.disabled.focus,
.btn-bs-success[disabled].focus,
fieldset[disabled] .btn-bs-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-bs-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-bs-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-bs-info:focus,
.btn-bs-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-bs-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-bs-info:active,
.btn-bs-info.active,
.open > .dropdown-toggle.btn-bs-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-bs-info:active:hover,
.btn-bs-info.active:hover,
.open > .dropdown-toggle.btn-bs-info:hover,
.btn-bs-info:active:focus,
.btn-bs-info.active:focus,
.open > .dropdown-toggle.btn-bs-info:focus,
.btn-bs-info:active.focus,
.btn-bs-info.active.focus,
.open > .dropdown-toggle.btn-bs-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-bs-info:active,
.btn-bs-info.active,
.open > .dropdown-toggle.btn-bs-info {
  background-image: none;
}
.btn-bs-info.disabled:hover,
.btn-bs-info[disabled]:hover,
fieldset[disabled] .btn-bs-info:hover,
.btn-bs-info.disabled:focus,
.btn-bs-info[disabled]:focus,
fieldset[disabled] .btn-bs-info:focus,
.btn-bs-info.disabled.focus,
.btn-bs-info[disabled].focus,
fieldset[disabled] .btn-bs-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-bs-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-bs-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-bs-warning:focus,
.btn-bs-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-bs-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-bs-warning:active,
.btn-bs-warning.active,
.open > .dropdown-toggle.btn-bs-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-bs-warning:active:hover,
.btn-bs-warning.active:hover,
.open > .dropdown-toggle.btn-bs-warning:hover,
.btn-bs-warning:active:focus,
.btn-bs-warning.active:focus,
.open > .dropdown-toggle.btn-bs-warning:focus,
.btn-bs-warning:active.focus,
.btn-bs-warning.active.focus,
.open > .dropdown-toggle.btn-bs-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-bs-warning:active,
.btn-bs-warning.active,
.open > .dropdown-toggle.btn-bs-warning {
  background-image: none;
}
.btn-bs-warning.disabled:hover,
.btn-bs-warning[disabled]:hover,
fieldset[disabled] .btn-bs-warning:hover,
.btn-bs-warning.disabled:focus,
.btn-bs-warning[disabled]:focus,
fieldset[disabled] .btn-bs-warning:focus,
.btn-bs-warning.disabled.focus,
.btn-bs-warning[disabled].focus,
fieldset[disabled] .btn-bs-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-bs-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-bs-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-bs-danger:focus,
.btn-bs-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-bs-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-bs-danger:active,
.btn-bs-danger.active,
.open > .dropdown-toggle.btn-bs-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-bs-danger:active:hover,
.btn-bs-danger.active:hover,
.open > .dropdown-toggle.btn-bs-danger:hover,
.btn-bs-danger:active:focus,
.btn-bs-danger.active:focus,
.open > .dropdown-toggle.btn-bs-danger:focus,
.btn-bs-danger:active.focus,
.btn-bs-danger.active.focus,
.open > .dropdown-toggle.btn-bs-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-bs-danger:active,
.btn-bs-danger.active,
.open > .dropdown-toggle.btn-bs-danger {
  background-image: none;
}
.btn-bs-danger.disabled:hover,
.btn-bs-danger[disabled]:hover,
fieldset[disabled] .btn-bs-danger:hover,
.btn-bs-danger.disabled:focus,
.btn-bs-danger[disabled]:focus,
fieldset[disabled] .btn-bs-danger:focus,
.btn-bs-danger.disabled.focus,
.btn-bs-danger[disabled].focus,
fieldset[disabled] .btn-bs-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-bs-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-bs-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-bs-link,
.btn-bs-link:active,
.btn-bs-link.active,
.btn-bs-link[disabled],
fieldset[disabled] .btn-bs-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-bs-link,
.btn-bs-link:hover,
.btn-bs-link:focus,
.btn-bs-link:active {
  border-color: transparent;
}
.btn-bs-link:hover,
.btn-bs-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-bs-link[disabled]:hover,
fieldset[disabled] .btn-bs-link:hover,
.btn-bs-link[disabled]:focus,
fieldset[disabled] .btn-bs-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-bs-lg,
.btn-bs-group-lg > .btn-bs {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-bs-sm,
.btn-bs-group-sm > .btn-bs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-bs-xs,
.btn-bs-group-xs > .btn-bs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-bs-block {
  display: block;
  width: 100%;
}
.btn-bs-block + .btn-bs-block {
  margin-top: 5px;
}
input[type="submit"].btn-bs-block,
input[type="reset"].btn-bs-block,
input[type="button"].btn-bs-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}


.btn-bs-group,
.btn-bs-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-bs-group > .btn-bs,
.btn-bs-group-vertical > .btn-bs {
  position: relative;
  float: left;
}
.btn-bs-group > .btn-bs:hover,
.btn-bs-group-vertical > .btn-bs:hover,
.btn-bs-group > .btn-bs:focus,
.btn-bs-group-vertical > .btn-bs:focus,
.btn-bs-group > .btn-bs:active,
.btn-bs-group-vertical > .btn-bs:active,
.btn-bs-group > .btn-bs.active,
.btn-bs-group-vertical > .btn-bs.active {
  z-index: 2;
}
.btn-bs-group .btn-bs + .btn-bs,
.btn-bs-group .btn-bs + .btn-bs-group,
.btn-bs-group .btn-bs-group + .btn-bs,
.btn-bs-group .btn-bs-group + .btn-bs-group {
  margin-left: -1px;
}
.btn-bs-toolbar {
  margin-left: -5px;
}
.btn-bs-toolbar .btn-bs,
.btn-bs-toolbar .btn-bs-group,
.btn-bs-toolbar .input-group {
  float: left;
}
.btn-bs-toolbar > .btn-bs,
.btn-bs-toolbar > .btn-bs-group,
.btn-bs-toolbar > .input-group {
  margin-left: 5px;
}
.btn-bs-group > .btn-bs:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-bs-group > .btn-bs:first-child {
  margin-left: 0;
}
.btn-bs-group > .btn-bs:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-bs-group > .btn-bs:last-child:not(:first-child),
.btn-bs-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-bs-group > .btn-bs-group {
  float: left;
}
.btn-bs-group > .btn-bs-group:not(:first-child):not(:last-child) > .btn-bs {
  border-radius: 0;
}
.btn-bs-group > .btn-bs-group:first-child:not(:last-child) > .btn-bs:last-child,
.btn-bs-group > .btn-bs-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-bs-group > .btn-bs-group:last-child:not(:first-child) > .btn-bs:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-bs-group .dropdown-toggle:active,
.btn-bs-group.open .dropdown-toggle {
  outline: 0;
}
.btn-bs-group > .btn-bs + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-bs-group > .btn-bs-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-bs-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);
}
.btn-bs-group.open .dropdown-toggle.btn-bs-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-bs .caret {
  margin-left: 0;
}
.btn-bs-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-bs-lg .caret {
  border-width: 0 5px 5px;
}
.btn-bs-group-vertical > .btn-bs,
.btn-bs-group-vertical > .btn-bs-group,
.btn-bs-group-vertical > .btn-bs-group > .btn-bs {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-bs-group-vertical > .btn-bs-group > .btn-bs {
  float: none;
}
.btn-bs-group-vertical > .btn-bs + .btn-bs,
.btn-bs-group-vertical > .btn-bs + .btn-bs-group,
.btn-bs-group-vertical > .btn-bs-group + .btn-bs,
.btn-bs-group-vertical > .btn-bs-group + .btn-bs-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-bs-group-vertical > .btn-bs:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-bs-group-vertical > .btn-bs:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-bs-group-vertical > .btn-bs:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-bs-group-vertical > .btn-bs-group:not(:first-child):not(:last-child) > .btn-bs {
  border-radius: 0;
}
.btn-bs-group-vertical > .btn-bs-group:first-child:not(:last-child) > .btn-bs:last-child,
.btn-bs-group-vertical > .btn-bs-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-bs-group-vertical > .btn-bs-group:last-child:not(:first-child) > .btn-bs:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-bs-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-bs-group-justified > .btn-bs,
.btn-bs-group-justified > .btn-bs-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-bs-group-justified > .btn-bs-group .btn-bs {
  width: 100%;
}
.btn-bs-group-justified > .btn-bs-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn-bs input[type="radio"],
[data-toggle="buttons"] > .btn-bs-group > .btn-bs input[type="radio"],
[data-toggle="buttons"] > .btn-bs input[type="checkbox"],
[data-toggle="buttons"] > .btn-bs-group > .btn-bs input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn-bs {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn-bs {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn-bs,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn-bs {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn-bs {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn-bs {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn-bs,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn-bs {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn-bs,
.input-group-btn:first-child > .btn-bs-group > .btn-bs,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-bs:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-bs-group:not(:last-child) > .btn-bs {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn-bs,
.input-group-btn:last-child > .btn-bs-group > .btn-bs,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn-bs:not(:first-child),
.input-group-btn:first-child > .btn-bs-group:not(:first-child) > .btn-bs {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn-bs {
  position: relative;
}
.input-group-btn > .btn-bs + .btn-bs {
  margin-left: -1px;
}
.input-group-btn > .btn-bs:hover,
.input-group-btn > .btn-bs:focus,
.input-group-btn > .btn-bs:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn-bs,
.input-group-btn:first-child > .btn-bs-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn-bs,
.input-group-btn:last-child > .btn-bs-group {
  z-index: 2;
  margin-left: -1px;
}


/***********************THEME**********************/
/***********************THEME**********************/
/***********************THEME**********************/
/***********************THEME**********************/
/***********************THEME**********************/
/***********************THEME**********************/
.btn-bs-default,
.btn-bs-primary,
.btn-bs-success,
.btn-bs-info,
.btn-bs-warning,
.btn-bs-danger,
.btn-bs-branco {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-bs-default:active,
.btn-bs-primary:active,
.btn-bs-success:active,
.btn-bs-info:active,
.btn-bs-warning:active,
.btn-bs-danger:active,
.btn-bs-branco:active,
.btn-bs-default.active,
.btn-bs-primary.active,
.btn-bs-success.active,
.btn-bs-info.active,
.btn-bs-warning.active,
.btn-bs-danger.active,
.btn-bs-branco.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-bs-default.disabled,
.btn-bs-primary.disabled,
.btn-bs-success.disabled,
.btn-bs-info.disabled,
.btn-bs-warning.disabled,
.btn-bs-danger.disabled,
.btn-bs-branco.disabled,
.btn-bs-default[disabled],
.btn-bs-primary[disabled],
.btn-bs-success[disabled],
.btn-bs-info[disabled],
.btn-bs-warning[disabled],
.btn-bs-danger[disabled],
.btn-bs-branco[disabled],
fieldset[disabled] .btn-bs-default,
fieldset[disabled] .btn-bs-primary,
fieldset[disabled] .btn-bs-success,
fieldset[disabled] .btn-bs-info,
fieldset[disabled] .btn-bs-warning,
fieldset[disabled] .btn-bs-danger,
fieldset[disabled] .btn-bs-branco{
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-bs-default .badge,
.btn-bs-primary .badge,
.btn-bs-success .badge,
.btn-bs-info .badge,
.btn-bs-warning .badge,
.btn-bs-danger .badge,
.btn-bs-branco .badge {
  text-shadow: none;
}
.btn-bs:active,
.btn-bs.active {
  background-image: none;
}
.btn-bs-default {
  text-shadow: 0 1px 0 #fff;
    background-repeat: repeat-x;
    border-color: #ccc;
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
}
.btn-bs-default:hover,
.btn-bs-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-bs-default:active,
.btn-bs-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-bs-default.disabled,
.btn-bs-default[disabled],
fieldset[disabled] .btn-bs-default,
.btn-bs-default.disabled:hover,
.btn-bs-default[disabled]:hover,
fieldset[disabled] .btn-bs-default:hover,
.btn-bs-default.disabled:focus,
.btn-bs-default[disabled]:focus,
fieldset[disabled] .btn-bs-default:focus,
.btn-bs-default.disabled.focus,
.btn-bs-default[disabled].focus,
fieldset[disabled] .btn-bs-default.focus,
.btn-bs-default.disabled:active,
.btn-bs-default[disabled]:active,
fieldset[disabled] .btn-bs-default:active,
.btn-bs-default.disabled.active,
.btn-bs-default[disabled].active,
fieldset[disabled] .btn-bs-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-bs-primary {
  background-repeat: repeat-x;
    border-color: #245580;
    background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
}
.btn-bs-primary:hover,
.btn-bs-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-bs-primary:active,
.btn-bs-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.btn-bs-primary.disabled,
.btn-bs-primary[disabled],
fieldset[disabled] .btn-bs-primary,
.btn-bs-primary.disabled:hover,
.btn-bs-primary[disabled]:hover,
fieldset[disabled] .btn-bs-primary:hover,
.btn-bs-primary.disabled:focus,
.btn-bs-primary[disabled]:focus,
fieldset[disabled] .btn-bs-primary:focus,
.btn-bs-primary.disabled.focus,
.btn-bs-primary[disabled].focus,
fieldset[disabled] .btn-bs-primary.focus,
.btn-bs-primary.disabled:active,
.btn-bs-primary[disabled]:active,
fieldset[disabled] .btn-bs-primary:active,
.btn-bs-primary.disabled.active,
.btn-bs-primary[disabled].active,
fieldset[disabled] .btn-bs-primary.active {
  background-color: #265a88;
  background-image: none;
}
.btn-bs-success {
  background-repeat: repeat-x;
    border-color: #3e8f3e;
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
}
.btn-bs-success:hover,
.btn-bs-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-bs-success:active,
.btn-bs-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-bs-success.disabled,
.btn-bs-success[disabled],
fieldset[disabled] .btn-bs-success,
.btn-bs-success.disabled:hover,
.btn-bs-success[disabled]:hover,
fieldset[disabled] .btn-bs-success:hover,
.btn-bs-success.disabled:focus,
.btn-bs-success[disabled]:focus,
fieldset[disabled] .btn-bs-success:focus,
.btn-bs-success.disabled.focus,
.btn-bs-success[disabled].focus,
fieldset[disabled] .btn-bs-success.focus,
.btn-bs-success.disabled:active,
.btn-bs-success[disabled]:active,
fieldset[disabled] .btn-bs-success:active,
.btn-bs-success.disabled.active,
.btn-bs-success[disabled].active,
fieldset[disabled] .btn-bs-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-bs-info {
  background-repeat: repeat-x;
    border-color: #28a4c9;
    background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
}
.btn-bs-info:hover,
.btn-bs-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-bs-info:active,
.btn-bs-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-bs-info.disabled,
.btn-bs-info[disabled],
fieldset[disabled] .btn-bs-info,
.btn-bs-info.disabled:hover,
.btn-bs-info[disabled]:hover,
fieldset[disabled] .btn-bs-info:hover,
.btn-bs-info.disabled:focus,
.btn-bs-info[disabled]:focus,
fieldset[disabled] .btn-bs-info:focus,
.btn-bs-info.disabled.focus,
.btn-bs-info[disabled].focus,
fieldset[disabled] .btn-bs-info.focus,
.btn-bs-info.disabled:active,
.btn-bs-info[disabled]:active,
fieldset[disabled] .btn-bs-info:active,
.btn-bs-info.disabled.active,
.btn-bs-info[disabled].active,
fieldset[disabled] .btn-bs-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-bs-warning {
  background-repeat: repeat-x;
    border-color: #e38d13;
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
}
.btn-bs-warning:hover,
.btn-bs-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-bs-warning:active,
.btn-bs-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-bs-warning.disabled,
.btn-bs-warning[disabled],
fieldset[disabled] .btn-bs-warning,
.btn-bs-warning.disabled:hover,
.btn-bs-warning[disabled]:hover,
fieldset[disabled] .btn-bs-warning:hover,
.btn-bs-warning.disabled:focus,
.btn-bs-warning[disabled]:focus,
fieldset[disabled] .btn-bs-warning:focus,
.btn-bs-warning.disabled.focus,
.btn-bs-warning[disabled].focus,
fieldset[disabled] .btn-bs-warning.focus,
.btn-bs-warning.disabled:active,
.btn-bs-warning[disabled]:active,
fieldset[disabled] .btn-bs-warning:active,
.btn-bs-warning.disabled.active,
.btn-bs-warning[disabled].active,
fieldset[disabled] .btn-bs-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-bs-danger {
  background-repeat: repeat-x;
    border-color: #b92c28;
    background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
}
.btn-bs-danger:hover,
.btn-bs-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-bs-danger:active,
.btn-bs-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-bs-danger.disabled,
.btn-bs-danger[disabled],
fieldset[disabled] .btn-bs-danger,
.btn-bs-danger.disabled:hover,
.btn-bs-danger[disabled]:hover,
fieldset[disabled] .btn-bs-danger:hover,
.btn-bs-danger.disabled:focus,
.btn-bs-danger[disabled]:focus,
fieldset[disabled] .btn-bs-danger:focus,
.btn-bs-danger.disabled.focus,
.btn-bs-danger[disabled].focus,
fieldset[disabled] .btn-bs-danger.focus,
.btn-bs-danger.disabled:active,
.btn-bs-danger[disabled]:active,
fieldset[disabled] .btn-bs-danger:active,
.btn-bs-danger.disabled.active,
.btn-bs-danger[disabled].active,
fieldset[disabled] .btn-bs-danger.active {
  background-color: #c12e2a;
  background-image: none;
}

.btn-bs-branco {
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
    background-repeat: repeat-x;
    border: 1px solid #ddd;
    background-image: linear-gradient(to bottom, #eee 0%, #fff 100%);
}
.btn-bs-branco:hover,
.btn-bs-branco:focus {
    background-image: linear-gradient(to bottom, #fff 0%, #ddd 100%);
    text-decoration: none;
}
.btn-bs-branco:active,
.btn-bs-branco.active {
    background-image: linear-gradient(to bottom, #fff 0%, #ccc 100%);
    border: 1px solid #ccc;
}
.btn-bs-branco:active:hover,
.btn-bs-branco.active:hover {
    background-image: linear-gradient(to bottom, #ccc 0%, #fff 100%);
    border: 1px solid #ccc;
}
.btn-bs-branco.disabled,
.btn-bs-branco[disabled],
fieldset[disabled] .btn-bs-branco,
.btn-bs-branco.disabled:hover,
.btn-bs-branco[disabled]:hover,
fieldset[disabled] .btn-bs-branco:hover,
.btn-bs-branco.disabled:focus,
.btn-bs-branco[disabled]:focus,
fieldset[disabled] .btn-bs-branco:focus,
.btn-bs-branco.disabled.focus,
.btn-bs-branco[disabled].focus,
fieldset[disabled] .btn-bs-branco.focus,
.btn-bs-branco.disabled:active,
.btn-bs-branco[disabled]:active,
fieldset[disabled] .btn-bs-branco:active,
.btn-bs-branco.disabled.active,
.btn-bs-branco[disabled].active,
fieldset[disabled] .btn-bs-branco.active {
  background-color: #222222;
  background-image: none;
}


.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  font-size: 13px;
}
.form-signin-heading {
    font-weight: bold;
    color: #222222;
    text-align: center;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.nav-tfs {
    display: block;
    background-color: white;
    width: 100%;
    min-height: 50px;
    text-align: center;  
    border-bottom: 2px solid #000;  
    padding-top: 4px;
    padding-bottom: 10px;
}



.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}