form .error input {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
}

form .error .help-inline {
    color: #B94A48;
}

.providers {
    margin: 5px 0;
    list-style: none;
}

.providers li {
    display: inline;
}
h1 {
    margin-bottom: 20px;
}
.first-title{
  border-top-left-radius: 20px; 
  border-top: 1px solid black;
  border-left: 1px solid black;
}
.middle-title{
  border-top: 1px solid black;
}
.last-title{
  border-top-right-radius: 20px;
  border-top: 1px solid black;
  border-right: 1px solid black;
}
.first-data{
  border-bottom-left-radius: 20px;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
}
.middle-data{
  border-bottom: 1px solid black;
}
.last-data{
  border-bottom-right-radius: 20px;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}
.inner-title, .inner-data{
  padding: 10px !important;
}
.inner-title{
  height:30%;
  background-color: #2280d2 !important;
  color:white !important;
}
.inner-data{
  height:70%;
  background-color: #FFFFFF;
}
.blockquote {
    border-left: none;
    height:349px;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  padding-top: 0px;
  background-color: #f4f4f4;
  margin-bottom: 60px;
}
table{
  width: 100%;
  background-color: #fff; 
  margin-bottom: 10px;
}
hr{
  border-top: 1px solid #c2c2c2;
  margin-top: 5px;
}
.footer{
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 61px;
  background-color: #fff;
  text-align: center;
  border-top: 1px solid #bbb;
}

.footer > .container {
  margin-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  width: 80%;
}

.footer > .container > .first-row {
    display: flex;
    justify-content: space-between;
}

#__BIRT_ROOT {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
#__BIRT_ROOT table {
  width: 100% !important;
}
th { 
 background-color: #0d2d4e;
 color:white;
} 
table, th , td  {
  border: 0px solid grey;
  border-collapse: collapse;
  padding: 5px;
}
h1, h3 {
  text-align: left;
  margin-bottom: 10px;
}
.table{
  margin-bottom: 10px;
}
.title{
  margin-bottom:15px;
  width: 100%;
}
.tooltip-inner {
  border-radius: 2px;
}
.border{
  border: 1px solid #c2c2c2;
}
.navbar-default{
  border-radius: 0px;
  border-bottom: 1px solid #bbb;
  background-color: #fff;
}
.dropdown-menu{
  border-radius: 3px;
}
.selectBox{
  border-radius:2px;
  border:1px solid #AAAAAA;
  width:380px;
  height: 34px;
}
.form-background{
  width: 100%;
  padding: 19px 29px 29px;
  margin: 0 auto 75px;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
          box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-background .form-signin-heading,
.form-background .checkbox {
  margin-bottom: 10px;
}

.btn-lg{
  border-radius: 2px;
}
#CreateDate, #CloseDate{
  width: 380px;
  border-radius:2px;
}
.btn{
  border-radius: 2px;
}
.btn-primary{
  border-color: #c2c2c2;
}
.btn1{
  width:380px;
  text-align: left;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.alert{
  margin-top: -20px;
  border-radius: 0px;
}
.pagination {
  margin: 0;
  float: right;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.btn-add{
  border-radius: 3px;
  height: 36px;
}
.export-div{
  float: left; padding-bottom: 10px;
}
.filter-div{
  float: right; padding-bottom: 10px;
}
.filter-action{
  display: inline-flex;
}
.filter-input{
  height: 36px; width: 20em; margin-right: 10px;
}
.btn-filter{
  border-radius: 3px;
}
.main-text, .home-main{
    font-size: 2.5rem;
}
.home-row{
  background: #2280d2;
  color: white;
}
.pull-left > img {
    width: 702px;
    height: 349px;
}

@media only screen and (max-width: 992px) {
  .first-title, .middle-title, .last-title, .first-data, .middle-data, .last-data{
    border-top-left-radius: 0px; 
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 0px;
  }
}
@media only screen and (max-width : 768px) {
  #toggleButton{
    border-color: #fff; !important;
    margin-right: 10px;
    padding: 0px 0px;
  }
  .navbar-brand{
    margin-left: 8px;
    padding-left: 5px;
    padding-top: 5px;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #fff;
  }
  .index-welcome {
    font-size: 4em; 
  }
  .index-second {
    font-size: 2.5em; 
  }
  .login-button, .signup-button {
    width: 65%;
  }
  #login {
    margin-top: 10px;
  }
  .home-main {
    font-size: 1.75em;
  }
  .error-btn {
    margin: auto;
    display: table;
  }
  .left{
    display: flex;
  }
  .right{
    display: flex;
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  
  .bs-glyphicons {
    margin-right: 0;
    margin-left: 0;
  }
  .bs-glyphicons li {
    width: 12.5%;
    font-size: 12px;
  }
  .index-welcome {
    font-size: 8rem;
  }
  .index-second {
    font-size: 5rem;
  }
  .login-button, .signup-button {
    width: 35%;
  }
  #login {
    margin-top: 40px;
  }
  .error-btn {
    float: right;
  }
  .left{
    display: inline-block;
  }
  .right{
    display: flex;
    float: right;
  }
}

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v141/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2) format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-top;
}

.material-symbols-outlined.lg {
    font-size: 52px;
}

.select2-container {
    display: inherit !important;
    width: 100% !important;
}