/* 
 *  This stylesheet file should contain any override rules for 
 *  css/bootstrap/bootstrap-x.y.z[.min].css 
 *  where x.y.z is the version currently in use.
 *
 *  DO NOT EDIT THE ORIGINAL BOOTSTRAP FILE ITSELF!
 */

body {
    background: #ffffff url(../../images/bg-grey-noise.gif);
}

a {
    color: #1151a3;
}

[class*="span"] {
    margin-left: 0;
}

h1 {
    font-size: 18px;
    text-transform: uppercase;
    color: #990000;
}

h2 {
    font-size: 16px;
    text-transform: uppercase;
}

h3 {
    font-size: 14px;
    letter-spacing: 1px;
    color: #393e45;
    line-height: 40px;
    text-transform: uppercase;
}

.sideBar h3 {
    color: #757a83;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 10px;
}

h6 {
    font-size: 8px;
}

.page-header {
    padding: 0;
    margin: 0 auto;
    border: none;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    font-size: 13px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    border: 1px solid #d4d4d4;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 3px 2px 0;
    border-radius: 0 2px 2px 0;
}

input.search-query {
    margin-bottom: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.dropdown-menu {	
    min-width: 260px;
    margin: 0 0 0;
    border: 0;
	border-bottom: 3px solid #990000;
    background-color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
	padding-bottom:20px;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
    background-color: #990000;
    background-color: #990000;
    background-image: none;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff1151a3', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
    background-color: #990000;
    background-color: #990000;
    background-image: none;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff1151a3', endColorstr='#ff0077b3', GradientType=0);
}

.well {
    background-color: #fff /* transparent*/;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn {
    display: inline-block;
    padding: 4px 30px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 25px;
    color: #0e438c;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #ededed;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#ededed));
    background-image: -webkit-linear-gradient(top, #f3f3f3, #ededed);
    background-image: -o-linear-gradient(top, #f3f3f3, #ededed);
    background-image: linear-gradient(to bottom, #f3f3f3, #ededed);
    background-image: -moz-linear-gradient(top, #f3f3f3, #ededed);
    background-repeat: repeat-x;
    border: 1px solid #dbdbdb;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ededed', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
    margin-right: 10px;
}

.modal-footer .btn {
    padding: 4px 10px;
}

.btn-small {
    line-height: 22px;
}

.btn {
	margin-right:10px;
}

.btn-primary {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1151a3), to(#0b3778));
    background-image: -webkit-linear-gradient(top, #1151a3, #0b3778);
    background-image: -o-linear-gradient(top, #1151a3, #0b3778);
    background-image: linear-gradient(to bottom, #1151a3, #0b3778);
    background-image: -moz-linear-gradient(top, #1151a3, #0b3778);
    background-repeat: repeat-x;
    border-color: #0b3778 #0b3778 #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: none;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #0b3778;
    *background-color: #003bb3;
}

.btn-link {
    color: #1151a3;
    cursor: pointer;
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-link, .btn-link:active {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #0b3778;
}

.nav > li > a {
    display: inline-block;
}

.nav > li > a:hover {
    text-decoration: none;
    background-color: initial;
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
    background-color: #1151a3;
}

.nav-tabs,
.nav-pills {
    margin-bottom: 0;
}

.nav-tabs > li {
    margin-right: 10px;
}

.nav-tabs > li > a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    color: #a8afb7;
    padding: 11px 38px 10px 38px;
    background-color: #fbfbfb;
    border-top: 3px solid #e0e0e0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav-tabs > li.active > a {
    padding-bottom:11px;
}

.nav-tabs > li > a:hover {
    border-color: transparent;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
    outline: none !important;
    color: #555555;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    cursor: default;
    background-color: #ffffff;
    border-top: 3px solid #990000;
}

.nav-pills > li > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
    background-color: #1151a3;
}

.nav .dropdown-toggle .caret {
    border-top-color: #000;
    border-bottom-color: #000;
}

.navbar {
    background-color: #0b3777;
    background-image: -moz-linear-gradient(top, #1151a3, #0b3777);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1151a3), to(#0b3777));
    background-image: -webkit-linear-gradient(top, #1151a3, #0b3777);
    background-image: -o-linear-gradient(top, #1151a3, #0b3777);
    background-image: linear-gradient(to bottom, #1151a3, #0b3777);
    background-repeat: repeat-x;
    border: 0;    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar .nav li:first-child {
	border-radius:3px 0 0 3px;
	overflow:hidden;	
}

.navbar .nav > li {
    padding-right:1px;
}

.navbar .nav > li > a {
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 0 1px 0 #072652;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
    color: #FFFFFF;
    background-color: #1453a8;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    color: #FFFFFF;
    background-color: #0e66bf;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #FFFFFF !important;
	opacity:1;
	border-top:3px solid #990000;
	padding-top:7px;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.breadcrumb {
    padding: 0;
    background: initial;
}

.breadcrumb li {
    text-shadow: none;
}

.modal-header h3 {
    margin: 0 20px;
}

.modal-body {
    max-height: 450px;
    padding: 35px;
}

a.thumbnail:hover {
    border-color: #1151a3;
}