.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:active,
.btn.active {
  background-image: none;
}

.btn-default {	
	text-shadow: 0 1px 0 #fff;
	border-color: #e0e0e0;
	border-color: #ccc;
	background: #e6e6e6;
	background: url("");
	background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%);
	
}

.btn-default:active,
.btn-default.active {
  background-color: #e6e6e6;
  border-color: #e0e0e0;
  
}

.btn-primary {
	border-color: rgba(228, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.4);
	background-color: #D81E05;
	*background-color: #CC0000;
	background: url("");
	background: -moz-linear-gradient(top,  #ed2304 0%, #ae0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed2304), color-stop(100%,#ae0000));
	background: -webkit-linear-gradient(top,  #ed2304 0%,#ae0000 100%);
	background: -o-linear-gradient(top,  #ed2304 0%,#ae0000 100%);
	background: -ms-linear-gradient(top,  #ed2304 0%,#ae0000 100%);
	background: linear-gradient(to bottom,  #ed2304 0%,#ae0000 100%);
	
}

.btn-primary:active,
.btn-primary.active {
  background-color: #AE0000;
  border-color: #760000;
}

.btn-success {
	border-color: #419641;
	background: #5cb85c;
	background: url("");
	background: -moz-linear-gradient(top,  #5cb85c 0%, #449d44 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5cb85c), color-stop(100%,#449d44));
	background: -webkit-linear-gradient(top,  #5cb85c 0%,#449d44 100%);
	background: -o-linear-gradient(top,  #5cb85c 0%,#449d44 100%);
	background: -ms-linear-gradient(top,  #5cb85c 0%,#449d44 100%);
	background: linear-gradient(to bottom,  #5cb85c 0%,#449d44 100%);
	
}

.btn-success:active,
.btn-success.active {
  background-color: #AE0000;
  border-color: #419641;
}

.btn-warning {
	border-color: #eb9316;
	background: #f0ad4e;
	background: url("");
	background: -moz-linear-gradient(top,  #f0ad4e 0%, #ec971f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0ad4e), color-stop(100%,#ec971f));
	background: -webkit-linear-gradient(top,  #f0ad4e 0%,#ec971f 100%);
	background: -o-linear-gradient(top,  #f0ad4e 0%,#ec971f 100%);
	background: -ms-linear-gradient(top,  #f0ad4e 0%,#ec971f 100%);
	background: linear-gradient(to bottom,  #f0ad4e 0%,#ec971f 100%);
	
}

.btn-warning:active,
.btn-warning.active {
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-danger {
	border-color: #c12e2a;
	background: #d9534f;
	background: url("");
	background: -moz-linear-gradient(top,  #d9534f 0%, #c9302c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9534f), color-stop(100%,#c9302c));
	background: -webkit-linear-gradient(top,  #d9534f 0%,#c9302c 100%);
	background: -o-linear-gradient(top,  #d9534f 0%,#c9302c 100%);
	background: -ms-linear-gradient(top,  #d9534f 0%,#c9302c 100%);
	background: linear-gradient(to bottom,  #d9534f 0%,#c9302c 100%);
	
}

.btn-danger:active,
.btn-danger.active {
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-info {
	border-color: #2aabd2;
	background: #5bc0de;
	background: url("");
	background: -moz-linear-gradient(top,  #5bc0de 0%, #31b0d5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5bc0de), color-stop(100%,#31b0d5));
	background: -webkit-linear-gradient(top,  #5bc0de 0%,#31b0d5 100%);
	background: -o-linear-gradient(top,  #5bc0de 0%,#31b0d5 100%);
	background: -ms-linear-gradient(top,  #5bc0de 0%,#31b0d5 100%);
	background: linear-gradient(to bottom,  #5bc0de 0%,#31b0d5 100%);

}

.btn-info:active,
.btn-info.active {
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #eee;
  color: #000;
  /*
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#CDCDCD), to(#E7E7E7));
  background-image: -webkit-linear-gradient(top, #CDCDCD, 0%, #E7E7E7, 100%);
  background-image: -moz-linear-gradient(top, #CDCDCD 0%, #E7E7E7 100%);
  background-image: linear-gradient(to bottom, #CDCDCD 0%, #E7E7E7 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffCDCDCD', endColorstr='#ffE7E7E7', GradientType=0);
  */
}

.navbar {
	border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
	background: #ffffff;
	background: url("");
	background: -moz-linear-gradient(top,  #ffffff 0%, #f8f8f8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f8f8f8));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f8f8f8 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f8f8f8 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f8f8f8 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f8f8f8 100%);
	

}

.navbar .navbar-nav > .active > a {
  background-color: #f8f8f8;
}

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.navbar-inverse {
	background: #3c3c3c;
	background: url("");
	background: -moz-linear-gradient(top,  #3c3c3c 0%, #222222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c3c3c), color-stop(100%,#222222));
	background: -webkit-linear-gradient(top,  #3c3c3c 0%,#222222 100%);
	background: -o-linear-gradient(top,  #3c3c3c 0%,#222222 100%);
	background: -ms-linear-gradient(top,  #3c3c3c 0%,#222222 100%);
	background: linear-gradient(to bottom,  #3c3c3c 0%,#222222 100%);
	
}

.navbar-inverse .navbar-nav > .active > a {
  background-color: #222222;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
	border-color: #b2dba1;
	background: #dff0d8;
	background: url("");
	background: -moz-linear-gradient(top,  #dff0d8 0%, #c8e5bc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dff0d8), color-stop(100%,#c8e5bc));
	background: -webkit-linear-gradient(top,  #dff0d8 0%,#c8e5bc 100%);
	background: -o-linear-gradient(top,  #dff0d8 0%,#c8e5bc 100%);
	background: -ms-linear-gradient(top,  #dff0d8 0%,#c8e5bc 100%);
	background: linear-gradient(to bottom,  #dff0d8 0%,#c8e5bc 100%);
	

}

.alert-info {
	border-color: #9acfea;
	background: #d9edf7;
	background: url("");
	background: -moz-linear-gradient(top,  #d9edf7 0%, #b9def0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9edf7), color-stop(100%,#b9def0));
	background: -webkit-linear-gradient(top,  #d9edf7 0%,#b9def0 100%);
	background: -o-linear-gradient(top,  #d9edf7 0%,#b9def0 100%);
	background: -ms-linear-gradient(top,  #d9edf7 0%,#b9def0 100%);
	background: linear-gradient(to bottom,  #d9edf7 0%,#b9def0 100%);
	

}

.alert-warning {
	border-color: #f5e79e;
	background: #fcf8e3;
	background: url("");
	background: -moz-linear-gradient(top,  #fcf8e3 0%, #f8efc0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcf8e3), color-stop(100%,#f8efc0));
	background: -webkit-linear-gradient(top,  #fcf8e3 0%,#f8efc0 100%);
	background: -o-linear-gradient(top,  #fcf8e3 0%,#f8efc0 100%);
	background: -ms-linear-gradient(top,  #fcf8e3 0%,#f8efc0 100%);
	background: linear-gradient(to bottom,  #fcf8e3 0%,#f8efc0 100%);
	

}

.alert-danger {
	border-color: #dca7a7;
	background: #f2dede;
	background: url("");
	background: -moz-linear-gradient(top,  #f2dede 0%, #e7c3c3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2dede), color-stop(100%,#e7c3c3));
	background: -webkit-linear-gradient(top,  #f2dede 0%,#e7c3c3 100%);
	background: -o-linear-gradient(top,  #f2dede 0%,#e7c3c3 100%);
	background: -ms-linear-gradient(top,  #f2dede 0%,#e7c3c3 100%);
	background: linear-gradient(to bottom,  #f2dede 0%,#e7c3c3 100%);
	
}

.progress {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ebebeb, 0%, #f5f5f5, 100%);
  background-image: -moz-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;

}

.progress-bar {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #3071a9, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  background-repeat: repeat-x;

}

.progress-bar-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
  background-image: -webkit-linear-gradient(top, #5cb85c, 0%, #449d44, 100%);
  background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;

}

.progress-bar-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5));
  background-image: -webkit-linear-gradient(top, #5bc0de, 0%, #31b0d5, 100%);
  background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;

}

.progress-bar-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f));
  background-image: -webkit-linear-gradient(top, #f0ad4e, 0%, #ec971f, 100%);
  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;

}

.progress-bar-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
  background-image: -webkit-linear-gradient(top, #d9534f, 0%, #c9302c, 100%);
  background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;

}

.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	text-shadow: 0 -1px 0 #3071a9;
	border-color: #3278b3;
	background: #428bca;
	background: url("");
	background: -moz-linear-gradient(top,  #428bca 0%, #3278b3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#428bca), color-stop(100%,#3278b3));
	background: -webkit-linear-gradient(top,  #428bca 0%,#3278b3 100%);
	background: -o-linear-gradient(top,  #428bca 0%,#3278b3 100%);
	background: -ms-linear-gradient(top,  #428bca 0%,#3278b3 100%);
	background: linear-gradient(to bottom,  #428bca 0%,#3278b3 100%);
	

}

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
	background: #f5f5f5;
	background: url("");
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e8e8e8));
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e8e8e8 100%);
	background: -o-linear-gradient(top,  #f5f5f5 0%,#e8e8e8 100%);
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#e8e8e8 100%);
	background: linear-gradient(to bottom,  #f5f5f5 0%,#e8e8e8 100%);
	

}

.panel-primary > .panel-heading {
	background: #428bca;
	background: url("");
	background: -moz-linear-gradient(top,  #428bca 0%, #357ebd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#428bca), color-stop(100%,#357ebd));
	background: -webkit-linear-gradient(top,  #428bca 0%,#357ebd 100%);
	background: -o-linear-gradient(top,  #428bca 0%,#357ebd 100%);
	background: -ms-linear-gradient(top,  #428bca 0%,#357ebd 100%);
	background: linear-gradient(to bottom,  #428bca 0%,#357ebd 100%);
	
}

.panel-success > .panel-heading {
	background: #dff0d8;
	background: url("");
	background: -moz-linear-gradient(top,  #dff0d8 0%, #d0e9c6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dff0d8), color-stop(100%,#d0e9c6));
	background: -webkit-linear-gradient(top,  #dff0d8 0%,#d0e9c6 100%);
	background: -o-linear-gradient(top,  #dff0d8 0%,#d0e9c6 100%);
	background: -ms-linear-gradient(top,  #dff0d8 0%,#d0e9c6 100%);
	background: linear-gradient(to bottom,  #dff0d8 0%,#d0e9c6 100%);
	
}

.panel-info > .panel-heading {
	background: #d9edf7;
	background: url("");
	background: -moz-linear-gradient(top,  #d9edf7 0%, #c4e3f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9edf7), color-stop(100%,#c4e3f3));
	background: -webkit-linear-gradient(top,  #d9edf7 0%,#c4e3f3 100%);
	background: -o-linear-gradient(top,  #d9edf7 0%,#c4e3f3 100%);
	background: -ms-linear-gradient(top,  #d9edf7 0%,#c4e3f3 100%);
	background: linear-gradient(to bottom,  #d9edf7 0%,#c4e3f3 100%);
	
}

.panel-warning > .panel-heading {
	background: #fcf8e3;
	background: url("");
	background: -moz-linear-gradient(top,  #fcf8e3 0%, #faf2cc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcf8e3), color-stop(100%,#faf2cc));
	background: -webkit-linear-gradient(top,  #fcf8e3 0%,#faf2cc 100%);
	background: -o-linear-gradient(top,  #fcf8e3 0%,#faf2cc 100%);
	background: -ms-linear-gradient(top,  #fcf8e3 0%,#faf2cc 100%);
	background: linear-gradient(to bottom,  #fcf8e3 0%,#faf2cc 100%);
	
}

.panel-danger > .panel-heading {
	background: #f2dede;
	background: url("");
	background: -moz-linear-gradient(top,  #f2dede 0%, #ebcccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2dede), color-stop(100%,#ebcccc));
	background: -webkit-linear-gradient(top,  #f2dede 0%,#ebcccc 100%);
	background: -o-linear-gradient(top,  #f2dede 0%,#ebcccc 100%);
	background: -ms-linear-gradient(top,  #f2dede 0%,#ebcccc 100%);
	background: linear-gradient(to bottom,  #f2dede 0%,#ebcccc 100%);
	
}

.well {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
         box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
	background: #e8e8e8;
	background: url("");
	background: -moz-linear-gradient(top,  #e8e8e8 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top,  #e8e8e8 0%,#f5f5f5 100%);
	background: -o-linear-gradient(top,  #e8e8e8 0%,#f5f5f5 100%);
	background: -ms-linear-gradient(top,  #e8e8e8 0%,#f5f5f5 100%);
	background: linear-gradient(to bottom,  #e8e8e8 0%,#f5f5f5 100%);
	
}