/*internal ms */

#views-exposed-form-wanted-tips-ms-tips,
#views-exposed-form-arrests-information-page-report,
#views-exposed-form-main-reporting-page,
#views-exposed-form-target-change-history-page{
    background: #ccc;
    padding: 19px;
    border-bottom: 1px solid #333;
}

.m-reporting table.cols-6 th:nth-child(1) {
  width: 4%;
  min-width: 50px;
}

.m-reporting table.cols-6 th:nth-child(2) {
  width: 20%;
  min-width: 250px;
}

.m-reporting table.cols-6 th:nth-child(3) {
  width: 7%;
  min-width: 50px;
}

.m-reporting table.cols-6 th:nth-child(4) {
  width: 15%;

}

#views-exposed-form-wanted-tips-ms-tips > div,
#views-exposed-form-arrests-information-page-report > div,
#views-exposed-form-main-reporting-page > div,
#views-exposed-form-target-change-history-page > 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,
#edit-after-wrapper,
#edit-before-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;
}



body.path-eumw tbody tr.entryChange_true{
  background-color: #eee;
}

body.path-eumw tbody tr.entryChange_false{
  background-color: #fff;
}

body.path-eumw table caption {
  text-align: left;
  background-color: #ccc;
  padding: 10px;
  color: #222222;
  font-size: 1rem;
  font-weight: bold;
}