.embed-container {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}

.embed-container embed, .embed-container iframe, .embed-container object {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.full-width-div {
    position: absolute;
    width: 100%;
    left: 0;
}

.table {
  margin-bottom: 0;
  width: 100%;
}

.table th{
  text-align: center;
  vertical-align: middle;
}

.table td {
  text-align: center;
  vertical-align: middle;
  word-break: break-all;
}

/*.table tr {
  height: 35px;
  line-height: 35px;
  min-height: 35px;
}*/

.col-md-6 {
  padding-top: 7px;
}

.modal_table {
  display: block;
  height: 350px;
  overflow: scroll;
}

.sticky_wl th {
  border: 0;
  margin: 0;
  padding: 0;
  position: sticky;
  text-align: center;
  top: 0;
  vertical-align: middle;
  z-index: 10;
}

.sticky_div_wl {
  background-color: #FFFFFF;
  border-bottom-color: #dee2e6;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-color: #dee2e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #dee2e6;
  border-top-style: solid;
  border-top-width: 2px;
  padding-bottom: .75rem;
  padding-right: 0;
  padding-top: .75rem;
  top: 0;
  z-index: 10;
}

.sticky_bl th {
  border: 0;
  margin: 0;
  padding: 0;
  position: sticky;
  text-align: center;
  top: 0;
  vertical-align: middle;
  z-index: 10;
}

.sticky_div_bl {
  background-color: #212529;
  border-bottom-color: #32383e;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-color: #32383e;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #32383e;
  border-top-style: solid;
  border-top-width: 2px;
  padding-bottom: .75rem;
  padding-right: 0;
  padding-top: .75rem;
  top: 0;
  z-index: 10;
}

#listClusters {
  height: 150px;
  margin-bottom: 0;
  margin-top: 15px;
  overflow: scroll;
  padding: 0;
}

#listServers {
  height: 150px;
  margin-bottom: 0;
  margin-top: 15px;
  overflow: scroll;
  padding: 0;
}

#tableServers .clickable-row{
   line-height: 25px;
   min-height: 25px;
   height: 25px;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    padding-left: 4px;
}

#collapseServers {
  padding: 6px;
}

#btnCreateServer {
  margin-top: 5px;
}

#collapseCluster {
  padding: 6px;
}

#btnServers {
  margin-top: 5px;
}

#btnCreateCluster {
  margin-top: 5px;
}

#btnAbout {
  margin-top: 5px;
}

#btnRspamd {
  margin-top: 5px;
}

#selectServers {
  width: 100%;
}

#selectClusters {
  width: 100%;
}

#btnEditCluster {
  margin-bottom: 0;
  padding-bottom: 5px;
}

#whitelist_wrapper {
  width:100%;
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
