/* bootstrap overrides  */

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 3px;
    padding-right: 3px;
}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 3px;
    padding-right: 3px;
}

.row {
    margin-left: -3px;
    margin-right: -3px;
}
.navbar-inverse {
    border: 1px solid white;
}
.navbar-header img{
  height: 50px;

}
.navbar .dropdown-menu a {
    color: #88f;
}
.navbar{
  background: #334ca6;
  border-radius: 0px;
}
.navbar-brand img{
  margin-top: -18px;
}
.dropdown-submenu{ position: relative; }

.dropdown-submenu>.dropdown-menu{
  top:0;
  left:100%;
  margin-top:-6px;
  margin-left:-1px;
  -webkit-border-radius:0 6px 6px 6px;
  -moz-border-radius:0 6px 6px 6px;
  border-radius:0 6px 6px 6px;
}

.dropdown-submenu>a:after{
  display:block;
  content:" ";
  float:right;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
  border-width:5px 0 5px 5px;
  border-left-color:#cccccc;
  margin-top:5px;margin-right:-10px;
}
.dropdown-submenu:hover>a:after{
  border-left-color:#555;
}
.dropdown-submenu.pull-left{ float: none; }
.dropdown-submenu.pull-left>.dropdown-menu{
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}

.panel{
  box-shadow: 0px 12px 12px -12px gray;
}
.panel-info>.panel-heading{
  background: #334ca6;
}

/*html tags*/

body{
  padding: 56px 0px;
  background:linear-gradient(#eee, #fff, #eee);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
}
footer{
  position: fixed;
  bottom: 0;
  background: #334ca6;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  width: 100%;
  margin-top: 32px;
  text-align: center;
  z-index: 10000;
}
footer h6{

  color: white;
}
.inactiveLink {
  pointer-events: none;
  cursor: default;
}
.tablecontainer{
  padding: 8px;
  box-shadow: 0px 0px 8px gray inset
}
#homepage img{
  margin: auto;
  max-width: 240px;
  height: auto;
}

#splashscreen{
  position: fixed;
  top:0;
  left: 0;
  right: 0;
  height: 0vh;
  color: white;
  z-index: 1111;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(21, 74, 27, 0.6));
  transition: all .1s linear;
  overflow: hidden;
  font-size: 32px;
  line-height: 100vh;
  text-align: center;
}


.badge {
  padding: 2px 4px 2px;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}



.badge:hover {
  color: #ffffff;
  text-decoration: none;

}



.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}
.badge-ddd {
  background-color: #ddd;
  color:#888;
}
.badge-ddd:hover {
  background-color: #888;
}
