/*
 * Purple: #38247d
 * Green: #50b948
 */

body {
    /*font-size: 15px;
    line-height: 20px;*/
}

label, input, button, select, textarea {
    /*font-size: 15px;*/
}

h1,
h2,
h3 {
  line-height: 23px;
  color: #50b948; 
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
  color: #555;
}

p {
    margin: 0;
}

a {
    color: #38247d;
}

a:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

a:hover {
    color: #48348d;
}

a.btn {
    padding:4px 10px;
    margin:4px;
}

.btn {
    padding: 4px 12px;
    /*font-size: 15px;
    line-height: 20px;*/
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #38247d;
  background-image:none;
  border-color: #38347d #38347d #28146d;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #48348d;
}


.navbar {
    margin-bottom: 10px;
}

.navbar .brand {
    padding: 8px 16px;
}

.navbar-inner {
    border: none;
    border-bottom: 2px solid #50b948;
    border-radius:0px;
}

.navbar .nav {
    float: none;
}

.nav {
    margin-bottom: 10px;
}

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

form {
    margin: 0 0 10px;
}

input,
textarea,
.uneditable-input {
  width: auto;
}

label {
    display:inline-block;
    margin:0;
    vertical-align:middle;
}

table.table2 tr td { padding:2px; }
table.table2>tbody>tr>td { min-width:100px; }
table.table2 tr.alt td { background-color:#eee; }

th {
    color: #50b948;
} 

@media (max-width: 979px) {
  .navbar .brand {
    padding-right: 4px;
    padding-left: 4px;
    margin: 0 0 0 -5px;
  }
}

@media (max-width: 767px) {
  body {
    padding:0;
  }
}
