body {
  border: solid #489afe;
  border-width: 2px;
}
html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
}
html {
  font-family: Arial;
}
.optum {
  display: block;
  margin-left: 80px;
  overflow: hidden;
  width: 80px;
  height: 25px;

  margin-top: 6px;
  float: left;
}
.lds-hourglass {
  display: inline;
  position: relative;
}
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;

  border: 18px solid #fff;
  border-color: #ff0000 transparent #000080 transparent;
  animation: lds-hourglass 1s infinite;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.button:hover {
  background-color: #008000;
}
.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
#autobot-navbar {
  background-image: linear-gradient(
    to right,
    rgba(0, 140, 255, 1),
    rgba(0, 50, 200, 0.3),
    rgba(255, 255, 255, 0.1)
  );
}
#autobot-designer-navbar {
  background-image: linear-gradient(
    to right,
    rgba(255, 50, 0, 1),
    rgba(0, 50, 200, 0.3),
    rgba(255, 255, 255, 0.1)
  );
}
#autobot-sidebar {
  padding: 2px;
  overflow: scroll;
  background: #ffffee;
}
#autobot-main {
  padding: 20px;
  background: #ffffff;
  overflow: scroll;
}
.headline {
  font-family: "Arial Black", serif;
  font-size: 270%;
  color: #7b041a;
  font-weight: bold;
}
.subheadline {
  font-family: "Arial Black", serif;
  font-size: 150%;
  color: #000080;
  font-weight: bold;
}
.headline-designer {
  font-family: "Arial Black", serif;
  font-size: 270%;
  color: #000080;
  font-weight: bold;
}
.subheadline-designer {
  font-family: "Arial Black", serif;
  font-size: 150%;
  color: #7b041a;
  font-weight: bold;
}
.center {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  border: none;
  margin-top: 100px;
}
.centertrans {
  display: block;
  margin-top: 100px;
  margin-left: 120px;
  margin-bottom: 30px;
  width: 40%;
  height: auto;
  overflow: hidden;
}
.vertical-center {
  text-align: center;
  border: none;
  margin-top: 10px;
}

.button {
  background-color: black;
  /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}
.button1 {
  background-color: #04aa6d;
}
/* Green */
.button2 {
  background-color: #008cba;
}
/* Blue */
.button3 {
  background-color: #f44336;
}
/* Red */
.button4 {
  background-color: #e7e7e7;
  color: black;
}
/* Gray */
.button5 {
  background-color: #555555;
}
/* Black */

.open-folderIcon {
  background: url("../jquery-easyui-1.10.17/themes/default/images/tree_icons.png")
    no-repeat -224px 0;
}

/* Styling for fixed headers */

.header1 {
  top: 1;
  background-color: #3e2723;
  height: 50px;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
  border: 1px solid blue;
}

.header2 {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 5;
  text-align: center;

  margin: 1px 1px 1px 1px;

  padding-top: 5px;

  top: 45px;
  height: 40px;
  /* Position below header1 */
  background-color: #efebe9;

  border: 1px solid blue;
}

/* Main content area */
.content {
  margin-top: 80px;
  /* Offset for fixed headers */
  background-color: white;
}

.column {
  float: left;
  padding: 4px;

  /* Should be removed. Only for demonstration */
}

.left,
.right {
  width: 20%;
}

.middle {
  width: 60%;
}

.centerInfo {
  margin-top: 8px;
  margin-right: 120px;
  text-align: center;
  color: white;
}

.rightInfo {
  float: left;
  margin-top: 8px;
  color: white;
}

/*
.datagrid-toolbar { 
       background-color: lightcyan	; 
   }
*/