@media (min-width: 992px)
.col-md-2 {
    width: 26.66666667%;
}
@media (min-width: 992px)
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}

.navbar-inverse {
    background-color: #9b1200;
    border-color: #846464;
}
.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}
@media (min-width: 768px)
.navbar {
    border-radius: 1px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #690000;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 0px dotted transparent;
}



body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
    color: #c3c3c3;
    background-color: #2a2a2a;
}
#datepicker > div {
    width: 100%;
    padding: .1em .1em 0;
    display: none;
    font-weight: bold;
    border: 1px solid #9b1200;
    background: #ccbdbd;
    color: #9b1200;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.1em;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #397ab7;
}



div.col-md-2 {
	background: #3c3c3c;
	height: 100%;
}

tbody {
	background: #ccbdbd;
	border: 0px solid #ffff80; 
	 
}




table {
    padding: .2em .2em .2em .2em;
}


.hoverTable{
	width:100%;
	border: 1px solid #9b1200; 
}
.hoverTable th{ 
	padding:6px; border:#9b1200 1px solid;
}
.hoverTable td{ 
	padding:6px; border:#9b1200 1px solid;
}
/* Define the default color for all the table rows */
.hoverTable th{
	background: #e8e1e1;
}
/* Define the hover highlight color for the table row */
.hoverTable th:hover {
    /*background-color: #ffff99;*/
}
/* Define the default color for all the table rows */
.hoverTable tr{
	background: #f6f6f6;
}
/* Define the hover highlight color for the table row */
.hoverTable tr:hover {
    background-color: #ffff99;
}
th, td {
	font-family: Arial,Helvetica,sans-serif;
    font-size: 1.1em;
    color: #9b1200;
    border-top: 01px solid #9b1200;
    border-bottom: 0px solid #9b1200;
    border-right: 0px solid #9b1200;
    border-left: 1px solid #9b1200;
}

/*
.button3 {
  color: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.2em;
}


.button3:hover {
  background: #ccbdbd;
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  text-decoration: none;
}*/


.button2 {
  background: #9b1200;
  background-image: -webkit-linear-gradient(top, #9b1200, #2a2a2a);
  background-image: -moz-linear-gradient(top, #9b1200, #2a2a2a);
  background-image: -ms-linear-gradient(top, #9b1200, #2a2a2a);
  background-image: -o-linear-gradient(top, #9b1200, #2a2a2a);
  background-image: linear-gradient(to bottom, #9b1200, #2a2a2a);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  padding: 0px 15px;
  color: #ffffff;
}

.button2:hover {
  background: #ccbdbd;
  background-image: -webkit-linear-gradient(top, #ccbdbd, #2a2a2a);
  background-image: -moz-linear-gradient(top, #ccbdbd, #2a2a2a);
  background-image: -ms-linear-gradient(top, #ccbdbd, #2a2a2a);
  background-image: -o-linear-gradient(top, #ccbdbd, #2a2a2a);
  background-image: linear-gradient(to bottom, #ccbdbd, #2a2a2a);
  text-decoration: none;
}

.button:hover {
  background: #ccbdbd;
  background-image: -webkit-linear-gradient(top, #9b1200, #2a2a2a);
  background-image: -moz-linear-gradient(top, #9b1200, #2a2a2a);
  background-image: -ms-linear-gradient(top, #9b1200, #2a2a2a);
  background-image: -o-linear-gradient(top, #9b1200, #2a2a2a);
  background-image: linear-gradient(to bottom, #9b1200, #2a2a2a);
  text-decoration: none;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
}

img {
	opacity: 1.0;
	filter: alpha(opacity=50); /* For IE8 and earlier */
    padding: 3px;
}

img:hover {
    opacity: 0.5;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}


.nav-tabs > li > a {
    margin-right: 1px;
    font-weight: bold;
    line-height: 1.42857143;
    background: #ffffff;
    border: 1px solid #9b1200;
    /*border-radius: 4px 14px 0 0;*/
    padding: 10px 10px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #9b1200;
    font-weight: bold;
    cursor: default;
    /*background-color: #fffa90;*/
    border: 0px solid #ddd;
    border-bottom-color: transparent;
    text-decoration: underline;
} 

.nav-tabs {
    border-bottom: 3px solid #9b1200;
}

hr {
    margin-top: 10px;
    margin-bottom: 12px;
    border: 0;
    border-top: 1px solid #3c3c3c;
}