.columnSearch {
  color: black;
  width: 100%;
}
.columnDataContent {
  font-weight: bold;
}

.odd {
  background-color: #e9e6e6 !important;
}
.even {
  background-color: #e9e6e6 !important;
}
.refresh_filters {
  margin-top: 26px;
  cursor: pointer;
}

.refresh_filters img {
  height: 100%;
  width: 35px;
}

.readAll {
  color: #fff !important;
  background-color: #4684b9 !important;
  text-align: center;
  font-family: 'Ebrima';
  border-radius: 0.3em;
  border: none;
  cursor: pointer;
  margin-left: 5px;
  text-decoration: none;
  padding: 1px 10px 2px 10px;
}

.readAll:hover {
  text-decoration: underline;
}

/* new forms insert/search */

.optionForm {
  padding: 0 10px !important;
}

.checkbox_container {
  border: 2px solid #46adfc;
  border-radius: 0.6em;
  margin: 25px -20px 10px 10px;
  width: 98%;
  padding: 5px;
}

.search_form {
  padding: 0 25%;
  margin-top: 10px;
}

.optionForm label span {
  vertical-align: middle;
}

.optionForm label input {
  vertical-align: middle;
}

#search_firstinput {
  text-align: center;
}

#search_firstinput input {
  margin-top: 10px;
}

#search_secondinput {
  text-align: center;
}

#search_thirdinput {
  text-align: center;
}

#search_fourthinput {
  text-align: center;
}

#search_fifthinput {
  text-align: center;
}

#search_sixthinput {
  text-align: center;
}

#search_seventhinput {
  text-align: center;
  padding-right: 0 !important;
}

#search_seventhinput input {
  margin-top: 10px;
}

.om_search_button {
  text-align: center;
}

.insert_form {
  display: none;
}

#upload_img {
  float: right;
  text-align: center;
}

#upload_img form {
  display: none;
}

.upload_img_opposizione {
  cursor: pointer;
  color: #fff !important;
  background-color: #46adfc;
  border-color: #46adfc;
}

.upload_img_opposizione:hover {
  background-color: #286090;
}

.insertModal-title {
  padding: 0;
  font-size: 20px;
  width: auto;
  font-weight: bold;
  color: #fff;
}

#responseInsertModal .modal-body {
  text-align: center;
}

#responseInsertModal .modal-body button {
  color: #fff;
  background-color: #e8364c;
  border: none;
  border-radius: 0.3em;
  font-family: 'Ebrima';
  font-weight: bold;
  font-size: large;
  padding: 4px 10px;
  margin-bottom: 10px;
}

#responseInsertModal .modal-body div {
  padding: 25px 0;
  font-size: 16px;
}

.insertModal {
  display: none;
}

table.dataTable.nowrap td {
  white-space: initial !important;
}

.article_container div {
  margin-bottom: 10px;
}

.article_container div a {
  font-size: 14px;
  color: #000;
}

.image_container {
  margin-bottom: 5px;
}

@media only screen and (max-width: 1199px) {
  #search_firstinput {
    padding-right: 0 !important;
  }

  #search_seventhinput {
    margin-top: 15px;
  }
}
