.navbar-inverse .navbar-nav > li > a {
    color: #FFF;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #CCC;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #FFF;
    border-bottom-color: #FFF;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #CCC;
    border-bottom-color: #CCC;
}

.news {
  background-color: transparent;
}

.news thead > tr > th,
.news tbody > tr > th,
.news tfoot > tr > th,
.news thead > tr > td,
.news tfoot > tr > td ,
.news tbody > tr > td {
  padding: 10px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
 }


table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-radius: 4px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #428bca;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #e7c3c3;
  border-color: #e7c3c3;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger{
-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;
background-image:-webkit-gradient(linear,left 0,left 100%,from(#fff),to(#e6e6e6));
background-image:-webkit-linear-gradient(top,#fff,0%,#e6e6e6,100%);
background-image:-moz-linear-gradient(top,#fff 0,#e6e6e6 100%);
background-image:linear-gradient(to bottom,#fff 0,#e6e6e6 100%);
background-repeat:repeat-x;
border-color:#e0e0e0;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0)
}

.btn-default:active,
.btn-default.active{
background-color:#e6e6e6;
border-color:#e0e0e0
}

.btn-primary{
background-image:-webkit-gradient(linear,left 0,left 100%,from(#3c3c3c),to(#86132A));
background-image:-webkit-linear-gradient(top,#3c3c3c,0%,#86132A,100%);
background-image:-moz-linear-gradient(top,#3c3c3c 0,#86132A 100%);
background-image:linear-gradient(to bottom,#3c3c3c 0,#86132A 100%);
background-repeat:repeat-x;
border-color:#463639;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c',endColorstr='#ff86132A',GradientType=0)
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #86132A;
  border-color: #463639;
}

.btn-success{
 color: #721B2B;
 background-image:-webkit-gradient(linear,left 0,left 100%,from(#e7c3c3),to(#e7c3c3));
 background-image:-webkit-linear-gradient(top,#e7c3c3,0%,#e7c3c3,100%);
 background-image:-moz-linear-gradient(top,#e7c3c3 0,#e7c3c3 100%);
 background-image:linear-gradient(to bottom,#e7c3c3 0,#e7c3c3 100%);
 background-repeat:repeat-x;
 border-color:#E7C3C3;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe7c3c3',endColorstr='#ffe7c3c3',GradientType=0)
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
 color: #721B2B;
 background-color:#e7c3c3;
 border-color:#E7C3C3
}
 
.btn-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;
border-color:#eb9316;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffec971f',GradientType=0)}

.btn-warning:active,
.btn-warning.active{
background-color:#ec971f;
border-color:#eb9316
}

.btn-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;
border-color:#c12e2a;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc9302c',GradientType=0)}

.btn-danger:active,
.btn-danger.active{
background-color:#c9302c;
border-color:#c12e2a}

.btn-info{
 background-image:-webkit-gradient(linear,left 0,left 100%,from(#3c3c3c),to(#449d44));
 background-image:-webkit-linear-gradient(top,#3c3c3c,0%,#449d44,100%);
 background-image:-moz-linear-gradient(top,#3c3c3c 0,#449d44 100%);
 background-image:linear-gradient(to bottom,#3c3c3c 0,#449d44 100%);
 background-repeat:repeat-x;
 border-color:#406B40;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c',endColorstr='#ff449d44',GradientType=0)}
 

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active 
.open .dropdown-toggle.btn-info {
background-color:#449d44;
border-color:#406B40
}

.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:#721B2B;
background-image:-webkit-gradient(linear,left 0,left 100%,from(#3c3c3c),to(#721B2B));
background-image:-webkit-linear-gradient(top,#3c3c3c,0%,#721B2B,100%);
background-image:-moz-linear-gradient(top,#3c3c3c 0,#721B2B 100%);
background-image:linear-gradient(to bottom,#3c3c3c 0,#721B2B 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c3c3c',endColorstr='#721B2B',GradientType=0)
}

.navbar{
background-image:-webkit-gradient(linear,left 0,left 100%,from(#3c3c3c),to(#721B2B));
background-image:-webkit-linear-gradient(top,#3c3c3c,0%,#721B2B,100%);
background-image:-moz-linear-gradient(top,#3c3c3c 0,#721B2B 100%);
background-image:linear-gradient(to bottom,#3c3c3c 0,#721B2B 100%);
background-repeat:repeat-x;
border-radius: 0px;
border-color: #463639;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c',endColorstr='#ff721B2B',GradientType=0);
-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)}
}

.navbar 
.navbar-nav>
.active>a{background-color:#721}
.navbar-brand,
.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,0.25)}

.navbar-inverse{
background-image:-webkit-gradient(linear,left 0,left 100%,from(#3c3c3c),to(#721B2B));
background-image:-webkit-linear-gradient(top,#3c3c3c,0%,#721B2B,100%);
background-image:-moz-linear-gradient(top,#3c3c3c 0,#721B2B 100%);
background-image:linear-gradient(to bottom,#3c3c3c 0,#721B2B 100%);
background-repeat:repeat-x;
border-radius:0px;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c',endColorstr='#ff721B2B',GradientType=0)
}

.navbar-inverse 
.navbar-nav> 
.active>a{background-color:#721}
.navbar-brand,
.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:0px
}

.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{background-image:-webkit-gradient(linear,left 0,left 100%,from(#dff0d8),to(#c8e5bc));
background-image:-webkit-linear-gradient(top,#dff0d8,0%,#c8e5bc,100%);
background-image:-moz-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
background-repeat:repeat-x;
border-color:#b2dba1;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffc8e5bc',GradientType=0)
}

.alert-info{
color: #721B2B;
background-image:-webkit-gradient(linear,left 0,left 100%,from(#e7c3c3),to(#e7c3c3));
background-image:-webkit-linear-gradient(top,#e7c3c3,0%,#e7c3c3,100%);
background-image:-moz-linear-gradient(top,#e7c3c3 0,#e7c3c3 100%);
background-image:linear-gradient(to bottom,#e7c3c3 0,#e7c3c3 100%);
background-repeat:repeat-x;
border-color:#e7c3c3;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe7c3c3',endColorstr='#ffe7c3c3',GradientType=0)
}

.alert-warning{
background-image:-webkit-gradient(linear,left 0,left 100%,from(#fcf8e3),to(#f8efc0));
background-image:-webkit-linear-gradient(top,#fcf8e3,0%,#f8efc0,100%);
background-image:-moz-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);
background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);
background-repeat:repeat-x;
border-color:#f5e79e;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fff8efc0',GradientType=0)
}

.alert-danger{
background-image:-webkit-gradient(linear,left 0,left 100%,from(#f2dede),to(#e7c3c3));
background-image:-webkit-linear-gradient(top,#f2dede,0%,#e7c3c3,100%);
background-image:-moz-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
background-repeat:repeat-x;
border-color:#dca7a7;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffe7c3c3',GradientType=0)
}

.progress{
background-image:-webkit-gradient(linear,left 0,left 100%,from(#ebebeb),to(#ec971f));
background-image:-webkit-linear-gradient(top,#ebebeb,0%,#ec971f,100%);
background-image:-moz-linear-gradient(top,#ebebeb 0,#ec971f 100%);
background-image:linear-gradient(to bottom,#ebebeb 0,#ec971f 100%);
background-repeat:repeat-x;
border-color:#ec971f;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#ffec971f',GradientType=0)
}


.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;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0)
}

.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;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0)
}

.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;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff31b0d5',GradientType=0)
}

.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;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffec971f',GradientType=0)
}

.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;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc9302c',GradientType=0)
}

.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;
background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#3278b3));
background-image:-webkit-linear-gradient(top,#428bca,0%,#3278b3,100%);
background-image:-moz-linear-gradient(top,#428bca 0,#3278b3 100%);
background-image:linear-gradient(to bottom,#428bca 0,#3278b3 100%);
background-repeat:repeat-x;
border-color:#3278b3;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3278b3',GradientType=0)
}


.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-image:-webkit-gradient(linear,left 0,left 100%,from(#f5f5f5),to(#e8e8e8));
background-image:-webkit-linear-gradient(top,#f5f5f5,0%,#e8e8e8,100%);
background-image:-moz-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)}

.panel-primary {
border-color: #721B2B;
}

.panel-primary > .panel-heading {
color: #ffffff;
background-image:-webkit-gradient(linear,left 0,left 100%,from(#3c3c3c),to(#721B2B));
background-image:-webkit-linear-gradient(top,#3c3c3c,0%,#721B2B,100%);
background-image:-moz-linear-gradient(top,#3c3c3c 0,#721B2B 100%);
background-image:linear-gradient(to bottom,#3c3c3c 0,#721B2B 100%);
background-repeat:repeat-x;
border-color: #721B2B;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c3c3c',endColorstr='#721B2B',GradientType=0)
}

.panel-success> .panel-heading{
background-image:-webkit-gradient(linear,left 0,left 100%,from(#dff0d8),to(#d0e9c6));
background-image:-webkit-linear-gradient(top,#dff0d8,0%,#d0e9c6,100%);
background-image:-moz-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);
background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffd0e9c6',GradientType=0)}

.panel-info {
  border-color: #e7c3c3;
}

.panel-info> .panel-heading{
color: #721B2B;
background-image:-webkit-gradient(linear,left 0,left 100%,from(#e7c3c3),to(#e7c3c3));
background-image:-webkit-linear-gradient(top,#e7c3c3,0%,#e7c3c3,100%);
background-image:-moz-linear-gradient(top,#e7c3c3 0,#e7c3c3 100%);
background-image:linear-gradient(to bottom,#e7c3c3 0,#e7c3c3 100%);
background-repeat:repeat-x;
border-color: #e7c3c3;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe7c3c3',endColorstr='#ffe7c3c3',GradientType=0)}


.panel-warning> .panel-heading{
background-image:-webkit-gradient(linear,left 0,left 100%,from(#fcf8e3),to(#faf2cc));
background-image:-webkit-linear-gradient(top,#fcf8e3,0%,#faf2cc,100%);
background-image:-moz-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);
background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fffaf2cc',GradientType=0)}

.panel-danger> .panel-heading{
background-image:-webkit-gradient(linear,left 0,left 100%,from(#f2dede),to(#ebcccc));
background-image:-webkit-linear-gradient(top,#f2dede,0%,#ebcccc,100%);
background-image:-moz-linear-gradient(top,#f2dede 0,#ebcccc 100%);
background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffebcccc',GradientType=0)}

.well{
background-image:-webkit-gradient(linear,left 0,left 100%,from(#e8e8e8),to(#f5f5f5));
background-image:-webkit-linear-gradient(top,#e8e8e8,0%,#f5f5f5,100%);
background-image:-moz-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);
background-repeat:repeat-x;
border-color:#dcdcdc;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8',endColorstr='#fff5f5f5',GradientType=0);
-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)}