table.screens-control {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  background-image: url('/fotoweb/rsrc/body_bgnd_2.jpg');
  background-repeat: repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  border-spacing: 0px !important;
  border: none !important;
  border-collapse: separate !important;
}
table.screens-control.empty {
  background-color: #ededed !important;
  background-image: none !important;
  background-repeat: none !important;
}
table.screens-control ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
table.screens-control ul li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}
table.screens-control thead {
  margin: 0;
  padding: 0;
}
table.screens-control thead tr {
  margin: 0;
  padding: 0;
}
table.screens-control thead th {
  background-image: url('/fotoweb/rsrc/header_bgnd.png');
  background-repeat: repeat-x;
  height: 40px;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
table.screens-control thead th #screens-control-title {
  font-family: Arial;
  color: white;
  font-size: 16px;
  font-weight: normal;
  padding: 10px 10px 10px 50px;
  position: absolute;
  top: 0;
  left: 0;
}
table.screens-control thead th #screens-control-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
table.screens-control thead th #screens-control-close-btn {
  border-left: 1px solid #222222;
  width: 45px;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  cursor: pointer;
}
table.screens-control thead th #screens-control-close-btn #screens-control-close-btn-inside {
  border-left: 1px solid #323232;
  width: 100%;
  height: 100%;
}
table.screens-control thead th #screens-control-close-btn #screens-control-close-btn-inside-cross {
  position: absolute;
  top: 16px;
  left: 18px;
}
table.screens-control tbody.screens-control-body td.screens-control-td {
  text-align: center;
  border-top: 1px solid #323232;
  border-bottom: 1px solid #222222;
  border-left: 1px solid #222222;
  border-right: 1px solid #323232;
  height: auto !important;
  vertical-align: middle;
}
table.screens-control tbody.screens-control-body td.screens-control-td #empty-box {
  font-family: Arial;
  color: #676767;
}
table.screens-control tbody.screens-control-body td.screens-control-td #empty-box #empty-box-title {
  font-size: 28px;
  font-weight: 600;
}
table.screens-control tbody.screens-control-body td.screens-control-td #empty-box #empty-box-image {
  padding: 30px 0;
}
table.screens-control tbody.screens-control-body td.screens-control-td #empty-box #empty-box-image div {
  display: inline-block;
}
table.screens-control tbody.screens-control-body td.screens-control-td #empty-box #empty-box-description {
  font-size: 20px !important;
}
table.screens-control tbody.screens-control-body td.screens-control-td #empty-box #empty-box-description a {
  text-decoration: none;
  color: #676767;
  font-size: 20px !important;
}
.ken-control {
  text-align: left !important;
  background: none !important;
}
.ken-control .ken-empty {
  display: none;
}
.ken-control .ken-toolbar .center-tools table {
  text-align: left;
}
.ken-control .ken-toolbar .right-tools .logo {
  display: none;
}
