body {
  font-family: Arial, Helvetica;
  font-size: 20px;
  background-color: #00979d;
  color: #ffffff
}

.iconStatus {
  height: 15px;
  cursor: pointer;
}

.iconActive {

}

.iconInactive {
}

.profileTable tr:hover {
  background-color: #86d6d9;
}

.selected {
  background-color: #007b8077;
}

.profileTable tr:active {
  background-color: #8ee3e5;
}

//.dataTable tr:active {
//  background-color: #8ee3e5;
//}

.solo {
  cursor: pointer;
  padding-right: 5px;
}

.profile {
  cursor: pointer;
}

.device {
  padding-left: 5px;
}

.frame {
  display: inline-block;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 1);
  padding: 10px;
}

.dataTable {
  width:100%;
  border-style: solid;
}

.dataTableFrameTitle {
  height: 13px;
  background-color: #00979d;
  padding-left: 5px;
  padding-right: 5px;
}

.dataTableFrameTitleContainer {
  position: absolute;
  top: -13px;
  right: 0px;
  left: 0px;

  display: flex;
  flex-direction: row;
  justify-content: center;
}

.dataTableFrame {
  position: relative;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.75);

	border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;

  margin-bottom: 17px;
  margin-top:17px;
}

.lowerButton {
  cursor: pointer;
  display: inline-block;
  width: 90px;

  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.75);

	border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;

  background-color: rgba(255, 255, 255, 0.2);
}
  
.save {
}

.restore {
}

.refresh {
}

.noSelect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.title {
//  font-size: 60px;
  color: #ffffff;
  font-weight: bold;
//  font-family: 'Brush Script MT', cursive; font-size: 60px;
  font-size: 40px;
  font-style: italic;
  margin-bottom: 0px;
  text-shadow: 2px 2px 4px rgba(0,0,0, 0.5);
  text-decoration: underline;
}

.disabled {
  -webkit-filter: grayscale(100%);  /* safari/chrome */
  -moz-filter: grayscale(100%); /* firefox */
  -ms-filter: grayscale(100%);  /* IE >= 9 */
  -o-filter: grayscale(100%); /* Opera, if support CSS3 */
  filter: gray; filter: grayscale(100%); /* edge browsers */ 
  opacity: 0.3;
}

.disabledStatus {
  -webkit-filter: grayscale(100%);  /* safari/chrome */
  -moz-filter: grayscale(100%); /* firefox */
  -ms-filter: grayscale(100%);  /* IE >= 9 */
  -o-filter: grayscale(100%); /* Opera, if support CSS3 */
  filter: gray; filter: grayscale(100%); /* edge browsers */ 
  opacity: 1;
}

.soloSelected {
//  color: #ffff00;
//  text-shadow: 0px 0px 8px rgba(255, 255, 0, 1);
}

.dropShadow {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
}

.groupSelectFrame {
  margin-bottom: 10px;
}

.groupSelect {
  height: 25px;
  width: 100%;
  font-size: 16px;

	border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;

  padding-left: 2px;
  background-color: #ffffff;
}

.groupEnableImage {
  cursor: pointer;
  height: 20px;
  margin-top: 5px;
}

.loginFrame {
  display: inline-block;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 1);
  padding: 10px;
}

.login {
  margin-top: 10px;
}

.input {
  padding-left: 8px;
  font-size: 16px;
  outline: none;
	border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}

.divBorder {
  border: 1px solid red;
}

