/*internal ms */

#views-exposed-form-wanted-tips-ms-tips,
#views-exposed-form-arrests-information-page-report{
    background: #ccc;
    padding: 19px;
    border-bottom: 1px solid #333;
}

#views-exposed-form-wanted-tips-ms-tips > div,
#views-exposed-form-arrests-information-page-report > div {
  display: inline-block;
  vertical-align: bottom;
}

.views-element-container header {
  padding-right: 20px;
  color: #333;
  font-size: 0.8em;
  float: right;
  padding-top: 10px;
}

.custom-menus{  
  background: black;
  box-shadow:0 -10px 20px 13px #000;
  opacity: 0.7;
}

.custom-menu{
  display: inline-block;
  background: black;
}

#block-user {
  float: right;
}

.custom-menu:hover{
  opacity: 1;
}

.custom-menu .menu li, .custom-menu .menu li > ul {
  display: inline-block;
  margin-right: 5px;
}

.custom-menu .menu span {
  margin-left: 19px;
  font-weight: bold;
  font-size: 0.9em;
}

.custom-menu .menu a {
  color: #F1C816;
  font-size: 0.8em;
  font-weight: bold;
}

.custom-menu .menu a:hover{
  background: #20222e;
}

input#export,
input#edit-submit-wanted-tips {
  width: 100px;
  height: 38px;
}
#edit-changed-wrapper {
  display: inline;
  vertical-align: bottom;
  margin: 0px;
  padding: 0px;
  color: #4d4d4d;
  font-size: 0.9em;
}

thead th {
  vertical-align: top !important;
}

.deny {
  margin: auto;
  display: inline-block;
  text-align: center;
  width: 100%;
  background: #fff;
  color: black;
  padding: 40px;
}
