.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;
}

.navbar .nav {
    margin: 10px 10px 0 0 !important;
}

.navbar .brand {
    padding: 10px !important;
}

div.ajax-loading{
    position: fixed;
    top: 0;
    left: 0;
    height:100%;
    width:100%;
    z-index: 9999999;
    background-color: #fff;
    background-image: url('../../../../../common/images/ajax-loader.gif') no-repeat;
    opacity: 0.7;
    filter: alpha(opacity=70); /* ie */
    -moz-opacity: 0.7; /* mozilla */
    display:none;
}
div.ajax-loading * {
    height:100%;
    width:100%;
    background-color: #fff;
    background-image: url('../../../../../common/images/ajax-loader.gif');
    background-position:  center center;
    background-repeat: no-repeat;
    opacity: 1;
    filter: alpha(opacity=100); /* ie */
    -moz-opacity: 1; /* mozilla */
}

.red {
    color:#DF0101 !important;
}

.black {
    color:#424242 !important;
}
#contentarea {
    margin-top: 10px;
}
/* Large desktop */
@media (min-width: 980px) {
/*    .dropdown {
        display: none !important;
    }*/
    
}
@media (max-width: 979px) {

}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1024) { 

}

@media (min-width: 1200px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 1300px !important;
    }

    body .modal {
      /* new custom width */
      width: 740px !important;
      /* must be half of the width, minus scrollbar on the left (30px) */
      margin-left: -370px !important;
    }
}