.navbar-inverse .nav .active > a {
	color: #ffffff;
	background-color: #bc000a !important;
}


.mainfilter {
	padding-top:10px !important;
	padding-bottom:0px !important;
	margin:0px !important;
}

table tr:nth-child(odd) td { background-color:#fbfbfb } /*odd*/
table tr:nth-child(even) td { background-color:#e8ecee } /* even*/

.timeout-dialog button {
cursor: pointer !important;
color: #333333 !important;
font-size: 14px !important;
line-height: normal !important;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) !important;
font-size: 100% !important;
}

.main_logo {
	height:auto;
	width:180px;
}

.navbar .nav {
	margin: 10px 10px 0 0 !important;
}

.red {
    color:#DF0101 !important;
}

.black {
    color:#424242 !important;
}

@media (max-width: 321px) {
  .hidden-desktop-portrait {
    display: inherit !important;
  }
  .visible-desktop-portrait {
    display: none !important;
  }
  .visible-phone-portrait {
    display: inherit !important;
  }
  .hidden-phone-portrait {
    display: none !important;
  }
}

@media (min-width: 321px) and (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}