h1, h2{
    color:#015270;
}
h3, h4, h5, h6{
    color:#539149;
}

.navbar-logo {
    background-image: url("../img/evstreets-white.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 130px;
    display: inline-block;
    width: 130px;
}

#about-modal img {
    padding-top: 35px;
}

.login-logo{
    padding-top:60px;
}

.navbar.navbar-inverse{
    background-color: #E3B001;
  }

  #current-space .select2-container .select2-choice {
    background: #E3B001;
  }

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

  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus,
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color:#192B4C;
    color: white;
  }

/* New assignment widget */
.evstreets-assignmentHerald {
  padding-top: 15px;
  border-top: 1px solid rgb(147, 146, 146);
  overflow: hidden;
}

.evstreets-assignmentHerald .form-horizontal {
  padding-bottom: 0;
  padding-top: 0;
}

.evstreets-assignmentDeviceList_table {
  width: 100%;
}

.evstreets-assignmentDeviceList_table thead {
  border-bottom: 1px solid rgb(195, 195, 195);
}

.evstreets-assignmentDeviceList_table thead tr {
  display: flex;
  justify-content: space-around;
}

.evstreets-assignmentDeviceList_table tbody {
  display: block;
  overflow-y: auto;
  height: 110px;
  width: 100%;
}

.evstreets-assignmentDeviceList_item {
  display: flex;
  justify-content: space-around;
}

.evstreets-assignmentDeviceList_item-icon {
  margin-right: 5px;
}

.evstreets-assignmentDeviceList_item_input {
  text-align: center;
  width: 50%;
}

.evstreets-assignmentDeviceList_item-label {
  width: 50%;
  padding-left: 15%;
}

.evstreets-assignmentDeviceList_table thead tr th {
  text-align: center;
}

