/* ---- Blue Theme ---- */


.navbar-inner {
    background: #3993ba;
    background: -moz-linear-gradient(top, #3993ba 0%, #067ead 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3993ba), color-stop(100%,#067ead));
    background: -webkit-linear-gradient(top, #3993ba 0%,#067ead 100%);
    background: -o-linear-gradient(top, #3993ba 0%,#067ead 100%);
    background: -ms-linear-gradient(top, #3993ba 0%,#067ead 100%);
    background: linear-gradient(top, #3993ba 0%,#067ead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3993ba', endColorstr='#067ead',GradientType=0 );
}
.navbar .nav > li > a {
    color: #c1dce7;
}
.navbar .nav > li:hover > a {
    color:#fff;
}
.navbar .nav .active > a, .navbar .nav .active > a:hover {
    background: #206484 !important;
}
.navbar .divider-vertical {
    border-left-color:#2078A1;
    border-right-color:#3497C2;
}
.dropdown-menu li > a:hover, .dropdown-menu .active > a,
.dropdown-menu .active > a:hover,
.nav-list > .active > a, .nav-list > .active > a:hover,
span.dynatree-active a {
    background: #48a6d2 !important;
}

.table thead th {background-color:#ebf2f6 !important}
.dataTables_wrapper th.sorting_asc,.dataTables_wrapper th.sorting_desc {background-color:#d4e3eb !important}

.btn-theme.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-theme {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #398aba;
  background-image: -moz-linear-gradient(top, #3993ba, #397dba);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3993ba), to(#397dba));
  background-image: -webkit-linear-gradient(top, #3993ba, #397dba);
  background-image: -o-linear-gradient(top, #3993ba, #397dba);
  background-image: linear-gradient(to bottom, #3993ba, #397dba);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3993ba', endColorstr='#ff397dba', GradientType=0);
  border-color: #397dba #397dba #27567f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #397dba;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.btn-theme.disabled,
.btn-theme[disabled] {
  color: #ffffff;
  background-color: #397dba;
  *background-color: #3370a6;
}
.btn-theme:active,
.btn-theme.active {
  background-color: #2d6393 ;
}
