/* CSS Document */
/* a {
  color: #5b8607;
}

a:hover {
  color: #880;
} */

.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  background-color: #5b8607;
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
  background-color: #5b8607;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  background-color: #5b8607;
}

.nav-tabs .dropdown-toggle .caret,
.nav-pills .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #5b8607;
  border-bottom-color: #5b8607;
}

.nav-tabs .dropdown-toggle:hover .caret,
.nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #880;
  border-bottom-color: #880;
}

a.thumbnail:hover {
  border-color: #5b8607;
}

/*
.nav-tabs.nav-stacked > li > a:hover {
	background: #5b8607;
}
*/

.table-condensed th,
.table-condensed td {
  padding: 6px 5px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(90, 138, 2, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(90, 138, 2, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(90, 138, 2, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(90, 138, 2, 0.6);
}

.btn-success {
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -ms-linear-gradient(top, #608e0a, #486b06);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#608e0a), to(#486b06));
  background-image: -webkit-linear-gradient(top, #608e0a, #486b06);
  background-image: -o-linear-gradient(top, #608e0a, #486b06);
  background-image: -moz-linear-gradient(top, #608e0a, #486b06);
  background-image: linear-gradient(top, #608e0a, #486b06);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#608e0a', endColorstr='#486b06', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #486c05;
  *background-color: #486c05;
}

.btn-success:active,
.btn-success.active {
  background-color: #446b00 \9;
}


/* add */
.nav-tabs.nav-stacked > .active > a,
.nav-tabs.nav-stacked > .active > a:hover {
  background-color: #5b8607;
  color: #ffffff;
  border: 1px solid #5b8607;
}

.nav .nav-header {
  font-size: 17px;
  line-height: 18px;
}

body {
  font-size: 15px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-size: 15px;
  line-height: 20px;
}

.accordion-heading .accordion-toggle {
  font-size: 17px;
  font-weight: bold;
}

legend small {
  font-size: 15.5px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
}

/*-------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 979px) {
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.my-table th:first-child,
.my-table td:first-child {
    position: sticky;
    left: 0;
    background-color: white;
    z-index: 1;
}
.my-table th:first-child {
    z-index: 2;
}
