body {
  background-color: #f5f6f8;
}

.parent {
  margin-top: 3px;
  background: white;
  border-bottom: 1px solid rgb(242, 242, 242);
}

.child1 {
  width: 90%;
  display: inline-block;
  padding: 0px 20px;
  vertical-align: middle;
  color: rgb(158, 158, 158);
  font-size: 18px;
}

.child2 {
  width: 10%;
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
  vertical-align: middle;
  color: rgb(158, 158, 158);
  font-size: 22px;
}

.firstColumn {
  width: 200px;
}

.modalLabel1 {
  display: inline-block;
  font-size: 16px;
}

td {
  padding: 7px;
}

.modalLabel2 {
  display: inline-block;
  /* width: 50%; */
  font-size: 16px;
}

.modalLabel3 {
  display: inline-block;
  width: 25%;
}

.modalbutton {
  width: 10%;
  height: 20px;
}

.modal {
  max-width: 100%;
  max-height: 80%;
  overflow-y: hidden;
}

#inputLabel {
  padding-left: 15px;
  border-style: ridge;
  /* border-color:#000000; */
  color: #000000;
  width: 95%;
}

#modalHostName {
  margin-left: 20px;
}

#modal1 {
  width: 75%;
  overflow-y: scroll !important;
}

#modal2 {
  width: 30%;
  transform: translateX(20%);
}

#modalSetSiteName {
  width: 30%;
  height: 80%;
  transform: translateX(20%);
}

#modalHeader {
  display: inline-block;
  width: 90%;
  padding: 3px 3px;
  vertical-align: middle;
}

#closeBtn {
  position: relative;
  top: -10px;
  width: 300px;
  display: block; /**Added This**/
  margin: 0 auto; /**Added This**/
}

.dataTables_filter input {
  height: 10px !important;
}

div.dt-buttons {
  float: left;
  margin-top: 20px;
}

.tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.select-dropdown {
  height: 200px;
}

/* #selectsort .select-dropdown {
  height: 150px;
} */

.usernavbar .user {
  float: right;
  padding-top: 5px;
  padding-right: 20px;
}

.nobottomborder {
  border-bottom: 0px;
}

.locationlist {
  width: 100%;
  height: 100%;
  line-height: 3em;
  overflow: scroll;
  overflow-x: hidden;
  padding: 5px;
}

.small-icon {
  font-size: 8px;
}

.rounded-div {
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  padding: 10px;
}

.bigTextArea {
  width: 100%;
  height: 200px;
}
