body {
  background-color: #ecf0f1;
}

.containerCustom {
  margin-left: 12px;
  margin-right: 12px; 
}

hr {
  background-color: #7f8c8d;
  height: 1px;
}

.btn {
  min-width: 80px;
}

.navbar-default .navbar-nav > li > a.active {
  background-color: #275880;
  color: white;
}

.input-group-addon {
  min-width: 100px;
  background-color:#16a085;
  color: white;
}

.horizontalStackPanel {
  margin: 12px;
  color: white;
}

.innerDiv {
  display:flex;
  align-items:center;
  width:100%;
  background-color: #2980b9;
  min-height:40px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.transparentInnerDiv {
  display:flex;
  align-items:center;
  width:100%;
}

.errorListTitleBar {
  display:flex;
  align-items:center;
  width:100%;
  min-height:40px;
  margin-top: 12px;
  margin-bottom: 12px;
  border-bottom-color:#95a5a6;
  border-bottom-width: 2px;
  border-bottom-style: inset;
}

.errorListTitleBar .horizontalStackPanel {
  color: #2c3e50;
  min-width: 75px;
  font-weight: 400;
}

.rightInFlex {
  margin-left: auto;
}




table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

th, td {
    text-align: left;
    padding: 8px;
}

tbody:nth-child(even){background-color: #e1e1e1}

th {
    background-color: #34495e;
    color: white;
}

.filterButton {
  background-color: #3498db;
  height: 20px;
  color:white;
}

.filterButton.active {
  background-color: #2980b9;
  height: 20px;
  color:white;
}

.copyButton {
  margin-bottom: 12px;
  float: right;
}

.navbar-default {
  background-color: #38719c;
  border-color: #38719c;
  border-bottom-color: #275880;
  border-bottom-width: 5px;
  border-bottom-style: inset;
  border-radius: 0px;
}

.navbar-default .navbar-brand {
  color:white;
}

.navbar-default .navbar-nav > li > a {
  color: white;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: white;
  background-color: #407fb0;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: white;
  background-color: #407fb0;
}